body{	background: #AAAEAD;}
a img{border:none;}
a:hover img {	filter:alpha(opacity=25);-moz-opacity:.25;	opacity:.25;}
.clear{clear:both}
.image_left{float:left;padding:5px;}
.image_right{float:right;padding:5px;}



#main{
	font-family: Arial, Helvetica, sans-serif;
	width: 750px;
	padding:0px;
	margin:auto;
	border: 2px solid #000066;
	color: #000066;
	background: #FFFFFF;
}

#head {
	background: #FFFFFF;
}
#head img{
	vertical-align: top;
	padding: 6px;
	float:left;
}

#head span#strap{
	float:left;
	display: block;
	width:230px;
	font-size: 11px;
	text-transform: uppercase;
	color: #DE344E;
	text-align: center;
	font-weight: bold;
	padding-top: 8px;
}
#head h1{
	width:370px;
	float:right;
	color:#003399;
	text-transform: uppercase;
	margin:  0px;
	padding: 20px 0px 1px;
	background: url(../images/h1_bg.gif) no-repeat right top;
	font-family: Times, serif;
	font-size: 28px;
	font-weight: bold;
}
#head h1 span{
	letter-spacing: 7px;
}
#head p{
	clear:right;
	width:370px;
	float:right;
	font-size:11px;
	color:#999999;
	margin:0px;
	padding:0px 0px 20px 0px;
	font-weight: bold;
}





#nav{
	clear:both;
	background:#000066;
	text-align: center;
}
#nav ul{background:#000066;
margin:0px;
padding:0px 0px 3px 3px;

}
#nav li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	list-style: none inside;

}
#nav li a{
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 20px;	
	background:#000066 url(../images/nav_icon.gif) no-repeat;
}
#nav li a:hover{
	background:#000066 url(../images/nav_icon_over.gif) no-repeat;
}


#content.other{
	text-align: left;
	padding: 15px 0px 20px 0px;
	margin: 0px;
}
.index{
	background: #FFFFFF url(../images/index_center.jpg) no-repeat;
	text-align: center;
}

#content.other h2{
	font-size: 14px;
	font-weight: bold;
	color: #DE344E;
	padding:5px;
	margin:0px
}
#content.index p{
	font-size:11px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align: center;
}
#content.other p{
	font-size:11px;
	font-weight:normal;
	margin:8px 0px;
	padding:0px 10px 0px 0px;
	width: 618px;
	float:right
}
#content.index h2{
	font-size: 14px;
	font-weight: bold;
	color: #DE344E;
	text-align: center;
	margin:0px;
	padding:35px 0px 10px;
}

#content.index p#big_spacer{
	font-size:11px;
	font-weight:bold;
	margin:0px;
	padding:190px 0px 40px;
	text-align: center;
}

/* Left hand menu */
ul#sub_menu{
	float:left;
	width:120px;
	list-style: url(none) none outside;
	margin:  10px 0px;
	padding: 0px;
}
#sub_menu li{
	margin:0px;
	padding: 0px;
}
#sub_menu li a{
	padding:8px 0px 0px 0px;
	margin:0px;
	font-size:11px;
	text-transform: capitalize;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../images/menu.jpg) no-repeat left top;
	display: block;
	width:108px;
	height:30px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#sub_menu li a:hover{
	background: url(../images/menu_over.jpg) no-repeat left top;
}

#footer{}

#footer p{
	background:#000066;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding:3px 3px;
	margin:0px;
	text-align: center;
	width:744px;
	}

