* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
}

body, html {
color: #000; 
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
background-color: #C0C0C0; 
text-align: center; /*** Centers the design in old IE versions ***/
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

p {padding: 7px 0 7px 0;}


a {
color:#2D2D2D; text-decoration:none;
}

a:hover{
}

h1, h2, h3, h4, h5 {
font-weight: bold;
padding-bottom: 5px;
}

h1 {
	font-size: 24px;
	color: #293171;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

h2 {
font-size: 1.4em;
}

h3 {
font-size: 1.3em;
}

h1 a, #header h2{
color: #fff;
}

.clear { clear: both; }

#mainContainer {
width: 922px;
border-top: 1px solid #a28b31;
border-bottom: 3px solid #ffffff;
border-left: 1px solid #a28b31;
border-right: 1px solid #a28b31;
margin: 0 auto; /*** Centers the design ***/
margin-top: 10px;
min-height: 300px;
background: #151B54;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}

* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

/**************************
HEADER
**************************/
#header {
background: #FFFFFF;
padding: 0px 0px 15px 10px;
height: 70px;
margin: 10px 0px 0px 0px;
color:#000000
}

#logo {
	position: relative;
	right:0px;
	top:0px;
	width: 220px;
	cursor:pointer;
	cursor:hand;
}

#title {
	position: relative;
	right:-275px;
	top:-50px;
	width: 325px;
}

#subtitle {
	position: relative;
	right:-700px;
	top:-75px;
	width: 200px;
}

#headinfo {
	position: relative;
	right:-690px;
	top:-130px;
	width: 200px;
}

#headinfo a { 
font-size: 10px; color:#000000; 
}

#headinfo a:hover { 
text-decoration:underline; 
}

#navigation {
	float: left;
	width: 902px;
	color: #FFFFFF;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background-color: #293171;
}

#seperator {
	color: #FFFFFF;
	width: 912px;
	float: left;
	padding: 0px;
	height: 160px;
	background-color: #5b6da4;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#band {
	color: #FFFFFF;
	width: 922px;
	float: left;
	height: 7px;
	margin: 0px 0px 0px 0px;
	background-color: #BCAB5E;
	border-bottom: 2px solid #ffffff;
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 168px;  
padding-right: 120px;
}

* html .outer {
}

.inner {
width: 754px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}

* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/

.float-wrap {
float: left;
width: 717px;
margin-left: -168px; /*** Same length as .outer padding-left but with negative value ***/
}

* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/

#content {
float: right;
width: 500px;
background: #fff;
position: relative; /*** IE needs this  ***/
border-top: 1px solid #a28b31;
border-bottom: 1px solid #a28b31;
border-left: 1px solid #a28b31;
border-right: 1px solid #a28b31;
margin-top: 15px;
margin-bottom:15px;
}

* html #content {

}

.contentWrap {
padding: 10px;
}

.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}

.contentWrap li {
padding-bottom: 2px;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: left;
	width: 197px;
	color:#FFFFFF;
	background: #151B54;
	min-height: 375px;
	padding-top: 15px;
	padding-left: 13px;
	position: relative; /*** IE needs this  ***/
	border-left: 0px solid #ffffff;
}

* html #left {
height: 350px;
}

/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 192px;
color:#FFFFFF;
background: #151B54;
padding-top: 15px;
min-height: 380px;
position: relative; /*** IE needs this  ***/
border-right: 0px solid #ffffff;
}

* html #right {
margin-right: -120px; /*** IE gets this margin. ***/
height: 350px;
}

#bottomband {
	color: #FFFFFF;
	width: 922px;
	float: left;
	height: 7px;
	margin: 0px 0px 0px 0px;
	background-color: #BCAB5E;
	border-top: 2px solid #ffffff;
}

#bottomseperator {
	color: #FFFFFF;
	width: 912px;
	float: left;
	padding: 0px;
	height: 131px;
	background-color: #5b6da4;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

/**************************
FOOTER
**************************/
#footer {
width: 902px;
clear: both;
color: #FFFFFF;
border-bottom: 1px solid #a28b31;
border-top: 1px solid #a28b31;
border-left: 1px solid #a28b31;
border-right: 1px solid #a28b31;
margin: 0 auto;
padding: 10px;
background-color: #bcab5e;
}

/**************************
STYLES
**************************/
.style13 {color: #CC0000}

.style22 {
	font-size:12px;
	color:#FFFFFF;
	background-color:#151B54;
	width:160px;
	border: 2px #CCB564 solid;
	padding-bottom: 5px;
	padding-top: 5px;
}

.style23 {
	font-size:13px;
	background-color:#FFFFFF;
	width:160px;
	border-left: 2px #CCB564 solid;
	border-bottom: 2px #CCB564 solid;
	border-right: 2px #CCB564 solid;
}
.style2 {
	font-size: 20px;
	color: #293171;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.style4 {
	font-size: 18px;
	color: #293171;
	font-family: "Franklin Gothic Book";
}
.style5 {font-family: "Times New Roman", Times, serif}
.style6 {font-size: 24px}
body {
	background-color: #C0C0C0;
}
.style9 {
font-family: "Franklin Gothic Book";
text-align:justify;
 }
.style11 {
	font-size: 18px;
	font-weight: bold;
}
.style12 {color: #FFFFFF}
#apDiv1 {
	position:absolute;
	width:224px;
	height:129px;
	z-index:1;
	left: 729px;
	top: 242px;
}
.style24 {
	border:#bcab5e solid 1px;
	width:185px;
	margin-right:12px;
	}
.style34 {
	border:#bcab5e solid 1px;
	width:170px;
	text-align:center;
	margin-left:5px;
	margin-top:5px;
	}	
.style25 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Franklin Gothic Book";
}
.style55 {
	background-color:#bcab5e;
	}
.style57 {
	font-size: 16px;
	font-style: italic;
}
