body {
	background-color:#F5F5DC;
	color:#0C0C58;
	font-family: Verdana;
text-decoration: none;
text-align: left;
font-size: 16px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 920px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	color:#0C0C58;
	margin: 0px 0px 0px 0px;
	background-image:url('images/header6.gif');
	width:920px;
	height:220px;
	position:relative;
	padding:0px 0px 0px 0px;
}
#header ul{
	background:url('images/menuBg.gif') repeat-x;
	width:918px;
		border-top: 0px;
	border-right: 1px solid #929292;
	border-bottom: 1px solid #929292;
	border-left: 1px solid #929292;
	display:block;
	top:287px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
#header li{
	
	display:inline;	
}
#header ul a{
background-image:url(images/photo1.jpg) repeat-x;
	text-decoration:none;
	color:#0C0C58;
	margin: 0px 20px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#000033;
}
#logo_w1,#logo_w2 {
	font-size:108px;
	font-family: Times New Roman;
	font-style:italic;
	color:#0C0C58;
	position:absolute;
}
#logo_w1{
	top:-10px;
	left:240px;
}
#logo_w2{
	top:85px;
	left:240px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-color:#F5F5DC;
	border-top: 0px;
	border-right: 1px solid #929292;
	border-bottom: 1px solid #929292;
	border-left: 1px solid #929292;
	width:918px;
}
img{
	border-width:0px;
	margin: 5px 0px 0px 0px;
}

img.inner{
	border-width:0px;
	margin: 95px 10px 0px 10px;
}
h1{
	color:#0C0C58;
	font-size:26px;
	margin: 10px 0px 0px 0px;
}

h2{
	color:#4276B0;
	font-size:14px;
	text-align:left;
	width:200px;
	margin: 20px 0px 10px 0px;
}

h3{
	color:#1C2B3B;
	font-size:10px;
	text-align:left;
	width:200px;
	margin: 10px 0px 0px 0px;
}
#left {
font-family: Times New Roman;
font-size:24px;
line-height: 36px;
	float:left;
	width:880px;
	margin-left:15px;
	margin-right:15px;
	padding: 0px 25px 30px 10px;
	display:inline;
}
#left p.hpPic {
background:url(images/hpPic8.jpg);
height:206px;
font-size:26px;
	width:870px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}

#left p{
	margin-right:15px;
}
#left a{
text-decoration:underline;
font-size: 24px;
	margin: 10px 10px 10px 0px;
	padding: 0px;
color:#0C0C58;}
#left a:hover{color:#28556b;
text-decoration:underline;}
#photos a{
	margin-right:14px;
}
#right {
font-size:10px;
	float:right;
	width:200px;
	padding: 0px 10px 20px 10px;
	margin-top:10px;
	border-right: #FFF 2px solid;

}
#right a{
font-size:10px;
	color:#4276B0;
	text-decoration:underline;
}
#right a:hover{
	color:#4276B0;
}

#right p{
	margin: 0px 0px;
}
/********************** Footer ***************************/
#footerline {

clear:both;
color:#fff;
font-size:10px;

}
#footer {
margin:0px;
	width:920px;
	height:80px;
	text-align:left;
	font-size:10px;
}
#footer p {
margin-top:0px;
	width:320px;
	height:30px;
	text-align:left;
	font-size:10px;
}

#footer img {
margin-top:0px;
	float: left;
	vertical-align:middle;
	clear: both;
}

/**********************Drop Down ***************************/
#Menupos{
margin: 0px auto;
width:870px;
height:24px;
}
#nav{
margin: 0px auto;
width:918px;
height:24px;
border-right: 1px solid #929292;
border-left: 1px solid #929292;
border-bottom: 1px solid #929292;
background: #DEDEB4;
}
#Menupos p{
width:920px;
height:24px;
}

#Menupos ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
	}

#Menupos li {
	
float:left;
	position: relative;
	width:120px;
	}
	
	#Menupos li.recBook {
	float:left;
	position: relative;
	width:150px;
	}
	
#Menupos li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 24px;
	display: none;
	}

/* Styles for Menu Items */
#Menupos ul li a {
/*font-family: Times New Roman;
font-size: 16px;
line-height: 14px;*/
text-align:center;
	display: block;
	text-decoration: none;
	color: #0C0C58;
	background: #DEDEB4; /* IE6 Bug */
	padding: 5px;
border-bottom: 1px solid #929292;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#Menupos ul li a:hover { color: #070770; background: #EEEEB5; } /* Hover Styles */
/* Sub Menu Styles */	
#Menupos li ul li a { 
margin: 0 0 0 0px;
padding: 6px 0px; 
width:120px;
} 

#Menupos li.recBook ul li a { 
margin: 0 0 0 0px;
padding: 6px 0px; 
width:150px;
} 

		
#Menupos li:hover ul, li.over ul { display: block; } /* The magic */