@charset "utf-8";

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background-color: #F8F8F8;
	width:1024px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial;
	font-Size: 12px;
	min-width: 100px;
	
}
.clear {
	clear: both;
}

a, a:visited, a b {
	color: #3d230a;
	text-decoration: none;
	cursor: pointer; 
}

a:hover {
	text-decoration: none;
	color:#1019BD; 
}

.active{
	text-decoration: none;
	color:#1019BD; font-weight:bold;
}


#main_wrapper {
	width:1024px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

/* HEADER - STRAT */
#header {
	width: 965px;
	height: 135px;
	margin: 0 auto;
}

#header .menu {
	width: 1024px;
	float: left;
	margin: 103px 0px 0 0;
}

#header .menu > ul {
	list-style:none;
	float: left;
	padding: 0;
	margin: 0;
	margin-left:0px;
}

#header .menu > ul li {
	margin: 0;
	padding: 0 30px;
	display: block;
	float: left;
	position: relative;
	visibility: visible;
	overflow: visible;
}
#header .space{
	display: block;
	position: fixed;
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 100px;
	float: left; clear: left; width: 200px;
	}

#header .menu > ul li a:link, #header .menu > ul li a:visited {
	padding:4px 0px;
	display:block;
	text-align:center;
	text-decoration:none;
	height:13px;
	color: #000;
}

#header .menu > ul li:hover a, #header .menu > ul li a:hover, #header .menu > ul li a:active, #header .menu .active a {
	padding:4px 0px;
	display:block;
	text-align:center;
	text-decoration:none;
	height:13px;
	border-bottom: 3px solid #1019BD ;

}

#header #logo {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left:-48px;;
}

#header #line1 {
	position: relative;
	top: 90px;
	float:left;
	}
#header #line2 {
	position: relative;
	top: 90px;
	float: right;   	right:1.5%;

/*	margin-left:530px; 
*/}

#content {
	min-height: 200px;
	margin-bottom: 25px;
}

#boxhighlight { 
	width:1000px;
	float:left; 
	margin:5px 30px 5px 5px;
	padding:5px 5px 5px 5px;
}

#boxhighlight .bhimage {
	width:200px;
	float:left; margin-left:25px;
}

#boxhighlight .bhtext {
	padding: 10px;
	height: 10px;
	float: left;
	font-size: 16px; font-weight:bold;
	font-family: Helvetica;
}


.title {
	font-size: 16px;
	font-family: arial; font-weight:bold; text-transform:uppercase;
}

.subtitle {
	font-size: 14px; color: #000000;
	font-family: "Arial Black", Gadget, sans-serif; font-weight:bold;  
}

.mission {
	font-size: 18px; color: #000000;
	font-family: "Arial"; line-height: 25px; text-align:center;
}

.text-hl {
	font-size: 14px; color: #1019BD;
	font-family: "Arial Black", Gadget, sans-serif; font-weight:bold;  
}

.err {	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color: red;
}

/* FOOTER - START */
#footer {
	width: 80%;
	text-align: left;
	margin-left:35px;
	padding-top: 20px;
	margin-bottom: 10px; font-size:10px; color:#818181;
}

/* FOOTER - END */
.row {
	color: #CCC;
}

#tableH{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #1019BD;
	font-weight: bold;
	background-position: center;
        }

#tableD      {
	font-size: 12px;
	color: #403e39;
	background-color: #cccccc;
	font-weight: bold;
	background-position: center;
        }
