/* ------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
: focus {
	outline: 0;
}

/* ---------------- General Styles --------------- */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.8%;
	width: 100%;
	height: 100%;
	background: #b8b8b8 url('../img/bkg_body.jpg') top left repeat-x;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
p, h1, h2, h3, h4{
	margin: 0 0 0 10px;
	padding: 5px 0 5px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
h1 {
	color: #FFFFFF;
	font-size: 22px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 0 10px;
}
h2 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	margin: 0 0 0 10px;
}
.skip, hr {
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}
/* ---------------- Layout --------------- */
.container{
	background: url('../img/bkg_content.jpg') top center no-repeat;
	min-height: 653px;
	height: auto !important;
	height: 653px;
	width: 980px;
	margin: auto;
}
.columns { 
	overflow: hidden;
}

.logo{
	width: 200px;
	height: 600px;
	float: left;
	padding: 10px;
}
.navigation {
	position: relative;
	width: 240px;
	margin-left: 20px;
	float: left;
	text-align: left;
}
.navigation a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #222222;
	font-size: 18px;
	line-height: 28px;
}

.content{
	position: relative;
	width: 220px;
	float: left;
	margin-left: 20px;
	text-align: left;
}
.content a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #021b4e;
	font-size: 16px;
	line-height: 20px;
}
.footer{
	margin-top: 20px;
	text-align: center
}
.footer span{
	font-size: 10px;
	color: #000000;
}
.footer a{
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
ul.banner{
	width: 238px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	background: #FFFFFF;
	border: 1px solid #7A98C8;
	min-height: 82px;
	height: auto !important;
	height: 82px;
}
ul.banner li {
	float: left; 
	margin: 10px 5px 0px 15px;
	padding: 0px;
	text-align: center;
}
.navigation h1 {
	background: #02153D;
	height: 21px;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	text-align: center;
}
/* ---------------- Other --------------- */
.clear{
	clear: both;
}
.hidden{
	visibility: hidden;
}
.loading{
	width: 25px;
	height: 25px;
}

.error{
	font-size: 12px;
	font-weight: bold;
	display: none;
}
.inputStyle{}
.noDecoration{text-decoration: none}