/* body */
body {
background-color : #ffffff;
background-image :   url();
font-family : verdana, sans-serif;
font-size : 10px;
color : #ffffff;
}

/* background images */

.intro_ver {
	background-image :   url(../images/index_03.jpg);
	left : 0;
	top : 0;
	width : 589px;
	height : 122px;
	background-repeat : no-repeat;
	text-align: center;
}

.left_nav {
background-image :   url(../images/index_07.jpg);
left : 0;
top : 0;
width : 340px;
height : 238px;
background-repeat : repeat;
}

.body_nav {
background-image :   url(../images/index_06.jpg);
width : 660px;
height : 352px;
background-repeat : repeat;
}

.Form_bkg {
background-image :   url(../images/forms_06.jpg);
width : 766px;
height : 352px;
background-repeat : repeat;
}

.left_navb {
background-image :   url(../images/forms_07.jpg);
left : 0;
top : 0;
width : 234px;
height : 238px;
background-repeat : repeat;
}



.btm_nav {
	background-image :   url(../images/index_08.jpg);
	left : 0;
	top : 0px;
	width : 1000px;
	height : 100px;
	background-repeat : no-repeat;
	text-align: center;
}

/*text sizes*/
.header_text {
font-family : verdana,arial,sans-serif,helvetica;
font-size : 14px;
color : #oooooo;
}

.body_text {
	font-family : verdana;
	font-size : 11px;
	color : #000000;
	text-align: left;
}

.footer_text {
font-family : georgia, times new roman , sans-serif;
font-size : 10px;
color : #ffffff;
}

/*links*/
a:link, a:visited {
	color: #59410c;
	text-decoration: none;
	}

a:hover {
	color: #c3894f;
	text-decoration: underline;
	}
	
a:active {
	color: #f60;
	text-decoration: underline;
	font-weight: bold;
}
