/* CSS Document */

body{
	font-family:  verdana, helvetica, arial;
	font-size: 12px;
	background-color: #efefef;
	margin-top: 0px;
}

td, tr, p{
	font-family:  verdana, helvetica, arial;
	font-size: 11px;
	color: #454538;
	line-height: 16px;
}

h1{
	color: #6C6E3F;
	font-size: 16px;
	line-height: 18px;
}
h2{
	color: #666;
	font-size: 14px;
	border-top: dotted 1px #960;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:10px;
	clear: both;
	font-weight: normal;
}

h3{
	color: #333;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:10px;
	clear: both;
	font-weight: bold;
}

ul{
	padding-left: 20px;
}


li{
	tlist-style-image: url(../enffi/images/bulletS.gif);
	list-style-item: disc;
	line-height: 13px;
	font-size: 11px;
	
}

li ul li{
	tlist-style-image: url(../enffi/images/bulletSLight.gif);
	list-style-item: disc;
	line-height: 13px;
	font-size: 11px;
	
}

a:link, a:active{
	color:#D9A500;
	text-decoration: none;
}

a:hover, a:visited:hover{
	text-decoration: underline;
	color: #D9A500;
}

a:visited{
	text-decoration: none;
	color: #D9A500;
}

/* IDs and classes */ 

#frame{
	width: 750px;
	margin-left: 50px;
	background-color: #fff;
	position: relative;
	
}

#content{
	padding: 20px;
	margin: auto;
	background-color: #fff;
	position: relative;
	
}
.block{
	width: 710px;
	background-color:#FFFFCC;
	position: relative;
	padding: 5px;
	float:left;
	margin-bottom: 10px;
}
.left{
	width: 330px;
	float: left;
}
.right{
	width: 330px;
	float: right;
}

label{
	display: block;
	font-size: 10px;
	color:#996600;
	position: relative;
	margin-top: 8px;
	font-weight: bold;
}
.label{
	font-size: 10px;
	color:#996600;
	font-weight: bold;
}
input, textarea{
	sborder: solid 1px #666;
}

.inputM{
	width: 200px;
}
.inputS{
	width: 50px;
}
.checkLabel{
	font-size: 10px;
	color:#996600;
}
.navLnks{
	display: block;
	clear: both;
	padding: 10px;
	margin-top:20px;
	background-color: #fff;
	text-align: center;
	border-top: solid 10px #FFFFCC;
}
.navLnks A{
	font-weight: bold;
}
#footer{
	color: #ccc;
	padding: 20px;
	font-size: 9px;
	text-align: right;
	
}
td{
	border-bottom: solid 1px #FFCC66;
	vertical-align: top;
	background-color: #FFFEE9;
}
.submit{
	padding: 10px;
	background-color: #663300;
	color:#FFFFCC;
	font-size: 14px;
	text-align: center;
	border: solid 1px #fff;
}

