html,body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	
	font-size: 10pt;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
}

.buttons
{
	background-color: #ffffff;
	border: 1px solid #ed9414;
	border-radius: 8px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #ed9414;
}

.textbox
{
	background-color: #ffe6c3;
	border: 1px solid #ed9414;
	border-radius: 8px;
	min-height: 25px;
	width: 80%;
	color: #black;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding-left: 5px;
}

header
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-repeat: no-repeat;
	width: 50em;
	width: 950px;
	height: 25px;
	font-size: 14pt;
	z-index: 5;
}



#container
{
	position: relative;
	margin:0 auto; 
	height:auto !important; 
	min-height:100%; 
}

#header
{
	width: 100%;
	height:90px;
	top: 0px;
	left: 0px;
	right:0px;
	position: relative;
	background: #037811; 
	font-size: 13px;
	z-index: 2;
	color: #FFFFFF;
	box-shadow: 0px 5px 5px #000000;
}

#header a:link  {color: #ffffff;}
#header a:visited {color: #ffffff;}
#header a:hover  {color: #ffffff;}
#header a:active  {color: #ffffff;}

#header_line1
{
	width: 60%;
	height:5px;
	margin-top: 5px;
	left: 0px;
	position: relative;	
	background-color: #037811;
}

#header_line2
{
	width: 100%;
	height:5px;
	margin-top: 5px;
	left: 0px;
	position: relative;	
	
}

#inner_line
{
	width: 70%;
	height: 5px;
	background-color: #037811;
	position: absolute;
	right: 0px;
	opacity: 0.4;
}

.page_line
{
	height: 100%;
	top: 0px;

	background-image: url('images/line_bg.png');
	position: absolute;
	z-index: 4;
	transform:skew(20deg,0deg);
	-ms-transform:skew(20deg, 0deg); /* IE 9 */
	-webkit-transform:skew(20deg, 0deg); /* Opera, Chrome, and Safari */
}

#content
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	width: 50em;
	width: 950px;
	padding-bottom: 70px;
	z-index: 5;
}


#content a:link  {color: #000000;}
#content a:visited {color: #000000;}
#content a:hover  {color: #000000;}
#content a:active  {color: #000000;}

#content a {text-decoration: underline;}


#top_links
{
	position: absolute;
	right: 0px;
	top: 33px;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	z-index: 3;
}

#header_contain
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	width: 50em;
	width: 950px;
	height: 120px;
	z-index: 2;
}

#slides
{
	position: relative;
	width: 100%;
	height: 300px;
	top: 0px;
	z-index:1;
	overflow: hidden;
}

#footer
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 60px;
	z-index: 0;
	background: #000000;
}

#footer_contain
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	width: 50em;
	width: 950px;
	min-height: 50px;
	color: #ffffff;
}