/*****************************
* DarkBlue Template #011.0 [Green]
* Winter 2007 - DarkAngel
******************************/


body {
	margin: 20px;
	background-color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
}
td{
	font-size: 12px;
}


/******************************************************************************************************************************************************************************************
* Main Table
*/
.head {
	background-color: #C1D72F;
	border-bottom: 1px solid #CBDA65;
	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;
}

#publishSite .title{
	font-family: "trebuchet MS", verdana, helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #B4B4B6;
	}

#publishSite a{
	color: #666666;
	border-bottom: none;
	font-weight: normal;
	font-size: 12px;
	padding: 0px 0px 0px 15px;
	display: inline;
	text-decoration: none;

}
#publishSite a:hover{
	color: #999999;
	text-decoration: underline;
}

input, select, textarea{
	border: 1px solid #999999;
	font-family: Verdana;
	font-size: 11px;
	}
select
{
	width: 150px;
	}
#sbb
{
	background-color: #B4B4B6
	}

/******************************************************************************************************************************************************************************************
* 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;
	}
#mainMenu .homeSub
{
	color: #666666;
	border-bottom: none;
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	display: inline;
	}


/******************************************************************************************************************************************************************************************
* Content
*/
.content {
	vertical-align: top;
	padding: 25px 10px 10px 20px;
	line-height: 20px;
}
.content h1 {
	color: #C1D72F;
	font-size: 15px;
	font-weight: bold;
	margin: 5px;
}
.content p {
	color: #333333;
	font-size: 11px;
	margin: 5px;
}
.content a {
	color: #006633;
	font-weight: bold;
}
#webDirectory td {
	padding: 5px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#webDirectory a {
text-decoration:none;
}

