/* CSS Document */
body{	
  margin:0px auto;
  text-align:center;
  width: 800px;
  height:700px;
  font-family: arial,Verdana, sans-serif;
  background-color: #01004E;
  font-size: 11px;
  color:white;
}
a:visited {color: #01004E;text-decoration:none;}
a:link {color:#01004E;text-decoration:none;}
a:hover {color: #9EAFC2;text-decoration:none;}
a:active {color: #01004E;text-decoration:none;}

/********************** Wrapper's **********************/
.wrapper{
  width: 800px;
  height: 650px;
  border: 2px #000 solid;
  position: relative;
  margin:0px;
  padding:0px;
  background-image: url(Images/bgcontent.jpg);
}
html>body .wrapper{
  width: 800px;
  height: 650px;
  border: 2px #000 solid;
  position: relative;
  margin:0px;
  padding:0px;
}

.wrapper2{
  width: 800px;
  height: 1025px;
  border: 2px #000 solid;
  position: relative;
  margin:0px;
  padding:0px;
}
html>body .wrapper2{
  width: 800px;
  height: 1175px;
  border: 2px #000 solid;
  position: relative;
  margin:0px;
  padding:0px;
}

/********************** Navigation **********************/

.buttons{
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 10px;
  float: left;
	width: 200px;
	text-align:left;
	color:#01004E;
	margin-left:-7px;
  padding: 10px;
  height: 20px;
}


html>body .buttons{
  width: 180px;
  margin-left:-13px;
}


.buttons a{
	color:#FFF;
	padding-left: 3px;
	display:inline;
	text-decoration: none;
  display:block;
  height: 13px;
  padding: 5px;
  	background-color: #01004E;
}


.buttons a:visited{
	color:#FFF;
	text-decoration: none;
}


.buttons a:hover{
	background-color: #01004E;
	color: #9EAFC2;
}

html>body .buttons{
  margin-top: 0px;
}

/********************** Content **********************/
.side{
  text-align:left;
  color: #01004E;
  font-style: normal;
  font-size: 12px;
  float:left;
  width: 198px;
  height: 480px;
  padding: 0 0 0 10px;
  text-decoration: none;
  background-color: white;
  border-right: 2px #000 solid;
}

html>body .side{
  width:188px;
  height:480px;
  margin-top: 0px;
}
.side2{
  text-align:left;
  color: #01004E;
  font-style: normal;
  font-size: 12px;
  float:left;
  width: 198px;
  height: 1025px;
  padding: 0 0 0 10px;
  text-decoration: none;
  background-color: white;
  border-right: 2px #000 solid;
}

html>body .side2{
  width:188px;
  height:1025px;
  margin-top: 0px;
}
.side3{
  text-align:left;
  color: #01004E;
  font-style: normal;
  font-size: 12px;
  float:left;
  width: 198px;
  height: 622px;
  padding: 0 0 0 10px;
  text-decoration: none;
  background-color: white;
  border-right: 2px #000 solid;
}

html>body .side3{
  width:188px;
  height:640px;
  margin-top: 0px;
}
.header{
float:left;
border-bottom:2px #000 solid;
}

.info{
  font-size: 13px;
  color: #01004E;
  font-weight: normal;
  margin-left: 3px;
  margin-top: 0px;
}

html>body .info{
margin-top: 173px;
}

.flash{
	float:left;
	width:557px;
	height:241px;
	margin: 20px 10px 10px 20px;
}
.contenthome{
	text-align:left;
	float:left;
	width: 545px;
	height: 200px;
	margin: 0px 10px 0px 30px;
}
#content2{
text-align:left;
float:left;
width: 580px;
height: 400px;
}

.content2{
text-align:left;
float:left;
width: 580px;
height: 400px;
}

.iframe{
margin-top:40px;
}

/********************** Font Types **********************/
h1{
font-size: 14pt;
margin: 0px auto;
font-weight: normal;
padding-left: 20px;
color: #01004E;
background-color:white;
}

h2{
font-size: 11pt;
font-weight: normal;
padding-left: 20px;
padding-right: 20px;
font-family: Arial,Verdana, sans-serif;
}
p{
text-align: left;
margin-left:10px;
font-size: 12px;
width:650px;
}
html>body p{
margin-left: 40px;
}


/********************** Footer Links **********************/
.footer{
	float:left;
	font-size : 10px;
	font-weight: normal;
	width: 755px;
	height:20px;
	margin: 0 auto;
	text-align: left;
	color: #01004E;
	background-color:white;
}

.footer ul{
text-decoration: none;
list-style: none; 
margin-left:280px;
margin-top: 5px;

}

html>body .footer ul{
margin-left:200px;
width: 800px;
}
html>body .footer li{
padding-left:10px;
margin: 0px auto;
float: left;
margin-top:-10px;
padding-bottom:10px;
}
.footer li{
margin: 0px auto;
padding-left:10px;
width: 60px;
float: left;
}
