/* CSS Document */

html, body { background: url(graphics/back.jpg) repeat-x #cccccc;
  margin: 0px;
  text-align: center;}
  
h1 {color: #000066;
	font: 14pt verdana;
	padding-bottom: 17px;
	font-weight: bold;
	margin: 0px;}
	
h2 {color: #000066;
	font: 12pt verdana;
	font-weight: bold;
	margin: 0px;}
	
h3 {color: #999999;
	font: 12pt verdana;
	font-weight: bold;
	margin: 0px;}
	
h4 {color: #776A84;
	font: 14pt arial;
	text-align: center;}

h5 {color: #AEBD3C;
	font: 14pt arial;
	text-align: center;}
	
p	{margin-top: 0px;
	 margin-bottom: 0px;}

			
a:link,
a:active {
color:#000066;
text-decoration:underline;}

a:visited {
color:#000066;
text-decoration:underline;}

a:hover {
color:#cccccc;
text-decoration:none;}

a.white:link,
a.white:active {
color:#ffffff;
text-decoration:none;
font-style: bold;
}

a.white:visited {
color:#ffffff;
text-decoration:none;
font-style: bold;
}

a.white:hover {
color:#cccccc;
text-decoration:none;
font-style: bold;}

.small {
	color: #999999;
	font-size: 9pt;
}

.quotes {
	color: #776A84;
	font-style: italic;
}

input.back {background-color: #ffffff; font-size: 13px;
			border: 1px solid #cccccc;}
		
			
#banner {width: 800px;
		height: 130px;
		text-align: center;
		margin: auto;}
		
#top {width: 800px;
		height: 157px;
		text-align: center;
		margin: auto;}

#content {width: 800px;
		background-color: #ffffff;
		height: auto;
		margin: auto;}

#content .left {float: left;
				color: #666666;
				font: 10pt arial;
				width: 136px;
				min-height: 470px;
				line-height: 21px;
				text-align: left;}

#content .right {min-height: 470px;
				margin-left: 146px;
				width: auto;
				font: 10pt verdana;
				line-height: 21px;
				text-align: justify;
				margin-right: 25px;
				padding-top: 25px;
				height: auto;
				}
#footer {width: 800px;
		height: 30px;
		background-color: #000066;
		color: #FFFFFF;
		font: 10px arial;
		padding-top: 15px;
		margin: auto;}
		
		
#dropmenudiv{
position:absolute;
border:2px solid #000000;
border-bottom-width: 0;
font:bold 12px verdana;
line-height:18px;
text-align: left;
z-index:100;
}

#dropmenudiv a{
width: 100%;
background-color: #993333;
display: block;
text-indent: 3px;
border-bottom: 2px solid #000000;
padding: 1px 0;
text-decoration: none;
color: #ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #993333;
color: #DECF9D;
}
