#header
{
	position: relative;
	height: 60px;
}

.logo
{

}

.topMenu 
{  
	position:absolute;
	top: 0px;
	right: 0px;
	border-left: 3px solid black; 
	border-bottom: 3px solid black;
	background: #466464 url(../images/template/greengrad.jpg) repeat-x scroll left top;
	margin: 0px; 
	padding: 2px 12px 2px 0px;
	text-align: center; 
	font-size: 11px; 
	width: 380px;
}

.topMenu a:link, .topMenu a:visited, .topMenu a:hover, .topMenu a:active 
{ 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	padding-left: 12px;
}

.topMenu a:link, .topMenu a:visited 
{ 
	color: #fffff0; 
}

.topMenu a:hover, .topMenu a:active 
{
	color: #ffd98a; 
}

.searchBox
{
	position: absolute;
	top:30px;
	right: 3px;
	width: 500px;
	text-align: right;
}

.blackBar
{
	background-color: black;
	color: white;
	margin-left: 59px;
	text-align: center;
}

.barLink, .barLink a:link, .barLink a:visited, .barLink a:hover, .barLink a:active 
{ 
	font-weight: bold; 
	text-align: center; 
	font-size: 11px; 
	text-decoration: none; 
	letter-spacing: 3px; 
}

.barLink, .barLink a:link, .barLink a:visited
{ 
	color: #ffffe6; 
}

.barLink a:hover, .barLink a:active 
{
	color: #96d6d6; 
}

#contents, #footer
{
	position: relative;
	width: 100%;
	background: transparent url(../images/template/sidestripe.jpg) repeat-y scroll left top;
	background-color: #ffffd9;
	
}

.leftMenu
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.printHeading 
{ 
	display: none; 
}

.mainBody 
{
	padding: 20px 20px 20px 110px;
	min-height:550px;
	height:550px;
}

div[id] .mainBody 
{
	height:auto;
}

.footerMenu, .footerAuthor, .printPage
{
	padding-left: 81px;
	padding-right: 10px;
}

.footerMenu
{
	margin-bottom: 20px;
}

.footerMenu, .footerMenu a:link, .footerMenu a:visited, .footerMenu a:hover, .footerMenu a:active 
{
	text-align: center;
	font-size: 11px;
}

.printPage
{
	padding: 10px 0px 2px 0px;
}

.printPage, .printPage a
{
	text-align: right; 
	font-size: 11px;
}

.footerAuthor, .footerAuthor a
{
	text-align: center;
	font-size: 11px;
}

.copyright
{
	text-align: center;
	font-size: 11px;
}


/* Breadcrumb styles */
div.breadcrumb 
{ 
	color: black; 
	padding: 0px; 
	margin: 0;	
	padding: 0px 0px 10px 0px; 
	font-size: 11px; 
}

div.breadcrumb a:link, div.breadcrumb a:visited, div.breadcrumb a:hover, div.breadcrumb a:active 
{ 
	font-size: 11px; 
}

.submenu 
{ 
	padding-bottom: 15px;  
}

img.heading 
{ 
	margin: 10px 0px; 
}

.w3c
{
	padding-top: 3px;
	text-align: right;
}