/* CSS Document */


html, body { background: url(images/background.jpg) repeat-x;
  padding: 0px;
  margin: 0px;
}

a:link,
a:active {
color:#666666;
font-weight: bold;
text-decoration:underline;
}

a:visited {
color:#666666;
font-weight: bold;
text-decoration:underline;
}

a:hover {
color:#69C8CA;
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;}

li {margin-bottom: 8px;}

h1	{font-size: 16px;
	font-weight: bold;
		color: #D9168B;
		padding-top: 0px;
		margin-top: 0px;}

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;}
			
#container {text-align: center;
		margin: auto;
		padding: 0px;
		width: 800px;
		height: auto;} 	
			
#navbar {margin: auto;
		padding: 0px;
		width: 800px;
		height: 39px;}
		
#content {margin: auto;
			text-align: center;
			width: 794px;
			height: auto;
			border: 3px solid #cccccc;
			background-color: #FFFFFF;
			color: #333333;
			}

#mainarea {margin: 30px auto 30px auto;
			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: 500px;
				line-height: 21px;
				margin-right: 280px;
				text-align: justify;
				padding-left: 25px;
				}

#mainarea .right {float: right;
				font: 10pt verdana;
				line-height: 21px;
				width: 240px;
				text-align:left;
				height: auto;
				}
				
#strip {margin: auto;
		width: 800px;
		height: 25px;
		background-color: #FFFFFF;}				
		
#bottomnav {background-color: #339999;
		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;
}