/*-------------------------------------------------
 Imported Styles
-------------------------------------------------*/
@import url("base.css");


/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS
-------------------------------------------------*/

body
	{
	margin: 15px 0;
	padding: 0;
	background: #336600;
	text-align: center;
	font: small/1.4em verdana, arial, sans-serif;
	color: #333;
	}
	
/* Normal links */
a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
	}

a:hover, a:visited:hover {
	color: #036;
	text-decoration: underline;
	}
/*Footer link*/
#footer a:link, a:visited {
	color: #000099;
	text-decoration: underline;
}
#footer a:hover, a:visited:hover {
	color: #000099;
	text-decoration: underline;
}
/* Image border and background color fixes */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent;
	}


/*-------------------------------------------------
HEADING TEXT ELEMENTS
-------------------------------------------------*/

.main-header {
	padding-top: 16px;
	color: #336600;
	font-size: 16pt;

	
		
	}
	
.nav-top {
	padding-top: 9.5px;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold; 
	padding-left: 220px	
	}
	
.nav-bot {
	padding-top: 9px;
	color: #ffffff;
	font-size: 8pt;
	text-align: center;
	font-weight: bold; 	
	}	

.link-header {
	padding-top: 8px;
	color: #ffffff;
	font-size: 9pt;
	valign: center;
	font-weight: bold;
	text-decoration: none;	
	}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	}

h2 {
	font-size: 16px;
	font-family: 'Lucida Grande', arial, helvetica, sans-serif;
	font-weight: normal;
	color: #c90;
	}

h3 {
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #666;
	line-height: 1.5em;
	}

h4 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	}

p {
	margin: 0 0 1.0em 0;
	font-size: 11px;
	line-height: 1.5em;
	}
li {
	list-style: square;
	font-size:11px;
	}

.title,.titlesm {
	color: #f00;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
}
.titlesm {
	font-size: 16px;
}

/*-------------------------------------------------
MISCELLANEOUS
-------------------------------------------------*/

select {
	font: 11px verdana, arial, sans-serif;
	background-color: #efefef;
	}

.bodylinks {
	color: #336600;
	text-decoration: underline;
	}
	
.clearer {
clear:both;
height:1px;
overflow:hidden;
margin-top:-1px; 
}
img { border: none; }
