/*<!doctype html public "-//w3c//dtd html 4.01 transitional//en">*/
/*<link rel="stylesheet" href="main.css" type="text/css">*/
* 
{
	margin: 0px;
	padding: 0px;
	border:0px;
}

body {
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-color:#CCCCCC;
	scrollbar-shadow-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
	text-decoration: none;
	color: #000000; 
	background-color: #ffffff;
	background: url("images/back.gif");
}

table
{
	font-size: 12px;	
}

a:link, a:visited 
{
	color: #F5A976;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:active, a:hover
{
	color: #DF7A7A;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
} 

h1
{
	color: #006600;
	margin: 0;
	text-align: center;
}

h2
{
	color: #006600;
	margin: 0;
	text-align: left;
}

h3
{	
	color: #006600;
	margin: 0;
	text-align: left;
}

hr
{
	width: 75%;
}

#main
{
	width: 100%;
	background-color: #ffffff;	
}

.title
{	
	font-size: 16px;
	color: #006600;
	font-weight: bold;
	margin: 0;
	text-align: center;
}


.header 
{
	background-color: #ffffff;
	border-bottom: solid 2px #000000;
	background: url("images/header.gif");
}

.leftcontent
{
	background-color: #ffffff;
	padding: 5px;
	width: 17%;
}

.content
{
	background-color: #ffffff;
	padding: 20px;
	width: 66%; 
}

.rightcontent
{
	background-color: #ccff99;
	padding: 5px;
	text-align: center;
	border-left: solid 2px #ccc;
	width: 17%;
}

.line
{
	background: url("images/line.gif") repeat-y;
}
.line2
{
	background: url("images/line2.gif") repeat-y;
}


.images /*for images with borders*/
{
	border: solid 2px #000000;
	padding: 4px;
	background-color: #f8f8f8;
	margin: 7px;
}

.tiny
{
	font-size: 10px;
	color: #000000;
}


