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

body{
	background: url(/assets/images/bg.bmp) repeat-x;
	background-color: #E6E6E6;
	font: 62.5%/120% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
img{border: 0px;}
p, h1, h2{margin:0px;}
ul li { list-style-image:url(/assets/images/bullet.gif);}

#sideNav h1, #sideNav h2, #sideNav p, #sideBar h1, #sideBar h2, #sideBar p {margin: 8px;}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #990000;
	font-weight: bold;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
}

a:link, a:visited, a:active, a:hover{
	color: #990000;
}
a:hover{ text-decoration: none;}

#nav{
	margin-top: 50px;
}
#sideBar{
	margin: 10px;
	line-height: 18px;
}
#sideNav{
	margin: 10px;
	color:#333333;
	font-weight: bold;
}
#sideNav a:link, #sideNav a:visited, #sideNav a:active{
	color: #333333;
	text-decoration: none;
}
#sideNav a:hover{
	color:#333333;
	text-decoration: underline;
}
#bottomNav a:link, #bottomNav a:visited, #bottomNav a:active{
	color:#666666;
	text-decoration: none;
}
#bottomNav a:hover{
	color:#990000;
}
.wrapperRight{float: right;}
.wrapperLeft{float: left;}


<!-- FORM SYLES -->
input, textarea{background: #FFF0F0; color: #990000;font: 11px Verdana, Arial, Helvetica, sans-serif;font-weight: bold;}
.buttons{font: 11px Verdana, Arial, Helvetica, sans-serif; color: #666666; font-weight: bold;}