body {
	font : 10pt  bold Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.master{
	width:746px;
	position: absolute;
	left: 50%;
	margin-left: -368px;
	margin-top: 10px;

}
.logo{
	position: absolute;
	z-index:1;
	left: 6px;
	top: 0px;
}
.top{
	padding : 5px;
	margin : 0px;
}
.side{
	margin: 10px 5px 5px 5px;
		float: left;
	width: 170px;
}
.nav {
font : 10pt  bold Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background : #366;
}

.border{
	background-image : url(images/nav_top_right.gif);
	background-position : right;
	background-repeat : no-repeat;
	background-color : #366;
}
.border_bottom{
	background-image : url(images/nav_bot_right.gif);
	background-position : right;
	background-repeat : no-repeat;
	background-color : #366;
}

.nav a {
	color: White;
	display: block;
	background : #366;
	text-decoration : none;
	padding: 2px 10px 2px 15px;
	border-bottom: 1px solid #88b439;
}
.nav ul, .nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.nav ul ul, .nav ul ul li {
	display: block;
	padding: 0px 0px 0px 10px;
}

.nav ul ul a {
	color: White;
	display: block;
	background : #366;
	text-decoration : none;
	border-bottom: 1px solid #69c;
}
.nav h2{
padding: 0px;
	margin: 0px;
	color: White;
	background : #006666;
	font : 12pt bold Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.nav a:hover{
	color: White;
	background : #399;
	text-decoration : none;
	
}


.selected {
	color: #366;
	background : #ccf;
	text-decoration : none;
}
.container{
	float: left;
	margin: 10px 0px 20px 5px;
	padding: 0px;

}
.main{
	margin: 0px;
	padding: 0px;
	background : #ccc;
}

.main_text{
width: 536px;
	margin:  0px 10px 0px 10px;
	font : 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.main_text h1{
	font : bold 14pt AvantGarde Md BT, Verdana;
	border-bottom : 1px solid #88b439;
	color : #366;
}
.main_border{
	background-image : url(images/top_right.gif);
	background-position : right;
	background-repeat : no-repeat;
	background-color : #ccc;
}
.main_border_bottom{
	background-image : url(images/bot_right.gif);
	background-position : right;
	background-repeat : no-repeat;
	background-color : #ccc;
}

.bottom{
	
}
.footer {
	clear: both;
	border-top: 1px solid #366;
	margin: 5px;
	padding-top: 5px;
	font-size: 8pt;
	
}
