a, a:hover, a:visited, a:link, a:focus{
	color:#008000;
}

body{
	margin:0;
	padding:0;
	top:0;
	left:0;
	background:#fff;
}

h1, h2, h3{
	margin:0;
	padding:0;
	font-family:arial;
}

p{
	margin:0;
	padding:0;
	text-align:left;
}

div#container{
	position:absolute;
	left:50%;
	margin:0;
	padding:0;
	height:100%;
	width:700px;
	margin-top:20px;
	margin-left:-350px;
}

/*----------Header Section------------*/
#header { background: url("../layout/header_bg.png") repeat-x 50% bottom; position: relative; z-index: 1; width: 700px; height: 100px; float: left; border-style: solid; border-width: 3px 1px; border-color: #76ba5b #76ba5b #b9ff9f }

#header h1 { background: url("../layout/logo2.gif") no-repeat; display: block; margin-top: 10px; margin-left: 30px; width: 600px; height: 70px }

#header h1 span{
	display:none;
}

/*----------/Header Section------------*/


/*----------Content Section------------*/
#main { background: url("../layout/watermark.png") no-repeat center; position: relative; z-index: 1; width: 700px; min-height: 400px; float: left; clear: left; border-right: 1px solid #76ba5b; border-left: 1px solid #76ba5b }

#content{
	margin:30px 40px;
	text-align:left;
	font-family:arial, helvetia, sans-serif;
}

#content h3 { font-size: 12px; font-family: arial, sans-serif; background: url("../layout/h3_arrow.gif") no-repeat left top; display: block; margin-left: -20px; padding-top: 10px; padding-bottom: 0; padding-left: 20px; height: 20px }

#content h4{
	font-size:11px;
	font-weight:bold;
	margin:5px 0 0 0;
	padding:0;
}

#content p{
	border-bottom: solid 2px #b9ff9f;
	padding:10px 0px;
	margin:0;
	font-size:11px;
	line-height:20px;
}

#content ul{
	font-size:11px;
}

#content .form{
	border: dotted 1px #b9ff9f;
	padding:5px;
}

#content .form label{
	font-size:11px;
	margin-right:5px;
}

#content table{
	font-size:11px;
}

#content table td{
	border: solid 1px #b9ff9f;
	vertical-align:top;
	text-align:left;
	padding:3px;
	margin:10px 0;
}


#content table th{
	font-size:11px;
	font-weight:bold;
	vertical-align:top;
}

#content table p{
	border:none;
}

#content table ul{
	list-style-position:inside;
	margin:0;
	padding:0;
}

#content table ul ul{
	margin-left:10px;
}

/*----------/Content Section------------*/


/*----------Footer Section------------*/
#footer{
	float:left;
	clear:left;
	height:50px;
	width:700px;
	background-color:#e3fcd9;
	border-top:3px solid #b9ff9f;
	border-bottom:5px solid #76BA5B;
	border-right:1px solid #76ba5b;
	border-left:solid 1px #76ba5b;

}

#footer p{
	color:#000;
	font-size:11px;
	text-align:center;
	font-family:arial, sans-serif;
	padding-top:10px;
}

/*----------/Footer Section------------*/





/*----------Menu Section------------*/
#menu{
	position:absolute;
	overflow:hidden;
	height:60px;
	width:700px;
	top:78px;
	left:55px;
	z-index:99;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
#menu li{
	float:left;
	margin:0px 3px 0px;
	padding:0px 2px 0px;
	display:block;
	height:50px;
	width:75px;
	text-align:center;
}
#menu li a{
	text-decoration:none;
	margin:0;
	padding:0;
	height:22px;
	width:75px;
	display:block;
	font-size:10px;
	font-weight:bold;
	background-color:#e3fcd9;
	font-family:arial,sans-serif;
	border-top:3px solid #b9ff9f;
	border-left:3px solid #b9ff9f;
	border-right:3px solid #b9ff9f;
	border-bottom:3px solid #e3fcd9;
}

#menu li a:hover{
	color:#7C7CF1;
	background-color:#E3E3FD;
	border-top:3px solid #CBCBFD;
	border-left:3px solid #CBCBFD;
	border-right:3px solid #CBCBFD;
}

#menu a.current:hover{
	color:#7C7CF1;
	background-color:#E3E3FD;
	border-bottom:3px solid #CBCBFD;
	border-left:3px solid #CBCBFD;
	border-right:3px solid #CBCBFD;
	border-top:3px solid #ccffb9;
}

#menu a.current{
	margin-top:25px;
	padding-top:3px;
	background-color:#ccffb9;
	border-top:3px solid #ccffb9;
	border-left:3px solid #b9ff9f;
	border-right:3px solid #b9ff9f;
	border-bottom:3px solid #b9ff9f;
}

/*----------/Menu Section------------*/


/*----------Misc Section------------*/


/*----------/Misc Section------------*/

/*----------IE Hacks-----------------*/
* html #left_column{
	margin-left:30px;
}

* html div#menu{
	position:relative;
	width:600px;
	height:60px;
	z-index:99;
	margin-top:-60px;
	top:30px;
	left:50px;
}

* html div#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
* html div#menu li{
	float:left;
	margin:0;
	padding:0;
	display:block;
	width:80px;
	text-align:center;
}

* html div#menu a{
	margin-top:0;
	/*background-color:#ccffb9;*/
	border:none;
	display:block;
	height:25px;
	width:80px;
	font-size:10px;
	border:1px solid  #b9ff9f;
}
* html div#menu a.current{
	margin:0px;
	border:none;
}
* html div#menu a.current:hover{
	margin:0px;
	border:none;
}



/*----------/IE Hacks-----------------*/


