body {
	font-family: Verdana, arial;
	font-size: 11px;
	margin:0px;
	padding:0;
	background:#a7a09a;
}



a{color:#798948;text-decoration : none}
a:link {color: #798948} 
a:hover {color:#B7071E}
a:active {color:#B7071E}


.content {
	background:white;
	width:750px;
	margin:0px auto;
	
}


h1{
font-size : 18px; 
color : #F18400; 
padding-left:10px;
}

.header {
	width:750px;
	clear:both;
}

a.nav1:link {
	font-family: arial;
font-size:11px;
color:black;
background-repeat: no-repeat;
padding-left:5px;
padding-right:5px;
text-decoration : none
}

a.nav1:visited {
font-family: arial;
font-size:11px;
color:black;
background-repeat: no-repeat;
padding-left:5px;
padding-right:5px;
text-decoration : none}


a.nav1:hover {
	font-family: arial;
	font-size:11px;
	color:blue;
	background-repeat: no-repeat;
	padding-left:5px;
	padding-right:5px;
	text-decoration : none;
}



.nav {
	font-size : 10px;
	width:750px;
	height:40px;
	background-image: url(images/nav_back.jpg);
	clear:both;
	text-align:center;
	line-height: 40px;
}

.footer {
	width:750px;
	height:50px;
	background-color:#F18400;
	clear:both;
	text-align:center;
}

.left{
float: left;
width:500px;

}


.right {
float:right;
width:250px;
	text-align:center;
}

.border{border: solid ;border-color:black;border-width:1px}



.white {
color : white; 
} 
a.white:link {
color : white; 
} 
a.white:visited {
color : white; 
} 
a.white:hover {
color : black; 
} 
