/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

/* BODY FORMATTING */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	background-image: url(../images/bg_tile.gif);
	background-repeat: repeat-x;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6DAB1B;

}

a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #6dab1b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;

}



#container{
	width: 750px;
	height: auto;
	margin: 0px auto 0px auto;
}

#mastHead{
	width: 750px;
	height: 100px;
	position: relative;
	float: left;
	background-image: url(../images/masthead.gif);

}

#imageHolder {
	position: relative;
	float: left;
	margin-right: 4px;
}

/* TEXT FORMATTING */

h2 {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #6dab1b;
}

h3 {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #6dab1b;
}

h4 {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #6dab1b;
}

.req {
  
    font-size: 10px;
    font-weight: normal;
    color:red;
    text-align: left;
	vertical-align:top;
  
 }

/* CONTENT COL FORMATTING */

#contentCol{
		
	position:relative;
	float: left;
	width:400px;
	margin:0;
	padding:0;
	height: auto;
		
}

#mainContent {
	position: relative;
	padding: 20px 5px 0px 5px;
}

/* SIDE COL FORMATTING */

#sidebar{
		
	position:relative;
	float: left;
	width: 150px;
	margin:20px 0 0 20px;
	padding:0;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;

}

/* NAV COL FORMATTING */

#navCol{
		
	position:relative;
	float:left;
	width:150px;
	margin:15px 0 0 10px;
	padding:0;
	height: 100%;
	
}

#logo {
		
	position:relative;
	float: left;
	width: 121px;
	height: 74px;
	padding:0;
	background: url(../images/title.gif);
		
}

#nav{
		
	position:relative;
	float:left;
	width:121px;
	margin:0;
	padding:0;
	height: auto;
	
}
		
		
		
#menu {

	width: 150px;
	margin: 20px 0 0 0;
	padding:0;
	overflow: hidden;

}

/* NAVIGATION FORMATTING */

#menu ul {

	list-style: none;
	padding:0;
	margin:0;

}
	
#menu li {

	border-top:1px dotted #6dab1b;
	
}
	
	
#menu li a {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6dab1b;
  	height: 18px;
	text-align: left;
	text-decoration: none;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	
	}	
	
#menu li a:link, #menu li a:visited {

	color: #6dab1b;
	display: block;
	background: #fff;
	text-align: left;
	padding: 8px 0 0 10px;
	
	}
	
#menu li a:hover {

	color: #000;
	background: #6dab1b;
	text-align:left;
	padding: 8px 0 0 10px;
	
}


#footer{

	position:relative;
	float:left;
	width:750px;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align:center;
	margin:30px 0 20px 0px;
}

#footerHead {
	width: 100%;
	height: 10px;
	background: #6dab1b;
	position: relative;
	float: left;
}

/* FORM FORMATTING */

#tblMain {
	padding: 5px 5px 5px 5px;
	width: 400px;
}

.label {
	text-align: right;
}

.input {

}

.textinput {
	border: 1px solid #282828;
	background: #6dab1b;
	width: 200px;
	color: #fff;
}

.submitBTN {
	border: 1px solid #282828;
	background: #6dab1b;
}

.submitBTN:hover {
	border: 1px solid #fff;
	background: #282828;
	color: #eaeaea;
}

.message {
	width: 15px;
}