/*
div {
	border: 1px solid #99CC00;
}*/
body {
	background-color: #777777;
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 750px;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin:0px;
	letter-spacing: 1px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 131%;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
#maincontent {
	background-color: #FFFFFF;
	width: 750px;
}
#logo {
	margin: 0px;
	padding-top: 30px;
	padding-left: 14px;
	background-color: #000000;
}
#topnav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	font-size: 70%;
	margin: 0px;
	padding: 40px 0px 5px 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	/*background-color: #EFEFEF;*/
	width: 100%;
}
#topnav1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topnav1 li {
	display: inline;
	margin-right: 14px;
}
#topnav1 a{
	color: #990000;
	text-decoration: none;
}
#topnav1 a:hover{
	color: #660000;
}
#topnav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-size: 80%;
	margin: 0px;
	padding: 5px 0px 15px 25px;
	/*background-color: #EFEFEF;*/
	width: 100%;
}
#topnav2 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topnav2 li{
	display: inline;
	padding-right: 10px;
	margin: 0px;
}
/*#topnav2 li > ul{
	display: inline;
	color: #999999;
	padding-left: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin: 0px 0px 0px 14px;
}*/

#topnav2 a{
	color: #000000;
	text-decoration: none;
}
#topnav2 a:hover{
	color: #666666;
}
#topnav2 a#topnavclass {
	padding-left: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin: 0px;
	color: #999999;
}
#topnav2 a:hover#topnavclass{
	color: #333333;
}


#topgraybar {
	background-color: #CCCCCC;
	background-image: url(corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	margin: 0px;
	clear: both;
	height: 11px;
}
#bottomshadow {
	background-color: #777777;
	background-image: url(graycorner2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#title {
	padding-left: 25px;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC9900;
	text-transform: uppercase;
	font-size: 90%;
	letter-spacing: 1px;
}
#title h1{
	color: #CC9900;
	font-weight: bold;
}
#title a{
	color: #CC9900;
	text-decoration:none;
}
#title a:hover{
	color: #CC6600;
	text-decoration:none;
}
#main {
	margin: 0px;
	padding-top: 14px;
	padding-left: 25px;
	padding-bottom: 25px;
}
#main h1, h2, h3, h4{
	font-size: 80%;
	margin:0px 0px 7px;
	padding: 0px 0px 7px;	
}
#main h1, h2{
	color: #990000;
}
#main h1, h2 a{
	color: #990000;
}
#main h1, h2 a:hover{
	text-decoration:none;
}
#main h2{
	font-size: 90%;
}
#main h3{
	color: #000000;
}
#main h3 a{
	color: #000000;
}
#main h3 a:hover{
	color: #990000;
	text-decoration: none;
}
#main h4{
	color: #336699;
	font-size: 80%;
}
#main h4 a{
	color: #003366;
}
#main h4 a:hover{
	color: #000000;
	text-decoration:none;
}
#sideevents {
	background-color: #DFDFDF;
	width: 149px;
	margin: 0px;
	position: static;
	padding: 20px 7px 45px 20px;
}
#sideevents h2{
	color: #990000;
	font-weight: bold;
	font-size: 70%;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px;
}
#sideevents p{
	font-size: 60%;
}
#sideevents ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	letter-spacing:1px;
	margin:0px;
	padding: 0px;
	display:block;
}
#sideevents ul a{
	text-decoration:none;
	margin:0px;
	padding: 0px;
}
#sideevents ul a:hover{
	color: #990000;
}
#sideevents p a{
	color: #000000;
}
#sideevents p a:hover{
	color: #990000;
}
#sideevents li{
	padding-bottom:7px;
	margin:0px;
	list-style:none;
}
#sidegraybg {
	background-image: url(graybg1.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 200px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #CCCCCC;
	background-color: #777777;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a{
	color:#EEEEEE;
}
#footer a:hover{
	color:#CCCCCC;
	text-decoration: none;
}
.borderleft {
	margin-left: 7px;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-bottom: 5px;
}
.padding14rt {
	padding-right: 14px;
}
.padding14left {
	padding-left: 14px;
}
.padding7topleft {
	padding-top: 7px;
	padding-left: 7px;
}
.linetop {
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.border1 {
	border: 1px solid #CCCCCC;
}
#bottombg {
	background-color: #EFEFEF;
	background-image: url(bottomcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100px;
}
.linebottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
#mainpage {
	width: 90%;
}
#mainpagenav {
	width: 250px;
}
.paddingbottom5{
	padding-bottom: 7px;
}
.titlestyle{
	color: #555555;
	margin: 0px;
	padding-bottom: 14px;
}
.grayout {
	color: #999999;
}
.grayout a:link {
	color: #666666;
}
.ongoing {
	font-weight: bold;
	color: #CC6600;
}
.imgborder1 {
	border: 1px solid #333333;
}
.padding7rt {
	margin: 0px;
	padding-right: 7px;
}
#paddingltbt {
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}
