html, body {  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	border: 0px;
	padding: 0px;
	text-align: left;
	
	background-color: #ffffff;
	background-repeat: repeat;
	background-attachment: fixed;
}
.address { 
	background-color: #ebe4da;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	line-height: 14px;
	padding-bottom: 20px;
	color: #571e1e;
}

.address a:link {color: #0e508a; text-decoration: none;}
.address a:visited {color: #0e508a; text-decoration: none;}
.address a:hover {color: #746c5d; text-decoration: underline;}
.address a:active {color: #0e508a; text-decoration: none;}

.copyright { 
	font-size: 10px; 
	line-height: 14px;
}
.copyright a:link {color: #0e508a; text-decoration: underline;}
.copyright a:visited {color: #0e508a; text-decoration: underline;}
.copyright a:hover {color: #746c5d; text-decoration: none;}
.copyright a:active {color: #0e508a; text-decoration: underline;}

/*====begin form====*/
		.input{
			color: #703f30;
			font-size: 11px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			background-color: #ffffff;
			border: 1px solid #0d5089;
			text-align: left;
		}
		
		
/*====end form====*/

h1 {
	color: #1e1a0c;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

h2 {
	color: #233168;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
h3 {
	color: #1e1a0c;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	text-align: right;
}

.image_border {
	border-width:1px; 
	border-style:solid; 
	border-color:#ffffff;
}

.nav {
	background-image: url(images/bluenav.gif);
	background-color: transparent;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-align: right; 
	margin-left: 10px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #f3f0e7;
	position: relative;
	width: 740px;
	height: 28px;
	z-index: 5;
}

.nav a:link {color: #f3f0e7; text-decoration: none;}
.nav a:visited {color: #f3f0e7; text-decoration: none;}
.nav a:hover {color: #f3f0e7; text-decoration: underline;}
.nav a:active {color: #f3f0e7; text-decoration: none;}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #703f30;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}

table a:link {color: #0d5089; text-decoration: none;}
table a:visited {color: #0d5089; text-decoration: none;}
table a:hover {color: #6989ad; text-decoration: underline;}
table a:active {color: #0d5089; text-decoration: none;}

.tablebg { background-image: url(images/tablebg.jpg);}

#content {
	z-index: 1;
	margin-top: -28px;
	position: relative;
}

.content {
	background-image: url(images/bg.jpg);
	padding: 30px 20px 0px 0px;
}
