@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bkg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
a:link {
	color: #374E93;
}
a:visited {
	color: #374E93;
}
a:active {
	color: #374E93;
}
a:hover {
	color: #890C08;
}

h1 {
	top:0px;
	margin-top: 0px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 100%;
	background-color:#374E93;
	color: #FBCE29;
	font-family:Arial, Helvetica, sans-serif;
	font-size:180%;
	font-weight:bold;
	line-height: 140%;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #890C08;
	font-weight: bold;
}

#header{
  	width: 800px;
  	height: 126px;
	margin-left:17px;
  	}
#menu{
    position: absolute;
	width: 800px;
  	height: 38px;
	margin-left:17px;	
	}

.menu_ul{
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	}
.menu_a{
	float:left;
	padding:0.6em 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 80%;
	line-height: 160%;
	text-decoration:none;
	}
.menu_a:link {color:#374E93;}
.menu_a:visited {color:#374E93;}
.menu_a:hover {color:#890C08}
.menu_li {display:inline}  

.menu_line {
	background-color:#374E93;
	width: 2px;
	height: 15px;
	}
#content-container{
  	position:absolute;
  	margin-top: 40px;
  	margin-left: 0px;
  	width: 98%;
	}
#content-right{
    position:relative;
	float:right;
	width: 75%;
	right: 0px;
	top: 0px;		
	}	
#content-left{
    position:relative;
	float:left;
	width: 20%;
	left: 0px;
	top: 0px;
	text-align:center;		
	}
#content-main{
	top:0px;
	margin-top: 0px;
	padding-left: 15px;
	width: 90%;
	}
#content-blue{
	top:0px;
	margin-top: -20px;
	padding-left: 15px;
	width: 100%;
	background-color:#374E93;
	}
#content-photo{
	top:0px;
	margin-top: 0px;
	padding-left: 0px;
	width: 90%;
	}
.text-main {	
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #374E93;
	line-height:130%;
	font-weight:bold;
}
#side-yellow{
	top:0px;
	margin-top: 0px;
	padding: 10px;
	width: 94%;
	background-color:#FBCE29;
	}
#side-blue{
	top:0px;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:20px;
	padding-top:20px;
	width: 94%;
	background-color:#374E93;
	}
.text-side-blue{	
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #374E93;
	font-weight: bold;
}
.text-side-blue-lg{	
	font-size: 160%;
	font-family: Arial, Helvetica, sans-serif;
	color: #374E93;
	font-weight: bold;
}
.spacer{
	top:0px;
	margin-top: 0px;
	height: 5px;
	width: 94%;
	}
.text-side-white{	
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.text-side-white-med{	
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.text-side-white-lg{	
	font-size: 280%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.link_bot:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #890C08;
	font-weight: bold;
	text-decoration: none;
	}
.link_bot:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color:#374E93;
	text-decoration: none;
	}
.link_bot:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color:#374E93;
	text-decoration: none;
	}
.photo-left{
	padding-right: 5px;
	}
.title_yellow {	color: #FBCE29;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26px;
}