/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color:#004a28; /* fc7600;
	/*
	background-image: url(../images/layout/background.gif);
	background-repeat: repeat;*/
}

html>body #container { height: auto; }

#container {
	width: 700px;
	height: 100%;
	min-height: 100%;
	position: relative;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	/*border-left: 1px dashed #e5ecf3; /*#AAAAAA;*/
	/*border-right: 1px dashed #e5ecf3; /*#AAAAAA;*/
	background-color: #FFFFFF; /*#535353;*/
}

#header {
	width: 700px;
	height: 125px;
	background-image: url(../images/header.jpg);
	position:absolute;
	top: 0px;
}


#menu-bar {

	width: 700px;
	height:25px;
	position:absolute;
	border-bottom:1px solid #c3d940;
	top:125px;
	background-color:#000000; /*e5ecf3; /*333333;*/

	
}


#body {
	
	background-color:#FFFFFF;
	padding: 180px 10px 100px 10px;
	
}

.main-content {
	font: 12px arial;
	color: #666666;
	vertical-align: top;
}

.main-content-red {
	font: 12px arial;
	color: #fb1924;
	vertical-align: top;
}

.main-content-green {
	font: 12px arial;
	color: #9dc435;
	vertical-align: top;
}

.main-content-small {
	font: 9px arial;
	color: #666666;
	vertical-align: top;
}

.main-content-large {
	font: 14px arial;
	font-weight:bold;
	color: #666666;
	vertical-align: top;
}


.main-content-red-header {
	font: 12px arial;
	font-weight:bold;
	color: #fb1924;
	vertical-align: top;
}

.main-content-green-header {
	font: 12px arial;
	font-weight:bold;
	color: #9dc435;
	vertical-align: top;
}

.main-content-highlight {
	font: 12px arial;
	
	color: #5c8727;
	vertical-align: top;
}


.main-text-cell {
	width: 480px;
	vertical-align:top;
}

.main-image-cell {
	vertical-align:top;
	padding-left:10px;
}


.main-content a:hover {
	text-decoration: underline;
	color: #1b5790;
}

.main-content a {
	text-decoration: none;
	color: #1b5790;
}



.main-content a:visited {
		text-decoration: none;
	color: #1b5790;
}

.main-content img {
	
	borer:1px solid #5c8727;
}





#footer {
	position:absolute;
	bottom: 50px;
	font: 9px Arial;
	color: #9dc435;
	left: 25px;
	text-align: left;
}


#footer a, a:visited {
	color: #9dc435;
	text-decoration:none;
}

#footer a:hover {
	color: #9dc435;
	text-decoration:underline;
}


/* form styles */

label
{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.submit input
{
	margin-left: 4.5em;
}



