body, html{
	height: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
    background-color: #ffffff;
	 color: #000000;
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
	 margin-left: 20px;
	 margin-right: 20px;
	 
}

h2{
	margin: 0;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
	background-color: #D60008;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
}

h3{
	margin: 0;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
	background-color: #8F8F8F;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
}

h4{
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
select.txt1{
	width: 100px;
	height: 18px;
	border: 1px solid #D70008;
	margin-bottom: 10px;
}

select.txt2{
	width: 140px;
	height: 18px;
	margin-top: 5px;
}

select.txt3{
	width: 200px;
	height: 24px;
	border: 1px solid #D70008;
	margin-bottom: 10px;
}
input.txt1{
	width: 100px;
	height: 18px;
	border: 1px solid #D70008;
	margin-bottom: 10px;
}
input.txt2{
	width: 150px;
	height: 18px;
	border: 1px solid #D70008;
	margin-bottom: 10px;
}
input.txt3{
	width: 200px;
	height: 18px;
	border: 1px solid #D70008;
	margin-bottom: 10px;
}
textarea.txt1{
	width: 150px;
	height: 50px;
	border: 1px solid #D70008;
	margin-bottom: 10px;
}
textarea.txt2{
	width: 200px;
	height: 100px;
	border: 1px solid #D70008;
	margin-bottom: 10px;
}
.pagetitle{
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
div.emaillink{
	color: #ffffff;
	font-size: 11px;
}

a.emaillink{
	color: #ffffff;
	font-size: 11px;
}
a.emaillink:hover{
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;
}
td.footer{
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	height: 46px;
	line-height: 46px;
}

td.footer a{
	color: #ff0000;
}

td.menuitem{
	color: #ED1C24;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	height: 30px;
	line-height: 30px;
}

select.searchcombo{
	width: 140px;
	height: 18px;
	font-size: 10px;
}


table.meadow{
	width: 490px;
	height: 245px;
	background-image: url(images/fields.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.meadow td{
	width: 245px;
	color: #ffffff;
	vertical-align: top;	
}



td.content{
	width: 510px;
}
table.nav{
	width: 240px;
	margin-right: 10px;
	border-top: 1px solid #ffffff;
}

table.nav td.nav{
	border-bottom: 1px solid #CCCCCC;
	height: 30px;
	line-height: 30px;
}
table.menu{
	width: 230px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

td.navtop{
	background-color: #888888;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	width: 240px;
}
td.top1{
	background-color: #ffffff;
	color: #000000;
	height: 80px;
}

td.top2{
	background-color: #000000;
	color: #ffffff;
	height: 50px;
}
td.top3{
	background-color: #D60008;
	color: #ffffff;
	height: 40px;
}
table.main{
	border: 1px solid #000000;
	width: 760px;
	height: 100%;
}
div.semi{
	opacity: .5;
	filter: alpha(opacity=50);
}

.whitetext{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

div#outer {
    width: 600px;
	 height: 640px;
    background-color:#FFFFFF;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: 1px solid #000000;
}

div#header {
	height: 40px;
	line-height: 40px;
    margin: 0px;
    text-align: center;
	 background-color: #000000;
	 color: #ffffff;
}

div.box1 {
    float: left;
	 width:330px; 
	 height:330px;
	 padding:0;
	 margin:0;
}

div.box2 {
    float: right;
	 width:269px; 
	 height:330px;
	 padding:0;
	 margin:0;
}

div.box3 {
    float: left;
	 width:330px; 
	 height:269px;
	 padding:0;
	 margin:0;
}

div.box4 {
    float: right;
	 width:269px; 
	 height:269px;
	 padding:0;
	 margin:0;
}

div#main {
    margin-left: 30%;
    margin-top: 1px;
    padding: 10px;
}

div#footer {
    padding: 15px;
    margin: 0px;
    border-top: 1px solid #000000;
}

td {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	text-decoration: none;
	color: #D70008;


}

a:hover {
	text-decoration: underline;
	color: #D70008;
}

.footerLink {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;


}

.footerLink:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;


}

li {
	list-style-type: square;
	padding-bottom: 5px;
}

.spacing {

	padding: 10px 0px 0px;
	margin: 0px;
}
