/* CSS Document */


html, body { background: url(images/back.jpg) repeat-x;
  padding: 0px;
  margin: 0px;
}

a:link,
a:active {
color:#333333;
text-decoration:underline;
}

a:visited {
color:#333333;
text-decoration:underline;
}

a:hover {
color:#cccccc;
text-decoration:none;}

a.white:link,
a.white:active {
color:#ffffff;
text-decoration:none;
}

a.white:visited {
color:#ffffff;
text-decoration:none;
}

a.white:hover {
color:#CC0066;
text-decoration:none;}

h1	{font-size: 14pt;
		font-family: century gothic;
		color: #cccccc;
		padding-top: 0px;
		padding-bottom: 5px;
		margin-top: 0px;}
		
h2	{font-size: 12pt;
		font-family: century gothic;
		color: #cccccc;
		padding-top: 0px;
		margin-top: 0px;}

p	{margin-top: 0px;
	margin-bottom: 0px;}
			
.pink	{font-size: 12px;
		color: #D9168B;
		font-weight: bold;}
		
.grey	{font-size: 12px;
		color: #666666;
		font-weight: bold;}
		
li {line-height: 20px;}
		
table {border: 2px solid #cccccc;
		background-color: #ECEEEF;}
			
#container {text-align: center;
		margin: auto;
		padding: 0px;
		width: 800px;
		height: auto;}
		
#logo {margin: auto;
		padding: 0px;
		width: 800px;
		height: 98px;
		text-align: left;} 	
			
#navbar {margin: auto;
		padding: 0px;
		width: 800px;
		height: 40px;}
		
#outer {margin: auto;
		padding: 10px;
			text-align: center;
			width: 780px;
			height: auto;
			background-color: #FFFFFF;
			color: #333333;
			}
			
#content {margin: auto;
			text-align: center;
			width: auto;
			height: auto;
			border: 2px solid #cccccc;
			background-color: #FFFFFF;
			color: #333333;
			}
			
#content .left {color: #333333;
				font: 10pt verdana;
				width: auto;
				min-height: 470px;
				line-height: 23px;
				margin-right: 290px;
				text-align: justify;
				padding-left: 35px;
				padding-top: 25px;}

#content .right {float: right;
				font: 10pt verdana;
				line-height: 21px;
				width: 260px;
				text-align:left;
				height: auto;
				padding-top: 70px;
				}
			
	
		
#bottomnav {text-align: center;
		font: 8pt arial;
		color: #666666;
		padding-top: 5px;
		margin: auto;
		width: 800px;
		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;
border-bottom-width: 0;
font:10pt verdana;
line-height:18px;
text-align: left;
z-index:100;
}

#dropmenudiv a{
width: 100%;
background-color: #cccccc;
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: #666666;
color: #cccccc;
}