@charset "UTF-8";
/* CSS Document */

body {
	background: #E9E9E9 url(../images/background_image.jpg) repeat-x;
	text-align: center;
}

/* layout containers */

#master {
	width: 800px;
	margin: 0px auto;
}
#container_head {
	position: relative;
	background: url(../images/container_header.jpg) no-repeat;
	height: 132px;
}
#container_mid {
	background: url(../images/container_mid.jpg) repeat-y;
	padding: 0px 0px 0px 18px;
}
#container_footer {
	background: url(../images/container_footer.jpg) no-repeat;
	height: 35px;
}

/* Navigation */

#nav_container {
	background: url(../images/nav_mid.jpg) repeat-y;
	position: relative;
	float: left;
	width: 187px;
}
#nav_footer {
	background: url(../images/nav_footer.jpg) no-repeat;
	width: 187px;
	height: 48px;
	vertical-align: bottom;
}
#navigation ul{
	list-style: none;
	text-align: left;
	width: 179px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
}
#navigation ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
	line-height: 21px;
	background: url(../images/nav_normal.jpg) repeat-x;
	height: 21px;
	display: block;
	font-style: italic;
}
#navigation ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
	line-height: 21px;
	background: url(../images/nav_over.jpg) repeat-x;
	height: 21px;
	display: block;
	font-style: italic;
}

/* content containers */

#main_container {
	float: right;
	text-align: left;
	width: 577px;
	margin: 0px 18px 0px 0px;
	background: url(../images/main_container_mid.jpg) repeat-y;
}
#main_container_head {
	background: url(../images/main_container_header.jpg) no-repeat;
	height: 9px;
}
#main_container_mid {
	background: url(../images/main_container_mid.jpg) repeat-y;
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 10px;
}
#main_container_footer {
	background: url(../images/main_container_footer.jpg) no-repeat;
	height: 11px;
}
#highlight_container {
	width: 557px;
	left: 10px;
	position: relative;
}
#content_highlight_top {
	background: url(../images/content_highlight_top.jpg) no-repeat;
}
#content_highlight_mid {
	background: url(../images/content_highlight_mid.jpg) repeat-y;
	padding: 5px 0px 5px 5px;
}
#content_highlight_bottom {
	background: url(../images/content_highlight_bot.jpg) no-repeat;
}
#clearingBottom {
	clear: both;
	height: 0px;
}

/* layout text */

#main_container_mid a{
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}
#main_container_mid a:hover{
	color: #990000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-type: none;
	list-style-image: none;
}
#main_container_mid ul li{
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-type: none;
	margin: 0px auto;
}
.main_text_bold {
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
.main_text_heading {
	color: #666666;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 25px 0px 18px;
	text-align: left;
	font-weight: bold;
}
#head_text {
	float: right;
	text-align: right;
	color: #666666;
	padding: 35px 28px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#head_text a{
	text-align: right;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
#head_text a:hover{
	text-align: right;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
#footer_text {
	font-size: 9px;
	color: #999999;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#footer_text a{
	font-size: 9px;
	color: #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
#footer_text a:hover{
	color: #990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 8px;
	text-decoration: underline;
}
#hr {
	color: #999999;
}

/* images */

#main_image {
	position: relative;
	left: 10px;
}
#content_image {
	position: relative;
	left: 5px;
}