@charset "UTF-8";


a:link {
	COLOR: #003366;
	text-decoration: none;
}

a:visited {
	
	COLOR: #003366;
	text-decoration: none;
}
a:hover {
	COLOR: #8b9db9;
	text-decoration: none;
}

a:active {
	COLOR: #8b9db9;
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/graphics/bkg_background.gif);
}

#container {
	width: 834px;
	height: 620px;
	padding: 0px;
	margin: 0 auto;
	background-repeat: no-repeat;  
}

#header {
	width: 834px;
	height: 103px;
	padding: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/graphics/bkg_header.gif);
	background-repeat: no-repeat;  
}

#header_left {
	float: left;
	width: 313px;
	height: 103px;
	padding-left: 55px;
}	
	
#header_right {
	float: right;
	width: 100px;
	height: 24px;
	padding-top: 12px;
	padding-bottom: 67px;
	padding-right: 55px;
}

#subheader{
	width: 834px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/graphics/bkg_subheader.gif);
	background-repeat: no-repeat;
	float: clear;
}

#subheader_left {
	float: left;
	width: 219px;
	height: 22px;
	padding-left: 55px;
}	
	
#subheader_right {
	float: right;
	width: 14px;
	height: 22px;
	padding-right: 55px;
}

#menu {
	width: 834px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/graphics/bkg_menu.gif);
	background-repeat: no-repeat;
	float: clear;
}

#menu_options {
	width: 724px;
	height: 21px;
	padding-left: 55px;
	padding-right: 55px;
}

#content {
	width: 724px;
	height: 319px;
	margin: 0px;
	padding-left: 55px;
	padding-right: 55px;
	font-family: Palatino, sans-serif;
	font-size: 14px;
	background-image: url(../images/graphics/bkg_content.gif);
	background-repeat: no-repeat;
}

#bottomline {
	width: 779px;
	height: 26px;
	padding-left: 55px;
	margin: 0px;
	background-image: url(../images/graphics/bkg_bottomline.gif) ;
	background-repeat: no-repeat;
}

#footer {
	width: 834px;
	height: 128px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/graphics/bkg_footer.gif);
	background-repeat: no-repeat;
}

#footer_left {
	float: left;
	padding-top: 13px;
	padding-left: 55px;
	width: 362px;
	height: auto;
	text-align: left;
	vertical-align: text-top;
	font-family: Lucida Grande, sans-serif;
	font-size: 10px;
}

#footer_right {
	float: right;
	padding-top: 13px;
	padding-right: 55px;
	width: 362px;
	height: auto;
	text-align: right;
	vertical-align: text-top;
	font-family: Lucida Grande, sans-serif;
	font-size: 10px;
}
