﻿/*Everything*/
*{
	font-family: Verdana;
}

/*main page logo*/
.logo{
	/*height:92px;*/
	height:78px;
	text-align: center;
	background-image:url('logo_bg.GIF');
	background-repeat:repeat-x;
	margin-top:-8px; 
	margin-left:-8px; 
	margin-right:-8px;
}

/*content page logo*/
.logo2{
	height:47px;
	text-align: center;
	background-image:url('logo2_bg.GIF');
	background-repeat:repeat-x;
	margin-top:-8px; 
	margin-left:-8px; 
	margin-right:-8px;

}

/*Main Pages*/
td {
	vertical-align:top;
	text-align: left;
}


.title{
	text-align: center; 
	font-size: 14px; 
	font-weight:bold; 
	color: #25578D; 
	margin-left:-8px; 
	margin-right:-8px; 
	margin-top:0px; 
	margin-bottom:4px;
	background-image:url('title_bg.GIF')
}

#left{
	color: #25578D; 
	text-decoration:none;
	font-weight:700;
	font-size: 15px;
	padding-left:5px;
	display:block;
	margin-top: 1px; 
	margin-bottom: 1px;

}

#left a{
	color: #25578D; 
	text-decoration:none; 
	font-weight:700;
	font-size: 15px;
	padding-left:5px;
	display:block;
	margin-top: 1px; 
	margin-bottom: 1px;

}
#rightL1{
	text-decoration:none;
	color: #25578D;
	font-weight: bold;
	font-size: 13px;
	display:block;
	margin-top: 1px; 
	margin-bottom: 1px;
	padding-left:5px;
}

#rightL1 a{
	text-decoration:none;
	color: #25578D;
	font-weight: bold;
	font-size: 13px;
	display:block;
	margin-top: 1px; 
	margin-bottom: 1px;
	padding-left:5px;
}

#rightL2{
	color: #25578D;
	font-size: 13px;
	padding-left:10px;
	display:block;
	margin-top: 1px; 
	margin-bottom: 1px;
}


#rightL2 a{
	color: #25578D;
	font-size: 13px;
	padding-left:10px;
	display:block;
	margin-top: 1px; 
	margin-bottom: 1px;
}

/*Content Pages*/
.heading{
	font-size: 18px; 
	color: #25578D;
	font-weight:bold;
}


.backlink
{
	color: #25578D;
	font-size: 13px; 
	font-weight: 700; 
}

/*Footer*/
#footer{
	clear:both;
	color: #25578D; 
	text-decoration:none; 
	color: #25578D;
	text-align:center; 
	font-size:10px;
}