/* CSS Document */
body,td,th {
	font-family: Century Gothic, Arial;
	font-size: 12px;
	color: #CCCCCC;
}
body {
	background-color: #000000;
	margin-left: 10px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 25px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FFCC00;
}
img {
	border:0px;
}
/* LAYOUT */
.body {
	width:950px;
}
.main {
	float:left;
	width:700px;
}
.right {
	float:right;
	width:230px;
	margin-left:20px;
	text-align:left;
}
.mcell_body {
	background-image:url(assets/bg.gif);
	margin:10px 0px;
}
.head {
	background-image:url(assets/head.jpg);
	width:700px;
	height:27px;
	margin:0px;
}
.subhead {
	padding:0px 0px 20px 0px;
}
.subheadlogo {
	float:left;
	width:393px;
}
.subheadinfo {
	float:left;
	width:227px;
	padding:0px 10px;
	text-align:left;
}
.mbod {
	margin:20px;
	text-align:left;
}
.fcell {
	float:left;
	width:300px;
	margin:0px 10px 20px 10px;
	padding:10px 0px 0px 10px;
	border-top:1px solid #666666;
}
.fcell h2 {
	font-size:20px;
	line-height:27px;
	margin:0px;
	margin-bottom:3px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.fcell img {
	margin:2px;
	margin-right:10px;
	float:left;
}
.fcell img:hover {
	margin:2px;
	margin-right:10px;
}
.foot {
	background-image:url(assets/foot.jpg);
	width:700px;
	height:27px;
	margin:0px;
}
.copy {
	padding-top:10px;
}
/* HEADERS */
h2 {
	margin:0px;
	font-size:1.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
/* CONTENT */
.cover_out {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:2em;
	font-size:3em;
	text-align:center;
}
.cover_info_cell {
	float:right;
	width:250px;
	margin:15px 0px 15px 15px;
	line-height:1.6em;
}
.cover_info_body {
	padding-top:10px;
	clear:left;
	line-height:1.6em;
}
.cover_info_body h3 {
	display:block;
	margin:0px 0px .5em 0px;
	font-size:1.2em;
	line-height:1.7em;
	font-weight:normal;
}
.cover_label {
	font-size:1.1em;
}
.tag_cloud {
	font-size:1.2em;
	margin-top:3.7em;
}
/* MISC */
.clear {clear:both;}
.padright250 {padding-right:250px;}

