@charset "UTF-8";

body {
	background-color: #3c8fb7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bottomrepeat {
	background-image: url(images/Bottomside-repeat.jpg);
	background-color: #3c8fb7;
	background-repeat: repeat-x;
}
.leftside {
	background-image: url(images/Leftside-repeat.jpg);
	background-color: #3c8fb7;
	background-repeat: repeat-y;
}
.leftcorner {
	background-image: url(images/Bottomleft-corner.jpg);
	background-color: #3c8fb7;
		background-repeat:no-repeat
}
.rightside {
	background-image: url(images/Rightside-repeat.jpg);
	background-color: #3c8fb7;
	background-repeat: repeat-y;
}
.rightbottom {
	background-image: url(images/Bottomright-corner.jpg);
	background-color: #3c8fb7;
	background-repeat:no-repeat
}
.vdots {
	background-image: url(images/Verticledots-repeat.gif);
	background-repeat: repeat-y;
}
.sidebarfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
H3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;	
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight:bold;	
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:underline
}
.footer a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:underline
}