body {
	background: #000000;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}
h1 { position: absolute; left: -987em; }
h3 {
	color: #5cb2f5;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-size: 14px;
	text-transform: uppercase;
}
h4 {
	color: #133A5E;
	margin: 15px 9px 15px 7px;
	padding: 0px;
	line-height: 16px;
	font-size: 13px;
}
h5 {
	color: #133A5E;
	margin: 0px;
	padding-bottom: 20px;
	line-height: 16px;
	font-size: 13px;
}
img.trans {behavior: url(/c/pngHack.htc);}


.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

/* --- */

#container {
	width: 782px;
	margin: 0px auto 0px auto;
	background: #133a5e;
	text-align: left;
}

/* --- */

#header {
	height: 175px;
	background: url(/i/header.jpg) no-repeat;
	border-bottom: 1px solid #226294;
}
#header_index {
	height: 225px;
	background: url(/i/header_index.jpg) no-repeat;
	border-bottom: 1px solid #226294;
}
#header_index .puzzle {
	position: absolute;
	top: 55px;
}
#header .puzzle {
	position: absolute;
}

/* --- */

#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;	
	border-right: 1px solid #226294;
}
#nav a {
	display: block;
	padding: 0px 15px 0px 15px;
	line-height: 27px;
	background: #071628;
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;	
}
#nav a:hover {
	color: #5cb2f5;
}
#nav li.left {
	text-align: right;
	width: 70px;
}
#nav li.right {
	text-align: left;
	width: 80px;
	border-right: 1px solid #226294;
}

.index .left {
	border-left: 1px solid #226294; 
}
.index .right {
	border-right: 1px solid #226294; 
}
.index #nav {
	width: 620px;
	margin: 0px auto 0px auto;
}
#navWrap {
	background: #071628;
	text-align: center;
	height: 27px;
}


/* --- */

#left_panel {
	float: left;
	width: 572px;
}
#content {
	clear: both;
	padding: 25px 20px 50px 25px;
	background: #FFFFFF;
}
.index #content {
	padding: 25px 103px 50px 103px;
}

#sidebar {
	float: left;
	width: 208px;	
	color: #FFFFFF;
	font-weight: bold;
}

/* --- */

#footer {
	width: 750px;
	margin: 0px auto 0px auto;
	padding-top: 10px;
	clear: both;
	color: #8d8e8e;
}
#footer ul {
	list-style: none;
	margin: 0px auto 10px auto;
}
#footer li {
	float: left;
	border-right: 1px solid #4586b8;
	padding: 0px 10px 0px 8px;
}
#footer a {
	color: #8d8e8e;
	text-decoration: none;
}
#footer a:hover {
	color: #5cb2f5;
}
#footer li.left {
	text-align: right;
}
#footer li.right {
	text-align: left;
	border: 0px;
}

/* --- */

.form_wrapper {
	width: 208px;
}
.form {
	width: 190px;
	margin: 0px auto 0px auto;	
}
.form .legend, .form .errors {
	display: none;
}
.form input, .form select, .form textarea {
	width: 185px;
	background: #dfe0e0;
	border: 1px solid #FFFFFF;
}
.form .standard {
	padding-bottom: 5px;
}
.autoWidth input, .autoWidth select, .autoWidth textarea {
	width: auto;
}
