body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #e8e8e8 url(../images/global/bottom_color.gif) repeat-x fixed bottom;
}
.oneColFixCtr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-y;
	height: 100%;
}
.oneColFixCtr #mainContent {
	background-image: url(../images/global/center_bg.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 0px;
	width: 860px;
	float: left;
}
#header {
	height: 110px;
	width: 900px;
	margin-top: 20px;
	position:relative;
	background-image: url(../images/global/header-graphic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logoheader {
	height: 94px;
	width: 400px;
	position: absolute;
	left: 24px;
	top: 10px;
}
/*----Main Navigation-----*/
#mainNav {
	width:auto;
	height: 40px;
	text-align: center;
	background: #003768;
	border: 4px solid #419639;
}
#mainNav ul {
	margin: 0;
	padding: 0;
	left: 0;
	bottom: 0;
	white-space: nowrap;
}
#mainNav ul li {
	list-style:none;
	display: inline;
}
#mainNav ul li a.first {
	background-image:none;
}
#mainNav ul a {
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Helvetica, Verdana, Arial, sans-serif;
	font-size:14.5px;
	line-height:2.8em;
	text-decoration:none;
	color:#fff;
	display:block;
	background-image: url(../images/global/menu_sep.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 1.4em;
	padding-left: 1.4em;
	float: left;
	font-weight: bold;
	margin-top: 0px;
}
#mainNav ul a:link, #mainNav ul a:visited {
	color:#fff;
}
#mainNav ul a:hover, #mainNav ul a:active {
	background-color:#419639;
}
#mainNav ul a.current, #mainNav ul a.current:hover, #mainNav ul a.current:active {
	background:#419639;
	background-image: url(../images/global/menu_sep.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: default;
}
/*----------Main Content Area----------*/
#mainContent {
	min-height: 300px;
}
#mainContent #textBox a:link, a:visited {
	color: #003768;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#mainContent #textBox a:hover, a:active {
	color:#419639
}
#mainContent #columnLinks a:link, a:visited {
	color: #003768;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#mainContent #columnLinks a:hover, a:active {
	color:#419639
}
#mainContent #columnLinks .headerText {
	margin-left: 5px;
	color: #419639;
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#sectionTitle {
	width: 630px;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #003768;
	padding: 0;
	float: right;
	margin-left: 15px;
	background: #d1dae1 url(../images/global/left_title_cap.gif) no-repeat left;
	height: 34px;
}
#sectionTitle h2 {
	color: #003768;
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	background: url(none);
	margin: 0px 0px 0px 15px;
	padding-top: 4px;
}
.subSectionblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #419639;
	height: auto;
}
#textBox {
	width: 615px;
	float: right;
	margin-top: 10px;
}
#columnLinks img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#textBox p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	font-size: 12px;
	line-height: 200%;
}
#textBox h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003768;
	font-weight: bold;
}
#footer {
	background-image: url(../images/global/curved_bottom.gif);
	background-position: left bottom;
	height: 50px;
	padding: 0px;
	background-repeat: no-repeat;
	margin: 0px;
	position: relative;
	width: 100%;
	clear: both;
}
#footerMenu {
	width: 250px;
}
#footerMenu ul {
	margin: 0;
	padding: 0;
	position:absolute;
	right: 20px;
	list-style:none;
	bottom: 20px;
}
#footerMenu ul li {
	float:left;
}
#footerMenu ul a:link, #footer ul a:visited {
	padding: 0 2.1em 0 2.0em;
	font-size:12px;
	line-height:1.5em;
	text-decoration:none;
	color:#003768;
	float:left;
	display:block;
	background-image: url(../images/global/menu_sep_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}
