#maincol {
        margin-left:160px;
        padding-left:1.2em;
        padding-right:2.5em;
        background-color:white;
}

#leftcol {
		background-color:#d7d7d7;      
		width:85%;
}

#rightcol {
        position:absolute;
        top:0;
        right:0;
        background-color:white;
}


#footer {
		text-align:center;
		font-size:0.8em;
		color:#808080;	
		padding-top:2.5em;
		padding-bottom:2em;
}

body {  
		font-family:Arial;	
		font-size:80%;
}

a:link 	    {color:#800080; text-decoration:none; font-weight:bold}	
a:visited 	{color:#800080; text-decoration:none; font-weight:bold}
a:focus	    {color:#800080; text-decoration:none; font-weight:bold}
a:hover   	{color:#808080; text-decoration:none; font-weight:bold}
a:active   	{color:#800080; text-decoration:none; font-weight:bold}

.small {
		font-size:0.8em;
}

.bold {
		font-weight:bold;
	}

.big {
		font-weight:bold;
		font-size: 1.5em;
	}
	
.nobullet {
	    color:red;
		list-style-image:none;
}

h1 {
	font-weight:bold;
	font-size: 2.5em;
	color:#808080;
}


h2 {
	font-weight:bold;
	font-size: 1.5em;
	color:#808080;
}


#bps {
		position:absolute;	
		top:10px;
		left:185px;
}

#header {
		font-size:3em;
		font-weight:bold;
		color:#808080;
		text-align:right;
		padding-bottom:0.5em;	
}

#navigation {
		font-size:1em;
		font-weight:bold;
		line-height:200%;
		margin-left:0.6em;
		float:left;
		padding:0.9em;
		width:12em;	
}


#access {
		color:#808080;
		font-size:0.8em;
}

.subtitle {
		font-weight:bold;
		margin-bottom:3px;
		margin-top:1em;
	}
	
.limargin {
	margin-bottom:1.5em;
	}