@charset "UTF-8";
html, body, div, form {
	padding:0px;
	margin:0px;
}
p, h1, h2, h3 {
	padding:0.5em 0px;
	margin:0px;
}

h1, h2, h3, h4, h5, h5 {
	font-family: Arial, Verdana, sans-serif;
}
h1 {
	color: #557E97;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	text-transform:lowercase;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
}
h4 {
	color: #557E97;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
a {
	color: #557E97;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

img {
	border:none;
}

html {
	background-color: #FFFFFF;
	color:#333333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}

/* INNER CONTAINER */
.container {
	margin: 0px auto;
	width: 639px;
}

/* SPLASH CONTAINER */
#splash_container {
	margin: 60px auto;
	width: 502px;
}

/* HEADER STYLES */
#header {
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #FFFFFF;
	height: 80px;
	padding: 40px 0px 0px 0px;
}

#header #logo {
	float: left;
	width: 175px;
}

#header #fullGraphics { display:none; }

/* Hide Text Only Titles */
#logoTitle { display: none; }
.linksTitle { display: none; }

#header #textOnly {
	color: #E6E6E6;
	font-size: 11px;
	margin: 0px 0px 0px 180px;
	padding: 25px 0px 0px 0px;
	text-align: right;
}

#header #textOnly a {
	color: #E6E6E6;
	text-decoration: none;
}

#header #textOnly a:hover {
	text-decoration: underline;
}

/* NAVIGATION STYLES */
#nav {
	background-color:#460000;
	height: 32px;
}

#nav img.first{ padding: 0px 0px; }
#nav img { padding: 0px 0px 0px 26px; }

#nav_bottom {
	background-image: url(../images/bg_navbottom.png);
	background-repeat: repeat-x;
	height: 9px;
}

/* TEXT AREA STYLES */
#textarea {
	margin: 58px 0px;
}

#textarea #left {
	float: left;
	width: 380px;
}

#textarea #right {
	margin: 0px 0px 0px 412px;
}

#textarea #right .header {
	background-color: #E5ECF2;
	color: #333333;
	font-size: 15px; 
	padding: 5px 10px;
}

#textarea #right .content {
	background-color: #E5ECF2;
	color: #333333;
	margin: 1px 0px; 
	padding: 10px 10px;
}

#textarea #right .content a { 
	color: #557E97;
	font-size: 14px;
	text-decoration: none;
}

/* FOOTER STYLES */
#footer {
	clear: both;
	color: #999999;
	font-size: 9px;
	padding: 20px 0px;
}

#footer a{
	color: #999999;
	text-decoration: none;
	
}