/* CSS Document */


BODY {
	margin: 0px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 62.5%;
	}
	
A {
	color: #6D7AC0;
	text-decoration: none;
	font-style: italic;
	}
	
A:HOVER {
	text-decoration: underline;
	}

H1 {
	margin: 12px 0 20px 0;
	font-size: 1.3em;
	color: #E5B862;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.1em;
	}
	
H2 {
	margin: 12px 0 12px 0;
	font-size: 1.0em;
	color: #666666;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0.05em;
	text-align: center;
	}
	
H3 {
	margin: 12px 0 6px 0;
	font-size: 1.0em;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.06em;
	}

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 800px;	
	}
	
	
#logo {
	position: absolute;
	display: block;
	background-image: url("img/logo.jpg");
	width: 191px;
	height: 189px;
	}

#header {
	position: absolute;
	top: 0px;
	left: 191px;
	display: block;
	background-image: url("img/header.jpg");
	width: 604px;
	height: 189px;
	}
	
#border_right {
	position: absolute;
	top: 0px;
	left: 793px;
	display: block;
	background-image: url(img/border_right.jpg);
	width: 6px;
	height: 689px;
	z-index: 2;
	}

#content_wrapper {	
	position: absolute;
	top: 189px;
	left: 161px;
	}
	
#content {
	position: relative;
	display: block;
	padding: 16px 20px 24px 64px;
	background: url("img/content_bg.jpg") top right no-repeat;
	background-color: #F0F5FF;
	width: 546px;
	min-height: 550px;
	border-left: 2px solid #D8E3F7;
	border-right: 2px solid #D8E3F7;
	font-size: 1.4em;
	line-height: 1.5em;
	z-index: 1;
	}
	
#content p {
	margin: 0 0 12px 0;
	}
	
#content_bottom {
	position: relative;
	display: block;
	margin-bottom: 36px;
	background-image: url(img/content_bottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 640px;
	height: 32px;
	z-index: 1;
	}

#block_left {
	position: absolute;
	top: 192px;
	left: -36px;
	width: 184px;
	height: auto;
	}

/* Navigation Classes */
	

.nav {
	position: relative;
	margin-bottom: 20px;
	}
	
.nav_item {
	position: relative;
	width: 184px;
	font-size: 1.4em;
	text-align: right;
	z-index: 2;
	}
		
.nav_item a {
	display: block;
	margin: 0px;
	padding: 6px 10px 0 0;
	background: transparent;
	background: url("img/nav_item.gif") top right no-repeat;
	width: 174px;
	height: 27px;
	color: #999999;
	font-style: normal;
	text-decoration: none;
	}
	
.nav_item a:hover, .nav_item p {
	display: block;
	margin: 0px;
	padding: 6px 10px 0 0;
	background: url("img/nav_item_selected.gif") top right no-repeat;
	width: 174px;
	height: 27px;
	color: #666666;
	font-weight: normal;
	}
	
	
	
/* News Classes */
	
	
#news {
	position: relative;
	padding-top: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.news_header {
	background: url("img/news_header.gif") top right no-repeat;
	margin: 0px;
	padding: 6px 10px 0 0;
	width: 174px;
	height: 22px;
	font-size: 1.4em;
	font-style: italic;
	text-align: right;
	}

.news_content {
	margin: 0px;
	padding: 6px 10px 6px 0;
	width: 173px;
	height: auto;
	border-right: 1px solid #D8E3F7;
	font-size: 1.2em;
	color: #8B8B8B;
	line-height: 1.3em;
	text-align: right;
	}
	
.news_content a{
	font-style: italic;
	}
	
.news_content h1 {
	margin: 0 0 6px 0;
	font-size: 1em;
	color: #8B8B8B;
	font-weight: bold;
	letter-spacing: normal;
	}
		
.news_bottom {
	background: url("img/news_bottom.gif") bottom right no-repeat;
	margin-bottom: 30px;
	padding: 0 10px 0 0;
	width: 174px;
	height: 5px;
	}
	
	

/* Table Classes */
	
	
.cell26px {
	width: 20px;
	padding: 2px 4px 4px 0;}
	
/* Misc Classes */

.image_centered {
	text-align: center;
	margin: 6px 0 12px 0;
	}
	
.blink {
	text-decoration: blink;
	}

.border_bottom_dark {
	margin-bottom: 4px;
	padding: 2px 0 0 3px;
	border-bottom: 1px dotted #999999;
	}
	
.border_bottom {
	padding: 2px 0 3px 3px;
	border-bottom: 1px dotted #cccccc;
	}
	
.border_top {
	padding: 4px 0 4px 0;
	border-top: 1px dotted #cccccc;
	}
	
.am_return {
	font-size: 1.5em;
	}
