/*<!doctype html public "-//w3c//dtd html 4.01 transitional//en">*/
/*<link rel="stylesheet" href="main.css" type="text/css">*/


body {
    font-family:  Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: #990033; 
	background: url("images/back.gif");
	/*background-repeat: repeat-x;*/
	background-color: #fff;
}

table
{
	font-size: 12px;	
}

a:link, a:visited 
{
	color: #990033;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a:active, a:hover
{
	color: #993333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
} 

h6
{	
	color: #990033;
	margin: 0px;
	text-align: left;
	font-size: 14px;
	margin: 0;
}

h5
{	
	color: #990033;
	margin: 0px;
	text-align: center;
	font-size: 14px;
	margin: 0;
}

h4
{	
	color: #990033;
	margin: 2px;
	text-align: left;
	font-size: 16px;

}

h3
{	
	color: #990033;
	margin: 4px;
	text-align: center;
	font-size: 16px;
}

h2
{
	color: #990033;
	text-align: left;
	font-size: 18px;
}

h1
{
	color: #990033;
	text-align: center;
	font-size: 18px;
	
}

.bulletin
{
	font-size: 20px;
	color: #ff0000;
		text-align: center;
		border: solid 2px #ff0000;
		background-color: #ccccff;
}
p
{
	text-align: justify;
}

#main
{
	width: 800px;
	background-color: #fff;	
	/*border: solid 2px #4d6b32;*/
}


li
{
	line-height: 150%;
	list-style: square outside url('images/arrow.gif');
	text-decoration: none;
}




.maincontent
{	
	width: 800px;	
	border-left: dashed 2px #809a66;
	border-right: dashed 2px #809a66;
	text-align: center;
}


.footer
{
width: 800px;
}

.listing
{
	width: 800px;
	background-color: #cccccc;
	padding: 0px;
}

.listing1
{
	width: 800px;
	background-color: #ffffcc;
	padding: 7px;
}

.listing2
{
	width: 800px;
	background-color: #d9e7cb;
	padding: 7px;
}

.menu 
{
	background-color: #990033;
	text-align: center;
	color: #fbedc8;
	font-weight: bold;
	padding: 3px;
}

.menu a:link, .menu a:visited 
{
	color: #fbedc8;
	font-weight: bold;
	text-decoration: none;
}

.menu a:active, .menu a:hover
{
	color: #aeced9;
	font-weight: bold;
	text-decoration: none;
} 

.images /*for images with borders*/
{
	border: solid 2px #809a66;
	padding: 4px;
	background-color: #ffffcc;
}

.tiny
{
	font-size: 10px;
	color: #000000;
}
.tiny2
{
	font-size: 10px;
	color: #999;
	text-align: left;
}
	
.highlight
{
background-color: #da7e86;
}

.copyright
{
	font-size: 10px;
	color: #999;
}

.copyright a:link, .copyright a:visited 
{
		font-size: 10px;
		color: #999;
	font-weight: bold;
	text-decoration: none;
}

.copyright a:active, .copyright a:hover
{
	color: #cc3333;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
} 