@charset "utf-8";
/* CSS Document */

body {
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#7A7E61;
background-image:url(images/bground.jpg);
background-repeat:repeat;
text-align:justify;
line-height:130%;
}

#outerwrap{
margin: 10px auto 0px auto;
padding:0;
width:1000px;
background:#ffffff;
}




#header{
margin:0;
padding:0;
position:relative;
width:1000px;
height:213px;
background:#ffffff;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
}


#menu_container {
margin:0px 0px 0px 0px;
position:relative;
width:1000px;
height:26px;
z-index:100;
background-image:url(images/navbase.jpg);
background-repeat: repeat-x;
background-color:pink;
}





#sponsors {
margin:0;
padding:0px;
float:left;
width:120px;
background:#ffffff;
margin-right:20px;
border-right: 1px solid #C8C891;
}

#sponsors h3{
font-size:12px;
font-weight:normal;
color:#93896D;
margin:0px;
padding:10px 0px 0px 10px;
text-align:left;
}


#sponsors img{
border:0px;
}
#sponsors a:link{
border:0px;
}

#sponsors a:visited{
border:0px;
}

#sponsors a:hover{
border:0px;
}

#content {
margin:0;
padding:0;
position:relative;
width:1000px;
background:#ffffff;
}


#words {
margin:0;
padding:20px;
float:left;
background:#ffffff;
}

#words1 {
margin:0;
float:left;
background:#ffffff;
width:930px;
margin-left:20px;
}



#basenav {
clear:both;
margin:0;
padding:0;
position:relative;
width:980px;
height:20px;
background:#ffffff;
padding-top:5px;
text-align:right;
padding-right:20px;
}


#images{
margin:0;
padding:20px;
margin-left:20px;
float:right;
width:160px;
background:#ffffff;
border-left: 1px solid #C8C891;
}


#images p{
font-size:10px;
color:#93896D;
text-align:left;
padding:0px;
margin:0px;
}

#images img{
border: 3px solid #93896D;
padding:0px;
margin:0px;
margin-top:20px;
}

#footer {
clear:both;
margin:0;
padding:0;
position:relative;
width:1000px;
height:15px;
background-color:#111753;
padding-top:5px;
}

h1{
font-size:16px;
font-weight:bold;
margin:0px;
padding:20px 0px 0px 0px;
color:#006838;
text-align:left;
}

h2{
font-size:14px;
font-weight:bold;
color:#394763;
margin:0px;
padding:15px 0px 0px 0px;
text-align:left;
}

h3{
font-size:12px;
font-weight:bold;
color:#000066;
margin:0px;
padding:10px 0px 0px 0px;
text-align:left;
}

h4{
font-size:12px;
font-weight:normal;
color:#B24815;
margin:0px;
padding:10px 0px 0px 0px;
}

p{
margin:0px;
padding:15px 0px 0px 0px;
color:#7A7E61;

}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */





/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none; padding-left:2px;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block; width:110px; font-size:11px; color:#111753; height:19px; text-decoration:none;  text-align:center; padding-top:6px; font-family:Geneva, Arial, Helvetica, sans-serif;}
/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px; width:150px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px; text-align:left; padding-left:10px; padding-right:10px;}

/* Set up the list items - drop list */
#pmenu li {
float:left; 
padding:0px 0px 0px 0px; 
background-color:#C8C891;
}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}

/* Make the hovered list color persist */
#pmenu li:hover > a {background-image:url(images/navbaserollover.jpg); background-repeat:repeat-x; color:#ffffff;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif); }
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#ffffff; color:#ffffff; background-image:url(images/navbaserollover.jpg); background-repeat:repeat-x;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#AAACAD; color:#ffffff;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {}
#pmenu li.drop {
background-image:url(images/navbase.jpg);
background-repeat:repeat-x;
}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}


/********************* end navigation list **********************/
/* footer styles */

#footer p {
	margin: 0; 
	padding: 0px 0; 
	font-size:9px;
}
#footer ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

#footer li{
	display: inline;
	color:#AD9E86;
	font-size:9px;
	}
/* footer links */
#footer a:link {
color:#AD9E86;
text-decoration: underline;
}
#footer a:visited{
color:#AD9E86;
text-decoration: none;
}

#footer a:hover{
color:#6699CC;
text-decoration: none;
}	
/*updated, copyright and design footer*/
	
#copyright{
	font-size:9px;
	text-align:center;
	background-color:#111753;
	}	

/******* basenav styles *******/

#basenav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}

#basenav li{
	display: inline;
	color:#ad9280;
	font-size:10px;
	padding-left:10px;
}


#basenav a:link {
color:#676851;
text-decoration: none;
}
#basenav a:visited{
color:#676851;
text-decoration: none;
}

#basenav a:hover{
color:#0000CC;
text-decoration: none;
}

.fl{
float:left;
}

.fr{
float:right;
}

#adspace{
width:150px;
background-color:#ffffff;
position:absolute;
top:30px;
left:720px;
}

p.italic{

font-style:oblique;
}



	

	

li{
padding-bottom:5px;
}	


ul.list{
margin:0px 0px 0px 30px;
padding:0px;
list-style-type: none;
color:#93896D;
padding-top:10px;
padding-bottom:10px;
list-style-image: url(images/list.jpg);
 }


ul.list li{
margin:0px;
padding:0px;
padding-left: 25px;
padding-top:5px;
}

ul.bullet{
margin:0px;
padding:0px;
list-style-type:none;
list-style-position:inside;
list-style-image: url(images/list.jpg);
color:#93896D;
padding-top:10px;
padding-bottom:10px;
 }

ul.bullet li{
padding-left:10px;
padding-top:5px;
line-height:200%;}


ol li ul{
list-style-type:none;
list-style-type:disc;
}

ul.list li ul{
list-style-type:none;
list-style-type:disc;
}
ol.i{
list-style:lower-roman;
}

ol.a{
list-style:lower-latin;
}

.highlight{
color:#b65327;
}

ul.indent{
list-style-type:none;
padding-left:20px;
}

.image{
margin:20px;
border:5px solid #c8ccda;
float:right;
}

.limage{
margin:20px;
float:left;
margin-left:0px;
margin-top:0px;
margin-bottom:10px;
}

.timage{
margin:0px;
padding:0px;
}

.center{
text-align:center;
}

td{
padding:5px 20px 5px 5px;
vertical-align:top;
}

.none{
list-style-type:none;
}

.imgl{
float:left;
margin:20px;
border-left: 1px solid #C8C891;
}

.imagebox{
float:left;
margin:10px;
padding:0px;
}
.imageboxr{
float:right;
margin:10px;
padding:0px;
}
.imagebox p{
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-size:10px;
color:#636332;
margin:0px;
padding:2px;
}
.imageboxr p{
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-size:10px;
color:#636332;
margin:0px;
padding:2px;
}

.imagebox img{
border: 3px solid #C8C891;
}
.imageboxr img{
border: 3px solid #C8C891;
}

li h3{
color:#000066;
font-weight:bold;
paddint-top:20px;
}

.logolink{
border:0px;
text-decoration:none;
}

.item{
	padding:20px;
	margin:0px;
	border-bottom:1px solid #C8C891;
}

.bluebox{
	margin:20px 20px 20px 150px;
	padding:20px;
	background-color:#eeeeee;
	border:1px solid #efefef;
	width:570px;
	
}