#frame_header {
	background:#ffffff;
	border-style:solid;
	border-width:0px;
	border-top-width:1px;
	border-bottom-width:1px;
}	

#head1 {
	background:#6A7A90;
	border-style:solid;
	border-width:0px;
	border-bottom-width:1px;
}
#head2 {
	background:#a3a3a3;
}
#head3 {
	background:#D7DDE3;
	border-style:solid;
	border-width:0px;
	border-top-width:1px;
	border-bottom-width:1px;
}
#foot1 {
	background:#a3a3a3;
	border-style:solid;
	border-width:0px;
	border-top-width:1px;
	border-bottom-width:1px;
}
#frame_footer {
	background:#D7DDE3;
}

/*
Navigation Blocks
*/
#navframe {
	width:179px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}
#nav_block {
	width:9;
	height:17px;
	padding:0px;
	float:left;
	background:#d5a363;
}
#nav_header {
	width:170px;
	height:17px;
	padding:0px;
	float:left;
	color:#E8E8E8;
	FONT-FAMILY: verdana;
	font-size: 13px;
	text-decoration: bold;
	font-weight: none;
	background:#3F3F3F;
}
#nav_text {
	margin-left:10px;
	padding:0px;
	float:left;
	color:#E8E8E8;
	FONT-FAMILY: verdana;
	font-size: 9px;
	text-decoration: none;
	font-weight: none;
}

/*
Main Blocks
*/
#mainframe {
	width:590px;
	margin-right:auto;
	margin-left:15px;
	margin-top:0px;
	padding:0px;
	text-align:left;
}
#main_block {
	width:9;
	height:17px;
	padding:0px;
	float:left;
	background:#ef4138;
	border-style:solid;
	border-width:0px;
	border-top-width:1px;
	border-bottom-width:1px;
}
#main_header {
	width:581px;
	height:17px;
	padding:0px;
	float:left;
	color:#E8E8E8;
	FONT-FAMILY: verdana;
	font-size: 13px;
	text-decoration: bold;
	font-weight: none;
	background:#6A7A90;
	border-style:solid;
	border-width:0px;
	border-top-width:1px;
	border-bottom-width:1px;
	border-color:#000000;
}
#main_text {
	margin-left:0px;
	padding:0px;
	float:left;
	color:#000000;
	FONT-FAMILY: verdana;
	font-size: 9px;
	text-decoration: none;
	font-weight: none;
}

p,h1,pre {
	margin:0px 10px 10px 10px;
}
	
h1 {
	font-size:14px;
	padding-top:10px;
}
