﻿body {
	margin: 0 auto;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	width: 760px;
	background-color: #999;
}

#container 
{
/*	
height:550px !important;
max-height:550px !important;
*/
}


#banner {
	padding: 8px 5px 10px 5px;
	width: 750px;	
	text-align: center;

}

#search {	
	border-top: 1px solid #ccc;	
	padding: 3px 16px 3px 3px;
	text-align: right;
}

br.clear {
	clear: both;
}

#menu {
	width: 760px;
	height: 22px;
	background-color: #fff;
}

ul {
	list-style: none;
	padding: 2px 0 0 0;
	margin: 0;
}

#nav a {
	font-weight: bold;	
	text-decoration: none;	
}

#nav li li a {
	display: block;
	font-weight: normal;	
	padding: 0.2em 5px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	background-color: #F5F5F5;	
	border-width: 0 3px;
}

li {
	float: left;
	position: relative;
	width: 152px;
	text-align: center;
	cursor: default;
	background-color: #fff;
	border: 1px solid #999;
	border-width: 1px 0;
}

li#first {
	border-left-width: 0;
}

li#last {
	border-right-width: 0;
}

li ul {
	display: none;	
	position: absolute;	
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #fff;
	padding: 0.5em 0 0.5em 0;
	border: 1px solid #999;
}

li li {
	display: block;
	float: none;
	background-color: #fff;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}



h2 {
	background-color: #F5F5F5;
	color: #006699;
	font-size: 13px;
	border-bottom: 1px dotted #ADADAD;
	border-top: 1px dotted #ADADAD;
	padding: 2px;
	margin: 0;
}


#maincontent {	
	background-color: #ffffff;
	color: #333;
	width: 100%;

}

#image img {
	padding: 4px;
	border: 1px solid #999;
	margin: 26px 5px 3px 7px;
	display: inline;
}



.boxLeft {
	margin-right: 290px;
	width: 270px;
	margin: 0;
	padding: 3px;
	line-height: 1.5em;
}

.boxRight {
	float: right;
	width: 280px;
	margin: 0;
	padding: 3px;
	line-height: 1.5em;
}

.boxBottom {
	margin: 0 0 5px 0;
	padding: 2px;
	line-height: 1.5em;
}


p.internal {
	background-color: #F7F7F7;
	padding: 2px;
}


.left {
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}


#print a {
	text-decoration: none !important;
	color: #999 !important;
}

#print a:hover {
	text-decoration: underline !important;
	color: #000 !important;	
}


a {
	text-decoration: none !important;
	color: #666666 !important;
}

a:hover {
	text-decoration: underline !important;
	color: #000000 !important;	
}

#footer {
	padding: 2px;
	text-align: center;			
	height: 30px;
	width: 756px;
}