/* ==========================================================================
   TrevNet Media Corp.
   http://www.trevnetmedia.com/
   ========================================================================== */

body {
	background-color: #c0c3ae;

}
.cl {
	clear: both;
}
.Wrapper {
	width: 720px;
	margin: 0 auto 30px;
	padding: 25px 20px 50px;
	background-color: #FFFFFF;
}
#Header {

}
#Header img {
	float: left;
}
#Header p {
	float: right;
	text-align: right;
	font-size: 0.7em;
}
#Header a {
	color: #56595a;
	text-decoration: none;
}
#Header a:hover {
	color: #56595a;
}
#Header .blue {
	color: #0000ff;
}
#Header .grey {
	color: #75787b;
}
#Header .nav-text {
	font-size: 1.1em;
}
#Header #grey-box {
	background-color: #666666;
	height: 30px;
	margin-bottom: 5px;
}
#Main {

}
#Content {
	width: 518px;
	float: left;
	font-size: 1em;
}
#Content h1 {
	font-size: 1.1em;
}
#Content h2 {
	font-size: 1.1em;
}
#Content hr {
	color: #ff0002;
	background-color: #ff0002;
	margin-right: 10px;
	height: 3px;
}
#Content p {
	margin: 10px 10px 0 0;
	text-align: justify;
	font-size: 0.9em;
}
#Content li {
	font-size: 0.8em;
}
#Content .emphasis {
	font-size: 1em;
}
#Sidebar {
	width: 187px;
	margin-left: 5px;
	padding: 5px;
	float: right;
	background-color: #6b6b6b;
	color: #FFFFFF;
	font-size: 0.8em;
}

#Sidebar li {
	list-style-image:url('../img/rtoc_arrow.gif');
}
#Sidebar li.current-page {
	list-style-image:url('../img/redbox.gif');
}
#Sidebar a {
	text-decoration: none;
	color: #cdcdcd;
}
#Sidebar a:hover {
	color: #FFFFFF;
}
#Footer {
	clear: both;
	padding-top: 20px;
}
#Footer p {
	font-size: 0.8em;
	color: #aeaeae;
}
#Footer a {
	text-decoration: none;
	color: #aeaeae;
}
