/* CSS Document */


html, body { background: url(images/back.jpg) repeat-x;
  padding: 0px;
  margin: 0px;
}

a:link,
a:active {
color:#0055A6;
font-weight: bold;
text-decoration:underline;
}

a:visited {
color:#0055A6;
font-weight: bold;
text-decoration:underline;
}

a:hover {
color:#339999;
font-weight: bold;
text-decoration:none;}

a.white:link,
a.white:active {
color:#ffffff;
text-decoration:underline;
}

a.white:visited {
color:#ffffff;
text-decoration:underline;
}

a.white:hover {
color:#CCFFFF;
text-decoration:none;}

h1	{font-size: 14pt;
	font-weight: bold;
		color: #339999;
		margin-top: 15px;
		margin-bottom: 20px;}

p	{margin-top: 0px;
	margin-bottom: 0px;}
			
.green	{font-size: 14pt;
		color: #339999;
		font-weight: bold;}
		
.grey	{font-size: 12px;
		color: #666666;
		font-weight: bold;}
		
li		{padding-bottom: 12px;
			padding-top: 5px;}
			
#container {text-align: center;
		margin: auto;
		padding: 0px;
		width: 800px;
		height: auto;} 	
			
#navbar {margin: 0px auto 0px auto;
		padding: 0px;
		width: 800px;
		height: 53px;}
		
#content {margin: 0px auto 0px auto;
			background: url(images/behind.jpg) repeat-y;
			text-align: center;
			width: 800px;
			height: auto;
			background-color: #FFFFFF;
			color: #333333;
			}

#mainarea {margin: 0px auto 0px auto;
			padding: 10px 0px 25px 0px;
			text-align: left;
			width: 754px;
			background-color: #FFFFFF;
			color: #333333;
			}
			
#mainarea .left {color: #333333;
				font: 10pt Verdana, Arial, Helvetica, sans-serif;
				width: auto;
				min-height: 400px;
				line-height: 21px;
				margin-right: 265px;
				text-align: justify;
				padding-left: 25px;
				}

#mainarea .right {float: right;
				border: 2px solid #339999;
				font: 10pt verdana;
				line-height: 21px;
				padding: 5px;
				width: 210px;
				text-align:left;
				height: auto;
				}
				
#strip {background-image: url(images/strip.jpg);
		margin: auto;
		width: 800px;
		height: 30px;
		background-color: #FFFFFF;}				
		
#bottomnav {background-color: #0055A6;
		text-align: center;
		font: 8pt arial;
		color: #FFFFFF;
		padding-top: 15px;
		margin: auto;
		width: 100%;
		height: 30px;}
		
input.button {background-color: #999999; font-weight: bold; font-size: 12px; color: white;
				border: 1px solid #666666;}

input.back {background-color: #FFFFFF; font-size: 13px;
			border: 1px solid #cccccc;}

select {background-color: #FFFFFF; font-size: 13px;
			border: 1px solid #cccccc;}

textarea {background-color: #FFFFFF; font-size: 13px;
			border: 1px solid #cccccc;}
			
#dropmenudiv{
position:absolute;
border:2px solid #ffffff;
margin-top: 4px;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

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

#dropmenudiv a:hover{ /*hover background color*/
background-color: #cccccc;
color: #339999;
}