body {
	background-color: #9DB227;
	margin: 0;
	padding: 0;
}

.container {
	margin: 0px auto;
	width: 700px;
	height: 100%;
	background-color: #FFFFFF;
	min-height: 500px;
}

.containerIndex {
	margin: 0px auto;
	width: 700px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.header { 
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 700px;
	height: 204px;
	margin: 0;
	margin-top: -16px;
	*margin-top: 0;
	color: #fff;
}

.header p {
	padding: 115px 0 0 20px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header p a {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.header p a:hover {
	color: #9DB227;
	text-decoration: none;
}

.texas {
	background-image: url(images/texas.png);
	position: relative;
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	top: 125px;
	left: 20px;
}

.mainIndex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 500px;
	margin: 0px;
	padding: 20px 20px 20px 0px;
	position: relative;
	top: -195px;
	left: 170px;
	/* ie7 hack */
	*top: -210px;
}

.main { 
	padding: 0 20px 20px 20px;
}

.main a {
	font-weight: bold;
	color: #B22735;
	text-decoration: underline;
}

.main a:hover {
	color: #9DB227;
	text-decoration: none;
}

.main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #490014;
	margin: 0;
	padding: 0;
	}

#navcontainer {
	width: 150px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #5E27B2;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	/* ie7 hack */
	*padding-top: 10px;
	*display: inline; 	
	position: relative;
	top: 60px;
	/* ie7 hack */
	*left: 20px;
	*top: 40px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 160px;
}

#navcontainer a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
	color: #000066;
}

#navcontainer a:hover {
	color: #9DB227;
}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	text-align: center;
	clear: both;
}

.footer a {
	text-decoration: none;
	font-weight: bold;
	color: #B22735;
}

.footer a:hover {
	text-decoration: underline;
}

.calnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
.calnav a {
	text-decoration: none;
	font-weight: bold;
	color: #B22735;
}

.calnav a:hover {
	text-decoration: underline;
}