@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/new/bg.jpg);
	background-repeat: repeat-x;
	line-height: 22px;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	height:auto;
	padding-top: 6px;
}
#first_header {
	height: 28px;
	padding-top: 0px;
	margin-top: 1px;
	}
#image_rotate_container {
	width: 960px;
	height: 190px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/header.jpg);
	margin-top: 3px;
}
#bodyContent {
	width:auto;
	margin-bottom: 20px;
	margin-top: 10px;
	}

#central_3columnholder {
	height: 75px;
	width: 940px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#footer {
	height: 160px;
	width: 100%;
	float:left;
	clear:both;
	margin-top: 20px;
	background-color: #ECB31A;
	background-repeat: no-repeat;
	background-position: center top;
	}
#footerContent {
	padding-top: 0px;
	width: 800px;
	margin-left:auto;
	margin-right: auto;
	}
.highlightRed {
	color: #990000;
	font-weight: bold;
	margin-left: 10px;
	}
.rowClearing {
	float:left;
	clear:left;
	width: 960px;
	margin-bottom: 20px;
	margin-top: 10px;
	}
.rowLeft {
	float:left;
	clear:left;
	width: 460px;
	padding-left: 20px;
	}
	
.rowRight {
	float:right;
	clear:right;
	width: 450px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	}
.3rowLeft {
	width: 300px;
	padding-left: 15px;
	float: left;
	clear: left;
	}
.3rowCenter {
	width: 300px;
	padding-left: 15px;
	float: left;
	clear: none;
	}
.3rowRight {
	width: 312px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	float: right;
	clear: right;
	}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #2A3791;
	text-decoration: underline;
}
a:hover {
	color: #0066CC;
}
h1 {
	font-size: 16px;
	color: #666666;
}
h2 {
	font-size: 14px;
	color: #999999;
}
.footerSmall {
	color: #FFFFFF;
	font-size: 10px;
	margin-top: -15px;
}
.title {
	font-size: 13px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	padding-top: 8px;
	background-color: #EBEBEB;
	padding-left: 5px;
	padding-bottom: 1px;
	margin-bottom: -15px;
}

li {
	margin-left: -5px;
	line-height: 20px;
}
#columnLeft {
	width: 455px;
	height:auto;
	float:left;
	clear:left;
	border-left: #999999 1px dotted;
	padding-left: 10px;
	border-right: #ddd 1px dotted;
	padding-right: 10px;
	}
#columnRight {
	width: 455px;
	height:auto;
	float:right;
	clear: right;
	border-left: #999999 1px dotted;
	padding-left: 10px;
	border-right: #ddd 1px dotted;
	padding-right: 10px;
	}
.bigNav     a:link {
	text-decoration: none;
	}
.bigNav       a:hover {
	background-color: #0D88C3;
	}
#navigation {
	height: 21px;
	padding: 0px;
	margin-left: 100px;
	overflow: hidden;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	color: #000000;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	text-decoration: none;
	float: left;
	margin-left: 0px;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-weight: bold;
	width: 120px;
}

#navcontainer ul li a:hover
{
	background-color: #FF6600;
	color: #fff;
}

#todd {
	margin-top: 15px;
	padding: 10px;
	float:left;
	}
	
