@charset "UTF-8";


/* CSS Document */




html, body {
	background-color:#1E3C51;
        margin: 0px auto;
	font-family:  Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:  12px;


}

#outerwrapper_home {
	width:840px;
	background-color:#1E3C51;
        margin: 0px auto;
	padding:0px;

}


#header {	
	background-image:url(images/header.jpg);
	width:640px;
	height:58px;
}
	

#maincontent_home {
	background-color:#FFFFFF;
position:absolute;
	margin-top:0px;
	margin-right:auto;
	margin-left:0px;
	box-shadow:rgb(0, 0, 0) 1px 1px 2px;
	-webkit-box-shadow:rgb(0, 0, 0) 1px 1px 2px;
	-o-box-shadow:rgb(0, 0, 0) 1px 1px 2px;
	-moz-box-shadow:rgb(0, 0, 0) 1px 1px 2px;
	border-top-left-radius:0.5em 0.5em;
	-webkit-border-top-left-radius:0.5em 0.5em;
	-o-border-top-left-radius:0.5em 0.5em;
	-moz-border-radius-topleft:0.5em 0.5em;
	border-top-right-radius:0.5em 0.5em;
	-webkit-border-top-right-radius:0.5em 0.5em;
	-o-border-top-right-radius:0.5em 0.5em;
	-moz-border-radius-topright:0.5em 0.5em;
	border-bottom-right-radius:0.5em 0.5em;
	-webkit-border-bottom-right-radius:0.5em 0.5em;
	-o-border-bottom-right-radius:0.5em 0.5em;
	-moz-border-radius-bottomright:0.5em 0.5em;
	border-bottom-left-radius:0.5em 0.5em;
	-webkit-border-bottom-left-radius:0.5em 0.5em;
	-o-border-bottom-left-radius:0.5em 0.5em;
	-moz-border-radius-bottomleft:0.5em 0.5em;
	top:10px;
	width:640px;
        display: inline;
}



#maincontent_text {
	padding:14px 16px 0px 18px;
}

/* LEFT COL */

div#leftcol {
	width:200px;
        float:left;
	clear:left;
	overflow:visible;
	margin:0px;
	padding:0px;
        background-color:#1E3C51;
}

#leftcol table {
	background-image:url(images/left_side.png);
	background-repeat-x:initial;
	background-repeat-y:initial;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#1E3C51;
	width:195px;
	height:406px;
	margin-top:35px;
	margin-left:20px;
	margin-bottom:auto;
}

a.leftText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	padding-left:15px;
	text-decoration:none;
}

a.leftText:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#1E3C51;
	padding-left:10px;
	text-decoration:none;
	font-weight:bold;
}

h1 {
	color:#7F937D;
font-size:20px;
}

div#footer 
{color:#000000;
width:700px;
text-indent:10px;
font-size:11px;

}

<!--[if IE]>
<style>
.maincontent_home {
margin: 5px;
padding: 10px;
}
</style>
<![EndIf]-->

