/* GENERAL STYLES */
body	{
	margin: 0;
	padding: 0;
	border: 0;
	color: #DAE4C5;
	background-color: #000000;
	background-repeat:no-repeat;
	background-position: 750px 0px;
	background-attachment:fixed;
	font: normal 13px "Verdana", sans-serif;
	line-height: 20px;
	text-align: left;
}

a { 
	text-decoration:underline;
	color:#B1C28E; 
}
a:hover { 
	text-decoration:none;
	color:#B1C28E; 
}
a:visited { 
	color:#B1C28E; 
}

/* LIBRARY STYLES */

li.horizontal_list_right{
	text-align: right;
	float: right;
	list-style: none;
}
li.horizontal_list_left{
	text-align: left;
	float: left;
	list-style: none;
}


/* TEXT STYLES */
ul{
	margin: 0px;
	padding: 0px;
}
li{
	padding: 0px;
}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
}
form{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h1{
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font: bold 26px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
}
h3{
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font: bold 16px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
	color: #B1C28E;
}
h4{
	padding: 0px;
	margin: 0px;
	font: bold 16px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
}
li.vertical_list{
	margin: 0px 0px 10px 15px;
}

/* TEMPLATE STYLES */

div.template_wrapper{
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: 750px;
}
	div.template_left{
		margin: 0;
		padding: 0;
		float: left;
		width: 285px;
		background-color:#303030;
	}
		div.main_logo{
			height: 126px;
			overflow: hidden;
		}
			div.main_nav{
			
			}
				li.main_nav{
					list-style:none;
					height: 26px;
					overflow:hidden;
				}
	
	div.template_right{
		padding: 0;
		width: 427px;
		float:right;
		margin-right: 19px;
		background-color:#000000;
	}
		div.body_title{
			padding-bottom: 10px;
		}

div.template_footer{
	clear:both;
	width: 750px;
	text-align:left;
	background-color:#000000;
	height: 75px;
	

}
div.template_footer_inner{
	width: 720px;
	padding: 15px;
}
	div.footer_nav{
	
	}
		li.footer_nav{
			padding-right: 25px;
			height: 25px;
			overflow:hidden;
		}
	div.footer_copyright{
		clear:both;
		padding-top: 10px;
	}
		li.footer_copyright{
			padding-left: 25px;
		}
		
		
		
td.employee_cell{
	border-bottom: 1px solid #B1C28E;
	color:#CCCCCC;
}

/* NEWS Styles */
div.news_block{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #B1C28E;
}
	div.news_headline{
		padding: 0px;
		margin: 0px 0px 5px 0px;
		font: bold 16px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
		color: #B1C28E;
	}
	div.news_date{
		font-size:10px;
		color:#666666;
	}
	
/* Error Styles */
#notice {
	border: 2px solid #FF0000;
	color:#FF0000;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
}

#nice_notice {
	border: 2px solid #006600;
	color:#006600;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
}

/* Form Styles */

#field_label{
	vertical-align: top;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
}
#field_cell{
	vertical-align: top;
}
		