body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	background-color: #666666;
	background-image: url(/images/bg.gif);
}

a { color: #009999;	text-decoration: none; }	
a:hover { color: #009999; text-decoration: underline ; }
a:active { color: #009999; text-decoration: underline ; }

img
{
	border: 0px;
}

#container 
{
	border: 8px solid #333333;
	margin: 0px auto;
	width: 500px;
	/*height: 500px;*/
}

#logo
{
	background-color: #A60123;
	background-image: url(/images/logo_bg.gif);
	background-repeat: no-repeat;
	height: 100px;
	text-align: right;
}

#nav
{
	background-color: #009999;
	background-image: url(/images/nav_bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	border-top: 4px solid #333333;
	border-bottom: 4px solid #333333;
	font-weight: bold;
	color: #333333;
	line-height: 25px;
	padding: 0px 15px;
	text-align: left;
}


#nav a { color: #333333;	text-decoration: none; }	
#nav a:hover { color: #FFFFFF; text-decoration: none; }
#nav a:active { color: #FFFFFF; text-decoration: none; }

#title
{
	background-color: #E7E7E7;
	border-bottom: 1px solid #BEBEBE;
	height: 35px;
	line-height: 35px;
	padding: 0px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;	
}


#content
{
	background-color: #FFFFFF;
	padding: 10px 40px;
}

#content p
{
	margin: 20px 0px;
}


.form-textbox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 280px;
	padding: 2px 2px;
	background-color: #EEEEEE;
	border: #999999 1px solid;
}

.form-textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 280px;
	padding: 2px 2px;
	margin: 4px 0px 10px 0px;
	background-color: #EEEEEE;
	border: #999999 1px solid;
}

div.form-button
{
	margin: 0px auto;
	text-align: center;
}

input.form-button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 80px;
}

#copyright
{
	color: #333333;
	margin: 0px auto;
	text-align: center;
	padding: 8px 0px;
	width: 500px;
}

#copyright a { color: #333333;	text-decoration: underline; }	
#copyright a:hover { color: #cccccc; text-decoration: underline; }
#copyright a:active { color: #cccccc; text-decoration: underline; }
#copyright a:visited { color: #333333; text-decoration: line-through; }


#one
{

	float: left;
	margin: 0px;
	border: 0px;
	width: 20%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 20%;
}

#one div
{
	margin: 4px 0px;
	height: 28px;
	padding-top: 2px
}

#two
{
	float: left; 
	/* Opera5.02 will show a space at 
	right when there is no scroll bar */
	margin: 0px;
	border: 0px;
	width: 75%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 75%;	
}

#two div
{
	margin: 4px 0px;
	height: 30px;	
}

hr 
{
  	border:0;
  	border-top: 1px dashed #666666;
  	height: 0;
}


