/* CSS Document */

body { 
	font: 8pt/16pt georgia; 
	color: #555753;
	background-color:#CDE5FD;   
	}
p { 
	font: normal 12pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h2  {
	font: normal 16pt georgia;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #246048;
	text-align: left;
	}	
h3 { 
	font: normal 12pt georgia;
	font-weight: bold; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #246048;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #5778B3;
	}
a:visited, a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #5778B3;
	}
a:hover { 
	text-decoration: underline; 
	color: #246048;
	}
.hyperlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	}
	
#sidebarhyperlinks {
	background-color:#CEDFD6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	color:#5778B3;
	}
	
#sidebarhyperlinks a {
	text-decoration: none; 
	color: #5778B3;
	padding:0px 8px 0px 0px;
	}
#sidebarhyperlinks a:hover {
	color: #246048; 
	text-decoration:underline; 
	padding:0px 8px 0px 0px;
	}	
	
#navbar {
	position:relative; 
	top: 3px;   
	padding: 3px 4px 8px 3px; 
	text-align:center; 
	white-space: no-wrap;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:15px; 
	font-style:bold;
	}
#navbar a {
	text-decoration: none; 
	color: #FFFFFF;
	padding:3px 4px 8px 3px;
	}
#navbar a:hover {
	color: #5778B3; 
	text-decoration:underline; 
	background-color: #FFFFFF;
	padding:3px 4px 8px 3px;
	}
#navbar b {
	color: #5778B3; 
	font-size:16px;  
	margin: 0 0 0 0; 
	padding: 0 0 0 0 ; 
	}
.copyrighta {
color:#555753;

	}