#maincol {
        margin-left:190px;
        padding-left:1.8em;
        padding-right:2.5em;
        background-image:url(pics/background2.jpg);
        background-repeat:no-repeat;
}

#maincol a:link 	    {color:teal; text-decoration:underline; font-weight:bold}	
#maincol a:visited 	{color:teal; text-decoration:underline; font-weight:bold}
#maincol a:focus	    {color:teal; text-decoration:underline; font-weight:bold}
#maincol a:hover   	{color:red; text-decoration:underline; font-weight:bold}
#maincol a:active   	{color:red; text-decoration:underline; font-weight:bold}


#leftcol {
		background-image:url(pics/background2.jpg);
        background-repeat:no-repeat;     
		min-height:1000px;
}

#logo {
	margin-left:-1em;
	margin-top:-1em;
	}

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

body {  
		font-family:Arial;	
		font-size:90%;
		margin:0;
}

a:link 	    {color:#FF6600; text-decoration:underline; font-weight:bold}	
a:visited 	{color:#FF6600; text-decoration:underline; font-weight:bold}
a:focus	    {color:#FF6600; text-decoration:underline; font-weight:bold}
a:hover   	{color:red; text-decoration:underline; font-weight:bold}
a:active   	{color:red; text-decoration:underline; font-weight:bold}

.small {
		font-size:0.8em;
}

.bold {
		font-weight:bold;
		color:teal;
	}
	
.standout {
		background-color:teal;
		color:white;
		font-size:1.3em;
	}
	
.sbb {
		font-weight:bold;
		color:black;
		font-size:0.9em;
	}

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

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


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


#header {
		font-size:2.5em;
		font-weight:bold;
		color:teal;
		text-align:left;
		padding-bottom:0.5em;	
		padding-top:1em;
}

#header2 {
		font-size:1.5em;
		color:teal;
		text-align:left;
		padding-bottom:0.5em;
		margin-top:-0.7em;	
}

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


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

h3 {
		font-weight:bold;
		margin-bottom:3px;
		margin-top:1em;
		color:teal;
		font-size:1.3em;
	}
	
.limargin {
	margin-bottom:1.5em;
	}