@charset "UTF-8";
/* CSS Document */

/* neutralize browser styles */
body, html {
	margin:0;
	padding:0;
}

/* neutralize browser spacing for vertical elements */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* General Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header {
	height: 100px;
	background-image: url(images/headerRepeat.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#headerContent {
	background-image: url(images/logoHeader.jpg);
	height: 67px;
	width: 900px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 5px;
	background-repeat: no-repeat;
	margin: 0px auto;
}
#container {
	margin: 0px;
	padding: 0px;	
}
#content {
	width: 720px;
	min-height: 350px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	height: 120px;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	text-align: center;
	line-height: 1.1em;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background: url(images/footerRepeat.jpg) repeat-x;
}
#footerContent {
	height: 120px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-image: url(images/footerContentBG.jpg);
	clear: both;
	padding: 0px;
}
#footerOne {
	width: 111px;
	float: left;
	margin-left: 90px;
	margin-top: 8px;
	line-height: 1.5em;
}
#footerTwo {
	width: 400px;
	float: left;
	margin-top: 8px;
	line-height: 1.2em;
	height: 111px;
	margin-left: 45px;
}
#footerThree {
	width: 160px;
	float: left;
	margin-left: 40px;
	margin-top: 8px;
	line-height: 1.2em;
	height: 111px;
}
.imgBorder {
	border: 7px solid #195b95;
}
#flashHolder {
	background-color: #195b95;
	height: 220px;
	width: 698px;
	padding: 7px;
}
.imgNoBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	color: #00678B;
	font-family: "Helvetica CE", Arial, Verdana, sans-serif;
	font-size: 20px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
a {
	color:#207597;
	text-decoration:underline;
}  
a:hover {
	color:#333333;
	text-decoration: underline;
}
#footer a {
	color:#FFFFFF;
	text-decoration: underline;
}  
#footer a:hover {
	color:#66CCFF;
	text-decoration: underline;
}
#navcontainer {
	clear: both;
}
#navcontainer ul {
	float: left;
	padding-left: 215px;
	margin: 0 auto;
	padding-top: 35px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	text-decoration: none;
	padding: 0.2em 1.2em;
	float: left;
	color: #FFFFFF;
}

#navcontainer ul li a:hover {
	color: #66CCFF;
}

.smallTxt {
	font-size: 10px;
	color: #666666;
}
.header2 {
	font-size: 14px;
	font-weight: bold;
	color: #0089B7;
}

