
/* Global properties ======================================================== */
html {width:100%;}

Body {
	background-color: #0d3a6e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#4d4d4d;
	margin: 0;
	padding: 0;
}
.main {
	width:900px; 	
	padding:0;
	margin:0 auto;
}
.wrapper {
	width: 900px; 
}
.img-border {border:1px solid #e5e5e5;}

/*********************************header*************************************/
header {
	display:block;
	width:100%;
	height: auto;
}

/***** slider or banner area  *****/
.slider-wrapper {
	width:100%;
	overflow:hidden;
	background-image:url(../images/topbg.png);
	background-position: top center;
}
.slider {
	width:900px;
	height:100px;
	margin-left:-450px;
	position:relative;
	left:50%;
}

/*********************************content*************************************/
#content {
	width:100%; 
	padding: 26px 0 0;
	background:#fff;
	position:relative;
	z-index:1;
	clear: both;
}
#bodyArea {
	width: 650px;
	margin-left: 245px;
}
p {
	margin-bottom: 15px;
	line-height: 1.5em;
}
i {
	font-style:italic;
	margin-bottom: 18px;
	line-height: 1.5em;
}
ul {
	margin-bottom: 16px;	
	list-style: none;
	margin-left: 35px;
}
li {
	margin-bottom: 11px;
	list-style: circle;
}
h1 {
	font-size:20px; 
	line-height:2em; 
	color: #2f69ca;
	margin-bottom:10px;
}
h2 {
	font-size:16px; 
	line-height:2em; 
	color: #2f69ca;
	margin-bottom:10px;
}
h3 {
	font-size:14px; 
	line-height:1.6em; 
	color: #2f69ca;
	margin-top:10px;
	margin-right: 20px;
	margin-left: 10px;
}

a:link {
	color: #003E7E;
}
a:visited {
	color: #003E7E;
}
a:hover {
	color: #EF4135;
}
a:active {
	color: #003E7E;
}

strong {
	font-weight: bold;	
}

#imgLeftBox {
	float: left; 
	clear: none;
	display: inline; /* fixes IE align problem */
	float:left;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

#imgRightBox {
	float: right; 
	clear: none;
	display: inline; /* fixes IE align problem */
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: 25px;
	margin-right: 0;
}


#center {
	text-align: center;
}
.required {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #F00;
}

/*********************************sidebar*************************************/
#sidebar {
	width: 200px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	float: left;
	clear: none;
	position:absolute;
	top: 15px;
	z-index:10;
}
#sidebarItem {
	width: 200px;
	margin-top: 0;
	margin-bottom: 16px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

/****************************footer************************/
footer {
	padding: 15px 0 10px;
	width: 900px;
	height: auto;
	margin-left: -450px;
	position: relative;
	left: 50%;
	color: #ffffff;
	font-size: 16px;
}

.footerSpace {
	margin-right: 15px;
}

.footerLinks {
	color: #ffffff;
	font-size: 15px;
}
a.footerLinks:link {
	color: #ffffff;
	font-size: 15px;
}
a.footerLinks:visited {
	color: #ffffff;
	font-size: 15px;
}
a.footerLinks:hover {
	color: #d7e4fa;
	font-size: 15px;
}
a.footerLinks:active {
	color: #ffffff;
	font-size: 15px;
}


/****************************Credit************************/

.thenet {
	font-size: 12px;
	color: #ffffff;
}
a.thenet:link {
	font-size: 12px;
	color: #ffffff;
}
a.thenet:visited {
	font-size: 12px;
	color: #ffffff;
}
a.thenet:hover {
	font-size: 12px;
	color: #d7e4fa;
}
a.thenet:active {
	font-size: 12px
	color: #ffffff;
}



/* ================= Tables ================= */
.table {
	padding:5px;
	margin-left: 100px;
	text-align: center;
}
.table, th, td {
	border: none;
	vertical-align:middle;
	padding:10px;
	text-align: center;
}