@charset "utf-8";
/* CSS Document */


body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #660000;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: 
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	background-image: url(images/headerfinal_bg.gif);
	background-repeat: no-repeat;
}
#header h1 {
	padding-left: 17px;
}
#nav {
	background-image: 
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 960px;
	background-image: url(images/navbar2colrev_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
}
#navcontainer {
	margin-left: 20px;
	padding-top: 20px;
	float: left;
	width: 940px;
}
#navcontainer  table td {
	width: 120px;
	border: thin solid #660000;
}


#navcontainer a:link {
	color: #660000;
	text-decoration: none;
}
#navcontainer a:visited {
	color: #660000;
	text-decoration: none;
}
#login_container {
	float: right;
	padding-top: 100px;
	padding-right: 25px;
}
#innerwrapper {
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	width: 960px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-image: url(images/content2colrev_bg.gif);
}
#contentwrapper {
	float: left;
	width: 940px;
	padding-left: 25px;
}

#contentwrapper p {
	line-height: 1.0;
	font-size: 100%;
}
#lsidebar {
	width: 185px;
	float: left;
	padding-right: 0px;
	padding-left: 25px;
}
#content {
	padding-left: 20px;
	margin-right: 20px;
	float: right;
}

#content p {
	margin-right: 10px;
	margin-left: 10px;
	
}

#sidebar p {
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	
}


#contenttable {
	float: left;
	width: 700px;
	empty-cells:show;
	padding-right: 10px;
	margin: auto;
}
#contenttable td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: text-top;
}
#contenttable_center {
	float: none;
	width: 680px;
	empty-cells:show;
	margin: auto;
	text-align: center;
}
.table_left {
	text-align: center;
	float: left;
}
.table_center {
	text-align: center;
}

#footer {
	height: 60px;
	width: 960px;
	background-image: url(images/footer2colrev_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 40px;
	font-size: 90%;
}
#footer_container {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


#footer p {
	font-size: 90%;
	color: #660000;
	text-align: center;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

.brownlink a:link {color: #660000; text-decoration:none}
.brownlink a:visited {color: #660000; text-decoration:none}	
.brownlink a:active {color: #660000; text-decoration:none}
.brownlink a:hover {color: #660000; text-decoration:none}

.whitelink {
	color: #660000;
}


.lftflt {
	float: left;
	margin-right: 8px;
}
#sidebar h2 {
	font-size: 100%;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
}
.navtext {
	font-size: 20px;
	font-weight: bold;
	color: #660000;
}
a:visited {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
.GreenFont {
	color: #090;
}

.10FontSize {
	font-size: 80%;
}
.RedFont {
	color: #F00;
}
.BoldUnderscore {
	font-weight: bold;
	text-decoration: underline;
	line-height: 125%;
}
.11FontSize {
	font-size: 90%;
}

.1_25LineSpace {
	line-height: 125%;
}
