/* CSS Document */

.border {
border:solid 1px #666666;
}
.border_left {
border-left:solid 1px #926E16;
}
.background_left {
background:#FFB302;
}
.background_top_text{
background:#9EA6A8;
}

.greybackground{
background:#9EA2A4;
}
.maindiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
		color : #333333; 
	font-size : 12px;
	padding-left : 6px;
	padding-right : 6px
}

.maindiv p { line-height : 100%; margin-top : 6px }

.maindiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #333333; 
	font-size : 13px;
	margin-bottom : 12px;
	margin-top : 3px
}
.maindiv a:link { 
	color : #333333;
	FONT-WEIGHT: bold; 
	text-decoration : none
}
.maindiv a:visited { 
	color : #333333; 
		FONT-WEIGHT: bold;
	text-decoration : none
}
.maindiv a:active { 
	color : #F2B226; 	
		FONT-WEIGHT: bold;
	text-decoration : none
}
.maindiv a:hover { 
	color : #F2B226; 
		FONT-WEIGHT: bold;	
	text-decoration : none
}
/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : #3333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 4px;
	margin-top : 6px
}

.navButts a {
	background-color : #FFFFFF;
		font-family : Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid #C0C0C0;
	color : #333333;
		font-size : 12px;
	display : block;
	padding-bottom : 1px;
	padding-left : 2px;
	padding-top : 1px;
			FONT-WEIGHT: bold;	
	text-decoration : none;
	width : 100%
}
.navButts a:visited {
	background-color : #FFFFFF;
		font-family : Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid #C0C0C0;
	color : #333333;
		font-size : 12px;
	display : block;
	padding-bottom : 1px;
	padding-left : 2px;
	padding-top : 1px;
			FONT-WEIGHT: bold;	
	text-decoration : none;
	width : 100%
}

.navButts a:hover {
	background-color : #F2B226;
		font-family : Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid #999999;
	color : #FFFFFF;
			FONT-WEIGHT: bold;	
	text-decoration : none
}
.border {
border : solid 1px #666666;
}