@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color: #a4c380;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#workspace {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 762px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #FFFFFF;
	text-align: center;
	z-index:-1000;
}


/*START HEADER SECTION*/

#header { 
	width: 766px;
	height: 81px;
}

#header .headerSpace {
	float: right;
	width: 762px;
	height: 50px;
	text-align: right;
}

#header .logoSpace { 
	float: left;
	width: 250px;
	height: 30px;
}

#header .menuSpace {
	width: 516px;
	height: 30px;
	float: right;
}

/*END HEADER SECTION*/

/*START MIDDLE SECTION*/

#middle { 
	width: 764px;
	height: 203px;
	z-index:-2;
}

#middle .quoteSpace {
	height: 203px;
	width: 246px;
	float: left;
	z-index:-2;
}

#middle .picSpace {
	width: 514px;
	height: 203px;
	float: right;
	z-index:-100;
}

/*END MIDDLE SECTION*/

/*START BOTTOM SECTION*/

#bottom { 
	width: 764px;
	height: auto;
}

#sideFix {
	float: left;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	width: 237px;

}

#quicklinks {
	background-color:#a4c380;
	float: left;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	width: 236px;
	-moz-border-radius: 10px;
}


#sideContainer {
text-align: left;
	float: left;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	width: 236px;
	clear: both;

}

#sideContainer p {
	text-align: left;
}
	
#quicklinks p {
	background-color: #a4c380;
	text-align: left;
	font-size: 12px;
	font-weight: normal;	
}

#quicklinks form input {
	border: 1px solid #000000;
}

#quicklinks form select {
	border: 1px solid #000000;
}

#quicklinks form textarea {
	border: 1px solid #000000;
}

.object {
	float: left;
	clear: both;
}

#contentAll {
	left: 5px;
	width: 504px;
	padding-left: 5px;
	padding-top: 5px;
	float: right;
	text-align: left;
}

#contentAll ul {
	padding-left: 50px;
}

/*#contentAll table {
	font-weight:bold;
}*/

#contentOne {
	left: 5px;
	width: 235px;
	float: left;
	text-align: left;
}

#contentOne p {
	text-align: right;
}

#contentTwo {
	left: 5px;
	width: 240px;
	float: right;
	text-align: left;
}

#contentHR {
	width:21px;
	text-align: center;
	float: left;
	}

#contentBelow {
	float:inherit;
	clear: both;
}

#contentAll form input {
	border: 1px solid #000000;
}

#contentAll form select {
	border: 1px solid #000000;
}

#contentAll form textarea {
	border: 1px solid #000000;
}

#footer {
	width: 100%;
	height: 15px;
	clear: both;
}


/*END BOTTOM SECTION*/



a:link {
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#666666;
	text-decoration:underline;
}

a:hover {
	color:#3399FF;
	text-decoration:none;
}

a:active {
	color:#3399FF;
	text-decoration:underline;
}

.boldText {
	font-weight: bold;
}


p {
	text-align: left;
}

h1 {
	font-weight: bold;
	font-size: 15px;
	text-align: left;
}

h2 {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

h5 {
	border-bottom: thin;
	border-bottom-style:solid;
}

/*If making line (thats what h5 does, like a HR tag,  Here is the code for a 516 width

<h5>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h5>

*/

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.bigNbold {
	font-weight:bold;
	font-size: 15px;
	text-align: left;
}

.centerRed {
	text-align: center;
	font-weight: bold;
	color: #990000;
}

.quickLinkTitle {
	width: 236px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background-color: #a4c380;
}

.bigAndgreen {
	font-weight: bold;
	font-size: 18px;
	color: #a4c380;
}

.smallAndgreen {
	font-weight: bold;
	font-size: 14px;
	color: #a4c380;
}

.blue {
	font-size: 18px;
	color: #3399ff;
	font-weight: bold;
	text-align: right;
	float: right;
}

.leftblue {
	font-size: 18px;
	color: #3399ff;
	font-weight: bold;
	text-align: left;
}

.red {
	font-weight: bold;
	color: #990000;
}

.indent ul li {
	list-style: none;
}

.noBorder input {
	border: none;
}

.questionFont {
	font-weight: bold;
	color: #3399ff;
}

.redUnderline {
	color: #990000;
	text-decoration: underline;
	text-align: left;
	font-weight: bold;
}
