@charset "UTF-8";

body{margin:0;padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	text-align:center;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	background-image:url(images/coor_filler.jpg);
	background-repeat:repeat;
	background-position:0 0;

	}

/*-----------------centers content in window-----------------------*/

.page-box {width:100%;
	text-align: center;
	}
.content-box {width: 828px;
	text-align:left;
	margin: 0 auto;
	}

/*-----------------general page body content-----------------------*/

.main {width: 828px;
	height:690px;
	overflow:visible;
	position:relative;
}

/*-----------------header area-----------------------*/


#top_header_area {
	width:828px;
	position:relative;
	top:0px;
	left:0px;
}

/*-----------------center/body area-----------------------*/

#body_area {width:828px;
	height:372px;
	position:relative;
	}
	
#side_spacer {
	width:31px;
	height:372px;
	background-image:url(images/index_02.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	position:absolute;
	top:0px;
	left:0px;
}
	
#flash_container {
	width:557px;
	height:372px;
	position:absolute;
	top::0px;
	left:31px;
}
#side_nav_container {
	width:225px;
	height:279px;
	position:absolute;
	margin-left:588px;
	background-image:url(images/index_04.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	position:absolute;
	top:0px;
	left:0px;
	padding-top:93px;
	padding-left:15px;
}

#side_nav_container li {
	list-style:url(images/coor_filler.jpg);
}

#side_nav_container li a {
	color:#FFF;
	text-decoration:none;
	font-variant:normal;
	font-weight:normal;
}
#side_nav_container li a:link {
	color:#FFF;
	text-decoration:none;
	font-variant:normal;
	font-weight:normal;
}
#side_nav_container li a:hover {
	color:#0066D0;
	text-decoration:underline;
	font-variant:normal;
	font-weight:normal;
}

	
/*-----------------copyright/legal area-----------------------*/

#footer_area {width:828px;
	height:30px;
	position:relative;
	font-size:8px;
	color:#FFF;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	}
	
	
#copyright_area {width:500px;
	height:25px;
	padding-top:5px;
	position:absolute;
	top:0px;
	left:31px;
	color:#FFF;
	}
	
#other_links_area {width:200px;
	height:25px;
	padding-top:5px;
	position:absolute;
	top:0px;
	left:593px;
	color:#FFF;
	}
	
	
/*-----------------logobar container-----------------------*/

	
#logobar_area {width:768px;
	height:56px;
	margin-left:30px;
	margin-right:30px;
	position:relative;
	background-color:#FFF;
	}
	
/*-----------------type styles -----------------------*/

.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:normal;
	line-height:16px;
	color:#FF9;
	}
	
.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#FF9;
	font-style: normal;
	}
	
	
.body_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	color:#FFF;
	}
	
a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

a:link {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;

}
a:hover {
	
	font-weight:bold;
	color:#FFF;
	text-decoration:underline;
}
