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

/* background images */

/* index page */

.index_top {
background-image :   url(../images/main_top_01.jpg);
left : 0;
top : 0;
width : 900px;
height : 80px;
background-repeat : no-repeat;
}

.index_topb {
background-image :   url(../images/mainb_02.jpg);
left : 0;
top : 0;
width : 373px;
height : 80px;
background-repeat : no-repeat;
}

.top_nav {
background-image :   url(../images/mainb_05.jpg);
left : 0;
top : 0;
width : 707px;
height : 43px;
background-repeat : no-repeat;
}

.main_nav {
background-image :   url(../images/blankb_03.jpg);
left : 0;
top : 0;
width : 194px;
height : 762px;
background-repeat : no-repeat;
}

.intro_bkg {
background-image :   url(../images/main_07.jpg);
left : 0;
top : 0px;
width : 785px;
height : 101px;
background-repeat : no-repeat;
}

.main_bkg {
background-image :   url(../images/blank_05.jpg);
left : 0;
top : 0px;
width : 785px;
height : 799px;
background-repeat : repeat;
}

.main_bkgb {
background-image :   url(../images/mainb_08.jpg);
left : 0;
top : 0px;
width : 706px;
height : 91px;
background-repeat : repeat;
}

.btm_bkg {
background-image :   url(../images/main_11.jpg);
left : 0;
top : 0px;
width : 900px;
height : 196px;
background-repeat : no-repeat;
}

/*text sizes*/
.header_text {
font-family : Trebuchet MS,Arial,Verdana,sanserif ;
font-size : 15px;
color : #000000;
}

.body_text {
font-family : Trebuchet MS,Arial,Verdana,sanserif ;
font-size : 12px;
color : #000000;
}

.body_textb {
font-family : arial,helvetica,clean,sans-serif ;
font-size : 13px;
color : #ffffff;
}

.nav_text {
font-family : arial,helvetica,clean,sans-serif ;
font-size : 10px;
color : #4b4b4bb;
}

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

a:hover {
	color: #429A15;
	text-decoration: underline;
	}
	
a:active {
	color: #f60;
	text-decoration: underline;
}