#footerMenu ul a:hover, #footer ul a:active {
	color:#419639
}
#footerMenu ul li a.first {
	background-image:none;
}
#footer img {
	margin-top: 8px;
	margin-left: 15px;
}
#bottomColor {
	height:140px;
	width: 100%;
	background: url(../images/global/bottom_color.gif) repeat-x scroll bottom;
	z-index:-1;
}
#mainContent #columnNews {
	border-right-width-value: 1px;
	border-left-width-value: 1px;
	border-right-style-value: solid;
	border-left-style-value: solid;
	border-right-color-value: #cacaca;
	border-left-color-value: #cacaca;
	border: 1px solid #cacaca;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	float: right;
	width: 255px;
}
#mainContent  #columnNews  a:link, #mainContent  #columnNews  a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #003768;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #cacaca;
	padding: 8px 5px;
	line-height: 150%;
	}
#mainContent  #columnNews  a:hover, #mainContent  #columnNews  a:active {
	text-decoration: underline;
}
h2 {
	color: #003768;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: url(../images/global/boxHeader_bg2.jpg);
}
.homePageimage {
	height: 400px;
	width: 892px;
	margin-left: -16px;
	margin-bottom: 15px;
	border-bottom: medium solid #419639;
}
.column {
	border-right-width-value: 1px;
	border-left-width-value: 1px;
	border-right-style-value: solid;
	border-left-style-value: solid;
	border-right-color-value: #cacaca;
	border-left-color-value: #cacaca;
	border: 1px solid #cacaca;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
}
#columnNews h2, .column h2 {
	font-size: 16px;
	line-height: 18px;
	color: #003768;
	font-weight: normal;
	text-transform: none;
	background-image: url(../images/global/boxHeader_bg2.jpg);
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #cacaca;
	margin: 0px 0px 5px;
	padding: 3px 5px 2px;
}
.column p {
	padding: 0px 5px;
}
.columnMission {
	border-right-width-value: 1px;
	border-left-width-value: 1px;
	border-right-style-value: solid;
	border-left-style-value: solid;
	border-right-color-value: #cacaca;
	border-left-color-value: #cacaca;
	width: 585px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}
.columnMission p {
	font-size: 14px;
	margin-left: 15px;
	display: block;
	padding-top: 25px;
	line-height: 200%;
}
#columnLinks {
	border-right-width-value: 1px;
	border-left-width-value: 1px;
	border-right-style-value: solid;
	border-left-style-value: solid;
	border-right-color-value: #cacaca;
	border-left-color-value: #cacaca;
	border: 1px solid #cacaca;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 12px;
	width: 205px;
	float: left;
	padding-bottom: 15px;
}
#columnLinks h2 {
	font-size: 16px;
	line-height: 18px;
	color: #003768;
	font-weight: normal;
	text-transform: none;
	background-image: url(../images/global/boxHeader_bg2.jpg);
	padding: 3px 5px 2px;
	border-bottom: 3px double #cacaca;
	margin: 0px 0px 5px;
}
#columnLinks p {
	font-size: 12px;
}
#columnLinks .name {
	font-size: 14px;
	color: #003768;
	margin-left: 5px;
}
#columnLinks .description {
	font-size: 12px;
	color: #000000;
	display: block;
}
#columnLinks .subTitle {
	font-size: 10px;
	font-style: normal;
	margin-left: 0px;
	display: block;
}
.subSectionblock img {
	float: left;
	margin-right: 10px;
}
.imageLeft {
	float: left;
	padding-right: 5px;
}
.imageright {
	float: right;
	padding-left: 5px;
}
/*------------------MainContent Table Styles---------------------*/
#mainContent #textBox #genTbl {
	width: 500px;
	margin:0 auto 0 0px;
	background:#e8e8e8
}
#mainContent #textBox #genTbl thead {
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Helvetica, Verdana, Arial, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	background: #003768;
	color: #FFFFFF;
	text-align: left;
}
#mainContent #textBox #genTbl tbody {
	font-size:.8em;
}
#mainContent #textBox #genTbl tr.odd {
	background: #d1dae1
}
#mainContent #textBox #genTbl tr a {
	font-size:.9em;
}
.leftOnestop {
	float: left;
	width: 300px;
}
.rightOnestop {
	float: right;
	width: 300px;
}
.oneStopTitle {
	color: #003768;
	background: #D1DAE1;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	margin: 0px 0px 8px;
}
.clear {
	clear: both;
}
