﻿* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
}

a img{
	border:none;
}
body {
	font: 76%/1.5 Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
}
#header {
	background: #597ABF url('/images/head_back.jpg') repeat-x;
}
.container {
	width: 900px;
	margin: 0 auto;
}

.home .title{
	display:none;
}

.home .logo{
	background:none;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-weight:normal;
	text-indent:0;
	color:white;
	text-decoration:none;
	padding-top:1em;
	height:3em;
	width:100%;
}

.logo {
	background: url('/images/logo.gif') no-repeat 0 20px;
	display: block;
	text-indent: -5000px;
	width: 200px;
	height: 150px;
}

.title{
	color:#011F5C;
	position:absolute;
	margin:-2em 0 0 23em;;
}

#altcontent p {
	padding-top:5em;
	height:15em;
	border:1px solid silver;
	text-align:center;
}

.pline{
	padding-bottom:.5em;
	border-bottom:1px solid silver;
}

.col2, .col1{
	margin-top:1em;
}

.col2 a, .col1 a{
	color:#011F5C;
}

.col1{
	width:22em;
	padding-bottom:1em;
	float:left;
}

.col1 ul{
	list-style:none;
}

.col1 ul li{
	padding:.1em 0;
}

.col1 ul li a{
	background:url('/images/bullet_arrow.gif') no-repeat left center;
	padding-left:1.5em;
}

.col2{
	min-height:35em;
	width:50em;
	padding:0 1em 1em 0;
	float:right;
}

.fltright{
	float:right;
	border:1px solid silver;
	padding:.5em;
	margin-left:1em;
}

.fltleft{
	float:left;
	border:1px solid silver;
	padding:.5em;
	margin-right:1em;
} 

h2 {
	font:1.8em/2 tahoma,Times, serif;
	font-weight:normal;
}

p {
	margin-bottom:1em;
}

.nav {
	text-align: center;
	list-style: none;
	background: #011F5C;
}
.nav li {
	display: inline;
}
.nav li a {
	color: white;
	padding: .2em 1.2em;
	font-size: 1.5em;
	text-decoration: none;
}
.nav li a:hover {
	background: #2955AC;
}

#footer {
	clear:both;
	background: #011F5C;
	color: white;
	padding:2em 1em 0 1em;
}

.subnav{
	float:left;
	list-style:none;
}

.subnav li{
	display:inline;
}

.subnav li a{
	color:white;
	padding:.2em 1em;
	text-decoration:none;
}

.subnav li a:hover{
	text-decoration:underline;
}


fieldset{
	padding-top:1em;
	border:none;
}

legend {
	display:none;
}

label{
	width:13em;
	display:block;
	float:left;
}

.submit{
	margin-left:13em;
	background:#597ABF;
	border:none;
	color:white;
	padding:.2em 0;
	width:7em;
	cursor:pointer;
}

.required{
	font-weight:bold;
	color:maroon;
}

.valid{
	background:url('/images/red_e.jpg') no-repeat right center;
	padding-right:4em;
	text-align:right;
	float:right;
	color:#808fad;
}

.valid a{
	color:#808fad;
	text-decoration:none;
}

.valid a:hover{
	text-decoration:underline;
}

.valid ul{
	list-style:none;
}

.valid ul li{
	display:inline;
}

.valid ul li a{
	background:url('/images/check_mark.gif') no-repeat left center;
	padding-left:1em;
}

.crytech{
	padding:0;
	margin:0;	
}