/* CSS Document */

html {
	height: 100%;
}

img {
	border: none;
}

div {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	height: 100%;
	background-image: url(../images/mainBG.jpg);
	background-repeat: repeat-x;
	background-color: #19304c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a, a:link, a:active, a:visited {
	color: #315585;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	color: #3399cc;
	text-decoration: underline;
	font-weight:bold;
}

p {
	font-size: 12px;
	color: #000000;
}

p em {
	font-weight: bold;
	font-style: italic;
	color: #cfa852;
}

p strong {
	font-weight: bold;
	color: #315585;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #315587;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #315587;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #cfa852;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #163256;
}

h5 {
	font-size: 10px;
	color: #163256;
}

h6 {
	margin: 0px 0px 0px 12px;
	font-size: 10px;
	color: #242520;
	font-weight: normal;
}

#outerContainer {
	margin: auto;
	height: 100%;
	width: 748px;
	background-image: url(../images/innerBG.gif);
}

#innerContainer {
	float: left;
	margin: auto;
	height: auto !important;
	width: 748px;
	background-image: url(../images/navBG.gif);
	background-repeat: no-repeat;
	background-color:#193960;
	/*background-position: 4px -4px;*/
}

#headerContainer {
	position:relative;
	left: 4px;
	height: 99px;
	width: 740px;
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;
}

#logo {
	float: left;
}

#logo h1, #logo h2 {
	display: none;
}

#login {
	float: right;
	height: 99px;
	width: 168px;
	background-image: url(../images/loginBG.gif);
	background-repeat: no-repeat;
	background-position: top left;
	overflow:hidden;
}

#login h4 {
	margin: 4px 0px 3px 0px;
	padding: 0;
	text-align: center;
}

#login h5 {
	margin: 0;
	font-weight: normal;
	text-align: right;
}

.loginForm {
	height: 12px;
	width: 75px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-color: #b0aeb4;
	border-left-color: #58585a;
	border-style: inset;
	border-right-color: #b0aeb4;
	border-top-color: #58585a;
	border-style: solid; 
	border-width: 1px;
}

#loginBtn {
	margin: 3px 0px 0px 0px;
	text-align: center;
}

#contentContainer {
	position: relative;
	left: 4px;
	background-repeat: no-repeat;
	width: 740px;
}

#leftNav {
	float: left;
	margin-top: 16px;
	width: 150px;
	font-weight:normal;
}

#leftNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFFFFF;
}

#leftNav ul li {
	padding: 6px 5px 6px 10px;
	background-image: url(../images/navDivider.gif);
	background-repeat: no-repeat;
	background-position: 9px 0px;
}

#leftNav ul li a, #leftNav ul li a:link, #leftNav ul li a:active, #leftNav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}

#leftNav ul li a:hover {
	color: #3399cc;
	text-decoration: underline;
	font-weight:normal;
}

#secondNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#secondNav ul li {
	padding: 6px 5px 6px 20px;
	background-color: #112d51;
	color: #d1a850;
}

#secondNav ul li a, #secondNav ul li a:link, #secondNav ul li a:active, #secondNav ul li a:visited {
	color: #d1a850;
	text-decoration: none;
	font-weight:normal;
}

#secondNav ul li a:hover {
	color: #917a48;
	text-decoration: underline;
	font-weight:normal;
}

#thirdNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#thirdNav ul li {
	padding: 6px 5px 6px 30px;
	background-color: #334762;
	color: #f9edc9;
}

#thirdNav ul li a, #thirdNav ul li a:link, #thirdNav ul li a:active, #thirdNav ul li a:visited {
	color: #f9edc9;
	text-decoration: none;
	font-weight:normal;
}

#thirdNav ul li a:hover {
	color: #d4c596;
	text-decoration: underline;
	font-weight:normal;
}

#mainContent {
	float: right;
	width: 590px;
	height: auto !important;
}

#bodyCopy {
	width: 565px;
	margin:5px 10px 15px 10px;
}

#homepageContent {
	height: 166px;
	width: 100%;
	background-image: url(../images/homepageBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#homepageContent img {
	padding: 20px 10px 20px 10px;
}

#footerContainer {
	clear: both;
	position: relative;
	left: 4px;
	height: 31px;
	width: 740px;
	vertical-align:middle;
	background-image: url(../images/footerBG.gif);
	background-repeat: repeat-x;
}

#footerContainer h6 {
	width: 100%;
	padding-top: 8px;
}

#userDivbar 
{
  padding-top:4px;
}

#searchDivbar
{
  text-align:right;
  padding-right:7px;
  padding-top:4px;
}

.loginLabel
{
 	font-size: 10px;
	color: #163256;
	padding-left:7px;
}

.loginFailed
{
 	font-size: 10px;
	color: red;
}

table.text-table {
	border-right: 1px #efefef solid;
}

table.text-table tr {
	vertical-align: top;
}

table.text-table td {
	margin: 0;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px #efefef solid;
	border-left: 1px #efefef solid;
}

table.text-table td.subhead {
	text-align: center;
	vertical-align: middle;
	background-color: #FEFEFC;
	border-bottom: 1px #CCCCCC solid;
}

table.text-table th {
	text-align: left;
	vertical-align: middle;
	color: #112D51;
	background-color: #FBF7EB;
	height: 25px;
	padding-left: 5px;
	border-bottom: 1px #666666 solid;
	border-top: 1px #666666 solid;
	border-left: 1px #efefef solid;
}