@charset "UTF-8";
body {
	font-family:"Lucida Grande", Verdana, Arial;	background: #07192d;
	font-size:13px;
	line-height:17px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

hr {border: none 0; 
border-top: 1px solid #999999; /*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin:15px 0px 15px 0px;
}


h1 {
	font-size: 18px;
	color: 030303;
	padding:0px 0px 6px 0px;
	margin:0px;
	font-weight:normal;
}

h2 {
	font-size: 14px;
	color:#144f6e;
	padding:0px 0px 4px 0px;
	margin:0px;
	font-weight:bold;
}


.site #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/bg2.jpg);
	background-repeat:no-repeat;
	background-color:#c1c2c2;
}


.site #subcontainer {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/bg2sub.jpg);
	background-repeat:no-repeat;
	background-color:#c1c2c2;
}

.site #mainContent {
	padding: 30px 25px 20px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-repeat:repeat-x;
}


.site #submainContent {
	padding: 20px 25px 20px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-repeat:repeat-x;
}

.footer {
	margin-top:7px;
	background-color:#325757;
	border-top:#061c25 8px solid;
	padding:20px 20px 20px 20px;
	color:#FFFFFF;
	font-size:11px;
	
}


a:link {color:#0066FF; text-decoration:none;}
a:visited {color: #0066FF; text-decoration:none;}
a:hover {color:#006699; text-decoration:none;}

.footer a:link {color: #63a9a9; text-decoration:none;}
.footer a:visited {color: #63a9a9; text-decoration:none;}
.footer a:hover {color: #3eacac; text-decoration:none;}


.nav {
font-size:17px;
height:86px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}

.nav a:link {color: #ffffff; text-decoration:none;}
.nav a:visited {color: #ffffff; text-decoration:none;}
.nav a:hover {color: #6ac4f3; text-decoration:none;}


.leftcloumn {

	float:left;

}

.style1 {
	color: #014b70;
	font-weight: bold;
	font-size: 13px;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}
.style3 {
	color: #adddfa;
	font-size:12px;
}