@charset "utf-8";
/* CSS Document */

.tableInfo1 {
	width: 850px;
	margin: 10px auto 10px auto;
	border: none;
}

.tableInfo1 td.labelCol {
	font-size: 24px;
	font-weight: bold;
	color: #429142;
	width: 150px;
}

.tableInfo1 td.infoCol {
	font-size: 16px;
	font-weight: normal;
	color: #322;
	text-align: justify;
}



.font1, .font2, .font5 {
	font-size: 16px;
	font-weight: bold;
	color: #1b8dc6;
}

.font2 {
	color: #429142;
	margin: 5px 0px 5px 0px;
}

.font3, .font4 {
	font-size: 16px;
	font-weight: normal;
	color: #123;
	margin: 5px 0px 5px 0px;
}

.font4 {
	font-style:italic;
}

.font5 {
	color: #123;
}

.font12 {
	font-size: 12px;
}

.font5 a {
	color: #429142;
	text-decoration:underline	
}

.font5 a:hover {
	color: #1b8dc6;
	text-decoration:underline	
}

#mainArea {
	width:900px; 
	min-height:500px;
	background-color:#fff;
	margin: 0px auto 0px auto;
	border: 1px solid #1b8dc6;
	border-top: none;
}
	



#menuBar {
	font: bold 13px Arial;
	width: 100%;
	height: 40px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
} 

#menuBar ul {
	height: 40px;
	border: 1px solid #a7a7a7; /*green border*/
	border-width: 1px 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #black;
	/*background-image: url(images/button_down.jpg);*/
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position: center center;
	margin-left: -1px; 
}

#menuBar li {
	padding-left: 0px;
	margin-left: 0px;
	display: inline;
}

#menuBar ul li a{
	color: #429142;
	text-decoration: none;
	border-left: 1px solid #77787B;
	height:22px; /*Green border between menu categories*/
	padding-top: 12px;
	padding-right: 28px;
	padding-bottom: 5px;
	padding-left: 28px;
	float: left;
}

#menuBar ul li a:visited{
/*	color: #000000;*/
} 

#menuBar ul li a:hover, #menuBar ul li .current{
	color: #1b8dc6;
	/*background: black url(images/button_hover.jpg) center center repeat-x;*/
	font-size: 13px;
	padding-top: 13px;
	padding-bottom: 0px;
	margin-top: 0px;
	height: 28px;
}

/*
#menuBar ul li a:hover, #menuBar ul li .greenBold16 {
	font-weight: bold;
	font-size: 16px;
	color: #429142;
}
*/


body {
	background-color:#fff;
    min-width: 800px;
    color:#000000;
    font-family:Arial,Helvetica,Arial,sans-serif;
    font-size:10pt;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    text-align:left;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
}
