@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
    background-color:#EDEDED;
	margin: 0;
	padding: 0;
	font-size:13px;
	text-align: left; 
	color: #000000;
	line-height:20px;
}

body a:link { color : #294359; text-decoration : none; }
body a:visited { color : #294359; text-decoration : none; }
body a:active { color : #294359; text-decoration : none; }
body a:hover { color : #999999; text-decoration: underline; }

h1 {
	font-size:15px;
	line-height:19px;
	color: #333333;
}

h2 {
	font-size:18px;
	line-height:22px;
	color: #666666;
	text-align:justify;
}

#container {
	width: 600px;
	margin-top:60px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width: 100%;
	height:75px;
	/*background-image:url(images/trover_logo.png);
	background-repeat:no-repeat;*/
}

#leftdiv {
	float:left;
	text-align:left;
	width:295px;
}

#rightdiv {
	float:right;
	text-align:right;
}

#pagetitle{
	width:300px;
	font-size:20px;
	color:#333333;
	padding-top:15px;
	
}

#navlinks{
	width:300px;
	font-size:15px;
	margin-top:5px;
	color:#999999;
}

#navlinks a:link { color : #FF00A4; text-decoration : none; }
#navlinks a:visited { color : #FF00A4; text-decoration : none; }
#navlinks a:active { color : #FF00A4; text-decoration : none; }
#navlinks a:hover { color : #FFFFFF; background-color:#000000; text-decoration : none; }

#mainbody {
	text-align:justify;
}

#contentbelow {
	margin-top:40px;
}

#footer {
	margin-top:30px;
	font-size:12px;
}

#footerleft {
	text-align:;eft;
	float:left;
	width:200px;
}

#footerright {
	text-align:right;
	float:right;
	width:300px;
}

#footer a:link { color : #294359; text-decoration : none; }
#footer a:visited { color : #294359; text-decoration : none; }
#footer a:active { color : #294359; text-decoration : none; }
#footer a:hover { color : #999999; text-decoration: underline; }

img.floatLeft { 
    float: left; 
    margin-top: 4px; 
	margin-right:10px;
}

img.floatRight { 
    float: right; 
    margin-top: 4px; 
	margin-left:10px; 
}

