body {
	background-color: #dddddd;
	background-position: top center;
	background-image: url('../images/bggradient.png');
	background-repeat:repeat-x;
	top:0;
	width:100%;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #CC0000;
}
h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}
h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#container
{
	width:95%;
	min-width:900px;
	background-color: #ffffff;
	margin: 10px auto;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border: 1px solid #666666; 
}
#container A:link {
text-decoration: none;
color: #C20808;
}
#container A:visited {
text-decoration: none;
color: #C20808;
}
#container A:active {
text-decoration: none;
color: #C20808;
}
#container A:hover {
text-decoration: underline;
color: #333333;
}

#topNav {
	background-position: top center;
	background-image: url('../images/navgradient.png');
	background-repeat:repeat-x;
	top:0;
	background-color: #FFD300;
	border-top: 1px solid #666666; 
	border-bottom: 1px solid #666666; 
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
}
#topNav a {
	padding: 1ex;
	text-decoration: none;
	color: #000000;
}
#topNav A:link {
text-decoration: none;
color: #000000;
}
#topNav A:visited {
text-decoration: none;
color: #000000;
}
#topNav A:active {
text-decoration: none;
color: #000000;
}
#topNav A:hover {
text-decoration: underline;
color: #000000;
}

#banner {
	-moz-border-radius-topleft: 10px; 
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-right-radius: 10px;
	border: 1px solid #C20808; 
	background-color: #C20808;
	height: 150px;
	
	background-position: top center;
	background-image: url('../images/bannergradient.png');
	background-repeat:repeat-x;
	top:0;
}
#banner a {
	text-decoration: none;
}
#banner A:link {
text-decoration: none;
}
#banner A:visited {
text-decoration: none;
}
#banner A:active {
text-decoration: none;
}
#banner A:hover {
text-decoration: none;
}
#banner img {
border: 0px;
}


#module-body {
	width:100%;
}

#left-module {
	float: left;
	padding: 0.5%;
	width:79%;
	background-position: top center;
	background-image: url('../images/modulegradient.png');
	background-repeat:repeat-x;
	top:0;
}
#right-module {
	float: right;
	padding: 0.5%;
	width:18.5%;
	background-color: #dedede;
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	border: 1px solid #dedede; 
	text-align:center;
	margin:0 auto;
}

#clear {
  clear: both;
}

#footer {
	background-color: #C20808;
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	border: 1px solid #C20808; 
	border-top: 1px solid #666666; 
	padding: 5px;
	color: #FFFFFF;
	
	background-position: top center;
	background-image: url('../images/bannergradient.png');
	background-repeat:repeat-x;
	top:0;
}
#footer A:link {
text-decoration: none;
color: #FFFFFF;
}
#footer A:visited {
text-decoration: none;
color: #FFFFFF;
}
#footer A:active {
text-decoration: none;
color: #FFFFFF;
}
#footer A:hover {
text-decoration: underline;
color: #FFFFFF;
}

#video {
	width:520px;
	background-color: #ffffcc;
	border: 2px dotted #ffff66;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	margin:0 auto;
}
