/* style sheet */

body {
	background:#002157 url(../images/bg.gif) repeat-y center;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#636363;}
	
#wrap {
	width:1006px;
	margin:0 auto;}
	
	#inner-wrap {
		width:946px;
		margin:0 auto;
		padding:0px 0 0 0;}
		
		#topCurve {
			background:url(../images/top-curve.gif) no-repeat;
			height:22px;}
			
		#container {
			padding:0 0 30px 0;
			background:url(../images/wrap.gif) repeat-y;
			overflow:hidden;}
			
				.main {
					width:892px;
					margin:0 auto;}
					
					.main-left {
						float: left;
						width:200px;
					}
						.main h1 {
							/*float:left;*/
							}
						
					.main-right {
						width:680px;
						float:right;}
						
						.mainBox {
							-moz-border-radius: 5px;
							-webkit-border-radius: 5px;
							background:#f4f4f4;
							width:648px;
							padding:10px;
							overflow:hidden;
							border:1px solid #e8e8e8;}
							
							.col {
								min-height:300px;
								float:left;
								padding:0px 5px 0px 10px;}
							*html .col {height:300px;}
								#col1 {width:170px;}
								#col2 {width:240px;}
								#col3 {width:190px;}
								.middle {
									border-left:1px solid #c1c1c1;
									border-right:1px solid #c1c1c1;}
									
			
		#bottomCurve {
			background:url(../images/bottom-curve.gif) no-repeat;
			height:22px;
		}
		
		.login {
			background:url(../images/index-container.jpg) no-repeat;
			height:496px;}
		
#footer {
	color:#003471;}
	
/*forms*/

.login {
	position:relative;}

.loginContainer {
	position:absolute;
	left:396px;
	top:187px;}
	
	.formContainer { padding:10px 0 0 35px;}
	
	.formContainer p span { display:block; float:left; width:80px;}
	
		.loginSumbit { background:#595959; border:0; color:#fff; padding:3px 10px;}
		
		.loginField { width:200px;}

.form_label {
	width: 150px;
	float: left;
	text-align: left;
	margin: 5px 5px 0px 0px; }

.form_inputwrap {
	float: left;
	margin: 5px 5px 0px 0px; }

	
/* ---typo--- */

a {
	text-decoration:none;}
	
a:hover {
	text-decoration:underline;}
	
h1 { font-size:24px;}
h2 { font-size:18px;}
h3 { font-size:16px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

	h5 img { float:left;}
	
	h5 span {
		display:block;
		float:left;}
		
p, h1,h2,h3,h4,h5,h6 {
	margin:0 0 10px 0;}
	
ul li, ol li {
	margin-left:15px;}
	
	*html ol li {
		margin-left: 30px;}
	
.clear {
	clear:both;}
	
.imgLeft {
	float:left;
	margin: 0 10px 10px 0;}

.red { color:#FF0000; }
