body {
	margin: 0px;
	padding: 0px;
	border: 1px solid #C8C8C8;
	background: #D3D3C9 url(/images/interface/body_top_left_bg.jpg) no-repeat left top;
	text-align: center;
	font-family: verdana;
}

h1 {
	font-family: Trebuchet MS;
	font-size: 47px;
	color: #666666;
	font-weight: normal;
	line-height: 110%;
	letter-spacing: .2em;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS;
	font-size: 17px;
	font-weight: normal;
	color: #6E7178;
}

/* INTERFACE DIV CLASSES */

#body_container {
	width: 100%;
	background: url(/images/interface/body_top_right_bg.jpg) no-repeat right top;
}
#global_header {
	position: absolute;
	display: block;
	width: 450px;
	height: 45px;
	padding: 4px;
	text-align: center;
	margin-left: 200px;
	background: url(/images/interface/global_header_bg.jpg) no-repeat right top;
}

#page_container {
	margin-left:auto; 
	margin-right:auto;
	width: 900px;
	text-align: left;
}

#page_header {
	border-bottom: 1px solid #6E7178;
	margin-bottom: 0px;
}

#page_nav {
	float: right;
	width: 436px;
	height: 37px;
	background: url(/images/interface/nav_bg.jpg) no-repeat right top;
	padding:12px;
	text-align: center;
	margin-right: 8px;
	margin-top: -38px;
	
}

#page_footer {
	clear:both;
	width: 98%;
	font-size: 80%;
	text-align:right;
	border-top: 1px solid #6E7178;
	padding: 4px;
}


.content_block {
	width: 100%;
}
.content_block_hdr {
	border-bottom: 1px solid #B1B2B0;
	letter-spacing: .2em;
}
.content_block_text {
	background: url(/images/interface/content_block_bg.jpg) no-repeat left top;
	font-size: 80%;
	font-weight: normal;
	line-height: 200%;
	padding: 6px;
}

.content_block_text p {
	margin: 0px 0px 1em 0px;
	
}

.tags_container {
	width: 445px;
	background: url(/images/interface/tag_bg.jpg) repeat-y left;
	color: #FFFFFF;
	
}
.tags_content {
	line-height: 250%;
	padding: 40px 20px 10px 20px;
	background: url(/images/interface/tag_top_bg.jpg) no-repeat left top;
}
.tag_links {
	font-weight: normal;
	line-height: 250%;
	padding: 20px 20px 10px 20px;
}
.tags_ftr {
	height: 20px;
	background: url(/images/interface/tag_bot_bg.jpg) no-repeat left bottom;
}

/* LINK CLASSES */

#global_header a:link, #global_header a:visited {
	padding: 0px 40px 0px 40px;
	color: #000000;
	font-size: 80%;
	text-align: left;
	text-decoration: none;
}

#global_header a:hover {
	text-decoration: underline;
}

#page_nav a:link, #page_nav a:visited {
	padding: 0px 10px 0px 10px;
	color: #000000;
	font-size: 80%;
	text-align: left;
	text-decoration: none;
}

#page_nav a:hover {
	text-decoration: underline;
}

.content_block_text a:link, .content_block_text a:visited {
	font-weight: bold;
	color: #285193;
	text-decoration: underline;
}
.content_block_text a:hover {
	text-decoration: underline;
}


/* TAG LINKS CLASSES */
.tags_content {
}
.tags_content a:link, .tags_content a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.tags_content a:hover, .tag_links a:hover {
	text-decoration: underline;
	background-color:#285193;
	color: #FFFFFF;
}

.tag1 		{ vertical-align: middle; font-size: 80%; font-weight:normal; }
.tag2 		{ vertical-align: middle; font-size: 90%; font-weight:normal; }
.tag3 		{ vertical-align: middle; font-size: 90%; font-weight:bold; }
.tag4 		{ vertical-align: middle; font-size: 100%; font-weight:normal; }
.tag5 		{ vertical-align: middle; font-size: 110%; font-weight:normal; }
.tag6 		{ vertical-align: middle; font-size: 130%; font-weight:normal; }
.tag7 		{ vertical-align: middle; font-size: 150%; font-weight:normal; }
.tag8 		{ vertical-align: middle; font-size: 170%; font-weight:normal; }
