/******************************************/
/********** Default Tags
/******************************************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #faf9f8;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #676767;
}

a:link {

}

a:hover {

}

a:active {

}

a:visited {

}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

/******************************************/
/********** Layout/Structure Tags
/******************************************/

.header {
	width: 100%;
	height: 385px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	clear: both;
}

.header_top {
	width: 770px;
	height: 85px;
	float: left;
	clear: both;
}

.header_banner {
	width: 770px;
	height: 300px;
	float: left;
	clear: both;
}

.mainbanner {
	width: 100%;
	height: 300px;
	background-image: url(../images/mainbanner_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	clear: both;
}

.menu {
	width: 100%;
	height: 57px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	float: left;
	clear: both;
}

.menu_holder {
	width: 648px;
	height: 31px;
	margin-top: 8px;
	float: left;
	clear: both;
}

.body {
	width: 100%;
	background-image: url(../images/body_bgborder.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	float: left;
	clear: both;
}

.body_content {
	width: 645px;
	margin-left: 4px;
	float: left;
	clear: both;
}

.body_banners {
	width: 645px;
	height: 172px;
	margin-top: 16px;
	float: left;
	clear: both;
}

.body_text {
	width: 630px;
	padding: 20px 0px 25px 15px;
	float: left;
	clear: both;
}

.footer {
	width: 100%;
	height: 60px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	float: left;
	clear: both;
}

.footer_content {
	width: 500px;
	margin: 10px 0px 25px 20px;
	float: left;
	clear: both;
}

.footer_content p {
	font-size: 10px;
	line-height: 20px;
}

.footer_content a:link {
	text-decoration: none;
	color: #003399;
}

.footer_content a:hover {
	text-decoration: underline;
	color: #0033FF;
}

.footer_content a:active {
	text-decoration: underline;
	color: #0033FF;
}

.footer_content a:visited {
	text-decoration: none;
	color: #003399;
}

/******************************************/
/********** Banner Boxes
/******************************************/

.box1_holder {
	width: 232px;
	height: 172px;
	float: left;
	clear: both;
}

.box2_holder {
	width: 233px;
	height: 172px;
	float: left;
	margin: 0px 1px 0px 1px;
}

.box3_holder {
	width: 177px;
	height: 172px;
	float: right;
	margin: 0px 5px 20px 20px;
}

/******************************************/
/********** Misc. Font Tags
/******************************************/

#header1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #4b5e80;
	margin-bottom: 10px;
}

#script1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #676767;
}


