/*****************************
* DarkBlue Template #011.0 [Orange]
* Winter 2007 - DarkAngel
******************************/


body {
	margin: 20px;
	background-color: #9d0a0e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
}
td{
	font-size: 12px;
}


/******************************************************************************************************************************************************************************************
* Main Table
*/
.head {
	background-color: #9d0a0e;
	border-bottom: 1px solid #ce8486;
	font-size: 11px;
	padding: 5px;
	color: #FFFFFF;
	text-align: right;
}
.menuLane {
	background-image: url(menuRight.gif);
	background-repeat: no-repeat;
	background-position: right 30px;
	padding: 15px 12px 10px 0px;
}
.imageLane {
	vertical-align: top;
}
#logo {
	height: 60px;
	width: 200px;
	margin-bottom: 15px;
	vertical-align: middle;
	text-align: center;
}
.mainBody {
	background-image: url(mainbg.gif);
	background-repeat: repeat-x;
	background-color: #D5D4D9;
}
.footer {
	font-size: 11px;
	color: #999999;
	padding: 2px 0px 0px 0px;
	text-align: center;
}
.footer a {
	color: #999999;
	text-decoration: none;
}


/******************************************************************************************************************************************************************************************
* Main Menu
*/
#mainMenu {
	text-align: right;
	color: #666666;
}
#mainMenu a {
	font-family: "trebuchet MS", verdana, helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #B4B4B6;
	display: block;
}
#mainMenu a:hover {
	color: #777777;
	border-bottom: 1px solid #CCCCCC;
}
#mainMenu .sub{
	color: #666666;
	border-bottom: none;
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	}
#mainMenu .sub:hover{
	color: #888888;
	border-bottom: none;
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	text-decoration: underline;
	}


/******************************************************************************************************************************************************************************************
* Content */
.content {
	vertical-align: top;
	padding: 25px 10px 10px 20px;
	line-height: 20px;
}
.content h1 {
	color: #9d0a0e;
	font-size: 15px;
	font-weight: bold;
	margin: 5px;
}
.content p {
	color: #333333;
	font-size: 11px;
	margin: 5px;
	line-height: 20px;
}
.content a {
	color: #9d0a0e;
}
.content a img{
	border-color: #9d0a0e;
}