@charset "utf-8";

* { /*Sets All margins to 0 */
	margin: 0px;
	padding: 0px;

}

/*********************/
/* BASIC */
/*********************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .75em;
	background-color: #FFF7C5;
}

#wrapper{
	width: 854px;
	margin-top:50px;
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;*/
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}

#wrapper2 #contentArea {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-color:#FFFFFF;
}
#contentArea{
	border:2px solid #001598;
	border-top:none;
}

#contentLeft {
	width: 590px;
	float: left;
	padding-right: 0px;
	padding-bottom: 10px;
}
#contentRight {
	float: right;
	width: 180px;
	padding-bottom: 15px;
}
.clear {
	clear: both;
}

#header {
	margin-left: auto;
	margin-right: auto;
}

a:link{
	color: #F90;
}	
a:visited {
	color: #F90;
}

a:hover {
	color: #999;
}
h2 {
	display:block;
	padding: 5px 15px 5px 15px;
	text-weight: bold;
	font-size: 150%;
	color:#FF9900;
}
h3 {
	display:block;
	text-weight: bold;
	font-size: -25%;
	color:#FF9900;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/*********************/
/* HEADER STYLES */
/*********************/

#header {
	padding-top:140px;
	background-image: url(images/banner1.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;	
}
/*********************/
/* NAVIGATION STYLES */
/*********************/

ul{
	padding:0px;
	margin:0px;
}

.nav ul{
	margin: 0px;
	padding: 10px;
	padding-bottom:none;
	padding-top:none;
	/*float: right;*/
	width: 1900px;
}

.nav li.top {
	width:160px;
	list-style: none;
	/*float: left;*/
	/*background-color:#000;*/
	background-image:url(images/button-top-right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	/*margin-right:  5px;*/
}

.nav a.top {
	color:#fff;
	display: block;	
	padding: 5px 15px 5px 15px;
	background:url(images/button-top-left.gif);
	background-repeat: no-repeat;
	background-position:left top;
	/*text-align: center;*/
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

.nav li.mid {
	width:160px;
	list-style: none;
	/*float: left;*/
	/*background-color:#000;*/
	background-image:url(images/button-mid-right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	/*margin-right:  5px;*/
}

.nav a.mid {
	color:#fff;
	display: block;
	padding: 5px 15px 5px 15px;
	background:url(images/button-mid-left.gif);
	background-repeat: no-repeat;
	background-position:left top;
	/*text-align: center;*/
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

.nav li.bot {
	border-top:1px solid #001598;
	width:160px;
	list-style: none;
	/*float: left;*/
	/*background-color:#000;*/
	background-image:url(images/button-bot-right1.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	/*margin-right:  5px;*/
}

.nav a.bot {
	color:#fff;
	display: block;		
	padding: 5px 15px 5px 15px;
	background:url(images/button-bot-left.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
	/*text-align: center;*/
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

/*********************/
/* BLUE BOX */
/*********************/
.blueBox {
	padding-top: 10px;
	background-image: url(images/bluebox-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 590px;
	float: left;
	margin-bottom:16px;
}
.blueBox .bg {
	background-image: url(images/bluebox-mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.blueBox .img{
	padding:0px;
	margin:0px;
}
.blueBox .bg p {
	margin: 0.75em;
}
.blueBox .bg li {
	list-style-image: url(../images/bulletblue.jpg);
	list-style-position: outside;
	/*font-weight: bold;*/
	color: #000000;
	line-height: 1.4em;
	list-style-type: disc;
	font-size: 95%;
}
.blueBox .bg ul {
	display: block;
	padding-left: 20px;
}
.blueBox .ft {
	height: 10px;
	background-image: url(images/bluebox-bot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 590px;
	display: block;
}

/*********************/
/* LAYOUT */
/*********************/


/*********************/
/* BANNER STYLES */
/*********************/


/*********************/
/* TABLE STYLES */
/*********************/

.bold {
	color: #F90;
	font-weight:bold;
}

.contact {
	color: #F90;
	font-weight:bold;
	font-size:x-small
}

