.mainlink:link 
{ 
	cursor: hand; 
	text-decoration: none; 
	color: #000000; 
	font-size: 12px;
	font-weight: bold; 
	font-family: arial;
}

.mainlink:visited 
{ 
	cursor: hand;
	text-decoration: none; 
	color: #000000; 
	font-size: 12px;
	font-weight: bold; 
	font-family: arial;
}

.mainlink:hover 
{ 
	cursor: hand;
	text-decoration: none; 
	color: #FF6600; 
	font-size: 12px;
	font-weight: bold; 
	font-family: arial;
}

.footer 
{
	font-family: arial;
	font-size: 10px;
	font-weight: normal;  
	color: #666666; 
}

.small 
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;  
	color: #000000; 
}

.text 
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;  
	color: #000000; 
}

.bold, b 
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #FF6600; 	
}

.boldblack 
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #000000; 	
}

.boldwhite 
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #FFFFFF; 	
}

.heading
{
	font-family: helvetica, arial;
	font-size: 16px;
	font-weight: bold;  
	color: #000000; 	
}

.editheading
{
	background-color: #666699;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #FFFFFF; 	
	padding: 2px; 
}

.edit
{
	background-color: #9999CC;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #000000; 	
}

.addheading
{
	background-color: #669999;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #FFFFFF; 	
	padding: 2px; 
}

.add
{
	background-color: #99CCCC;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #000000; 	
}

.showheading
{
	background-color: #CCCCCC;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #000000; 	
	padding: 2px; 
}

.show
{
	background-color: #EEEEEE;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;  
	color: #000000; 	
}

.button
{
     border: 2px outset white; 
     background-color: #FFFFFF; 
     font-family: arial; 
     font-size: 11px; 
     font-weight: normal; 
     text-decoration: none; 
     color: #000000; 
     width: 80px; 
     padding: 2px; 
     cursor: hand;
     align: center;
}

input, textarea, select, option
{
	font-family: arial;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
     border: 1px solid #666666;
}
#container 
{
	display: table;
	width: 866px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background-color: #FFF;
	margin : 40px 0 auto;
	padding: 10px;
	text-align : left;
}

#menu {
	width: 866px;
	height: 37px;
	background: url(/images/menu_bg.gif) repeat-x; 
	text-align: center;
	margin-top: 10px;
}

#menu a {
	height: 37px;
	float: left;
	padding: 5px 10px 15px 10px;
	border-right: 1px solid #FFF;	
	font: bold 11px Arial, Verdana, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#menu  a.b_current {
	color: #8f2c05;
}

#main {
	clear: both;
}

#main img{
	float: left;
	padding-right: 20px;	
}

#main div {
	float: left;
	width: 560px;
}

#main div table, p {
	padding: 0 10px 10px 10px;
}

#footer {
	clear: both;
	width: 906px;
	margin: 15px 0 15px 0;
	padding-left: 15px;
	text-align: left;
	font-weight: normal;
}



.title{
padding-bottom:10px;
padding-top:10px;
}