@charset "utf-8";


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	margin: 0px;
	padding: 0px;
    align:center;
}

#container {
	width: 900px;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #36C;
	border-left-color: #36C;
	margin: auto;
	background-color: #FFF;
	text-align: left;
	background-repeat: repeat;
	border-bottom-width: thick;
	clear: both;
	border-bottom-style: groove;
}


#header {
	height: 90px;
	margin-left: 5px;
	background-color: #FFF;
	margin-right: 5px;
	text-align: right;
   

}

#content {
	background-color: #FFF;
	text-align: left;
	padding: 10px;
	float: left;
	width: 500px;
	border-top: 10px;
	font-size: 12px;
}

#copyright {
	float: right;
}

#mainbit {
	text-align:left;
	padding: 10px;
	margin-left: 5px;
	background-color: #FFF;
	margin-right: 5px;
}

#sidebar {
	background-color: #F0F8FF;
	color: #039;
	font-size: x-small;
	text-align: left;
	padding: 2px;
	float: right;
	width: 200px;
	border: 1px solid #666;
	margin-left: 5px;
}


#nav {
	height: 32px;
	margin-left: 7px;
	margin-right: 5px;
	
}

#nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav li {
	margin-right: -1px;
	padding: 0px;
	display: inline;
}


p {
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 16px;
	font-size: x-small;
	text-align: left;
   

}


h1 {

	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #C00;
    

}


h2 {
	font-size: 12px;
	font-weight: bold;
	
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
	
    color:000000
}


h3 {
	font-size: 16px;
	font-weight: bold;
	
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
	
    color:000000
}

#footer {
	clear: both;
	height: 15px;
	background-color: #C00;
}

#footerlinks {
	float: left;
	margin-left: 5px;
	font-weight: bold;
	color: #369;
}
table {
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	line-height: 16px;
	align: center;
}

td {
	text-align: left;
	font-size: x-small;
	font-weight: bold;
	line-height: normal;
}
.row1 {
	background-color: #36C;
	line-height: normal;
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}
.row2 {
	background-color: #E0E0E0;
	color: #003;
	line-height: normal;
	font-weight: bolder;
	font-size: 12px;
}
.row3 {
	background-color: #006;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: normal;
}
.row4Red {
	background-color: #006
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height: normal;
	;
	background-color: #C00;
}
a {
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #C00;

}
a:link {
font-size: x-small;
	text-align: center;
	font-weight: bold;
	line-height: 16px;
	

}

a:visited {
font-size: x-small;
	text-align: center;
	font-weight: bold;
	line-height: 16px;
	

}
.redH3 {

}

