/* Skin Layout CSS Document */
body {
	height: 100%;
	background-image:url(../../images/pageBg.jpg);
	background-position:center top;
	background-repeat:repeat;
	margin: 0px;
	padding:0px;
	background-color: #d5dee5;
	color: #0a4058;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Hdr{
	width: 600px;
	height: 98px;
	line-height: 98px;
	margin: 0px auto;
	padding: 0px;
}
#topMenu {
	background-image: url(../../images/topMenuBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0a4058;
	font-weight: bold;
	width: 600px;
	height: 26px;
	line-height: 26px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}
/* topMenu Styles*/
#topMenu a:link, #topMenu a:active, #topMenu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0a4058;
	padding: 0px;
	text-align: center;
	text-decoration: none;
}
#topMenu a:hover {
	color: #1681b0;
	text-decoration: none;
}
#contentTopCap {
	width: 600px;
	height: 11px;
	line-height: 11px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../../images/contentTopCapBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contentSurround {
	width: 600px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../../images/contentSurroundBg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 400px;
	height: 100%;
}
#contentInner {
	background-image: url(../../contentSurroundBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 600px;
	margin: 0px auto;
	padding: 0px;
	min-height: 400px;
}
h1,h2, h3, h4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin: 0em; padding: 0em 0em 0.25em 0em;}
h1 { color: #0a4058; }
h2 { color: #1681b0; }
h3 { color: #0a4058; }
h4 { color: #1681b0; }
h1 { font-size: 16px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }

#footer {
	width: 600px;
	height: 25px;
	line-height: 11px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../../images/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #0a4058;
}
#footer a:link, #footer a:visited, #footer a:active{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #0a4058;
	font-weight: bold;
	text-decoration:none;
}
#footer a:hover{
color: #1681b0;
text-decoration:underline;
font-weight: bold;
}
.go_button {
	border-style: solid; 
	border-color: #1d5279; 
	background-color: transparent; 
	border-width: 2px; 
	color: #FFFFFF;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	background-image: url(../../images/formBttn.gif);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: transparent;
	text-align: center;
	display: inline;
	height: 28px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: hand;
	cursor: pointer
}