 /***************************************
**	Global Styles
****************************************/
* {
	padding: 0px;
	margin: 0px;
	font-family: arial;
}
body {
	background-color: #1e3056;
	text-align: center;
	color: #1e3056;
}
h2 {
	margin: 10px 0;
	color: #4f92c4;
	font-weight: 100;
	*font-weight: 300;
	font-size: 19px;
}
h4 {
	color: #4f92c4;
	font-weight: 200;
	margin: 10px 0 0 0;
}
a img {
	border: 0px;	
}
p {
	color: #1e3056;
	font-size: .90em;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align: justify;
}
ul {
	font-size: .98em;
	line-height: 1.8em;
}
li {
	font-size: .92em;
	line-height: 1.2em;
	margin-left: 20px;
	list-style-type: none;
}
a {
	color: #3E709D;
	text-decoration: none;
}
a:hover {
	color: #1E3056;
	text-decoration: underline;
}

/***************************************
**	Site Structure
****************************************/
#wrap {
	text-align: left;
	width: 860px;
	margin: 0px auto;
}
#header {
	height: 170px;
	background: url('images/abstract.png') no-repeat bottom right;
}
#content {
	margin: 20px;
}
#contentContainer {
	min-height: 200px;
	padding: 1px 0;
	background: #fff url('images/abstract2.png') no-repeat bottom right;
}
#footer {
	padding: 1px 0;
	margin-bottom: 30px;
	height: 44px;
	background: url('images/footer_bg.png') no-repeat top left;
}

 /***************************************
**	Header
****************************************/
#headerIMG {
	padding-top: 10px;
	margin-left: 20px;
	margin-top: 11px;
}

 /***************************************
**	Navigation
****************************************/
#navigation {
	z-index: 100;
	position: relative;
	min-height: 18px;
	background: #8A919F url('images/nav_header.png') no-repeat top left;
	height: 48px;
}
.index {
	height: auto !important;
}
#navLinks {
	z-index: 100;
	position: absolute;
	top: 18px;
	left: 30px;
}
#navLinks a {
	z-index: 100;
	text-decoration: none;
	color: #fff;
}
#navLinks a:hover {
	text-decoration: underline;
}
#navLinks li{
	z-index: 100;
	margin: 0 10px;
	display: inline-block;
}

 /***************************************
**	Banner
****************************************/
#banners {
	z-index: 10;
	position: relative;
	height: 345px;
	width: 860px;
	background: #fff url('images/banner_bg.png') repeat-x top left;
}
#banners img {
	z-index: 10;
	width: 860px;
	position: absolute;
}

 /***************************************
**	Content
****************************************/
#leftSide {
	float: left;
	width: 525px;
}
#rightSide {
	float: right;
	width: 250px;
}
#left_half {
	float: left;
	width: 400px;
}
#right_half {
	float: right;
	width: 400px;
}
 /***************************************
**	Footer
****************************************/
#footer ul li {
	border-left: 1px solid #686f7e;
	padding-left: 5px;
	padding-right: 3px;
	display: inline-block;
	color: #1e3056;
}
#footer ul li a {
	text-decoration: none;
	color: #1e3056;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#links {
	font-size: 13px;
	margin: 14px 0 0 15px;
}
#credit {
	float: right;
	margin: 14px 15px 0 0;
	color: #686f7e;
	font-size: 13px;
	text-decoration: none;
}
#credit:hover {
	text-decoration: underline;
}

/***************************************
**	tables
****************************************/
#contactTable td {
	font-size: .90em;
	line-height: 1.2em;
	padding: 5px;
}
#contactTable input, #contactTable textarea {
	padding: 2px;
	font-size: .90em;
	color: #8A919F;
}
#contactTable textarea {
	width: 300px;
	height: 100px;
}

/***************************************
**	Other Styles
****************************************/
.clearBoth {
	clear: both;
}
.index {
	background: none;
}
.pdf, .word {
	text-decoration: underline;
	padding: 2px 0px 2px 25px;
	padding: 0px 28px;
}
.pdf {
	padding-left: 20px;
	background: url('images/pdf.png') no-repeat center left;
}
.word {
	padding-left: 20px;
	background: url('images/word.png') no-repeat center left;
}

