/* CSS Document */

body {
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-image:url(../assets/bg_body_30.jpg);
	background-repeat: repeat;
	background-position: center;
}

html{
	height: 100%;
}
	
* html .shadow {
	height: 100%;
}

form{ height: 100%;}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}

h1 img {
	margin-bottom: -2px;
	}

a {
	color: #000000;
}

a:hover {
	color: #F6EABF;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }


h2 {
	color: #782626;
	font-size: 18px;
}

h3 {
	font-size: 14px;
	margin: 0px;
}



#wrapper {
	position: relative;
	z-index:5000;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -55px;
}



.push{height: 27px;}

#footerWrapper{
	position:relative;
	margin:auto;
	height: 27px;
	text-align:center;
	z-index: 6000;
	width: 1000px;
	margin-top: -27px;
}

#footer {
	height: 27px;
	width: 1000px;
	color: #8196B6;
	text-align:center;
	font-size:11px;
	background-color:#022D6D;
	margin-left:auto;
	margin-right:auto;
}

#footer a {
	color: #8196B6;
	text-decoration:none;
	font-weight: normal;
	padding: 8px;
	line-height: 230%;
}

#footer a:hover {
	color:#F6EABF;
}
#topWrapper{ position:relative;width: 1000px;height: 15px; margin:auto; z-index: 10000;background-color:#022D6D;}

#homeLinkWrapper{
	width: 113px;
	font-size: 16px;
	text-align:center;
	padding-top: 15px;
	margin-left: 80px;
}
#homeLink{
	height: 22px;
	background-color:#022D6D;
}
#homeLinkBtm{
	position:relative;
	background-image: url(../assets/bg_homelink.gif);
	background-repeat: no-repeat;
	background-position:center bottom;
	height: 10px;
}

#homeLink a{ color:#FFFFFF;text-decoration:none; font-weight:bold; line-height:180%;}
#homeLink a:hover {color:#F6EABF;}