@import url('reset.css');
@import url('menu.css');
body
{
	background-color:#b2bdc5;
}
#wrapper
{
	background-color:#21262a;
}
/*---------------------------------------*/
#secondaryNav
{
	background-color:#95a7b3;
}
#secondaryNav ul
{
	background-color:#5f6f7c;
	margin-top:10px;
	height:20px;
}
#secondaryNav ul li
{
	float:right;
	margin-right:10px;
}
#secondaryNav ul li a
{
	color:#e0e0e0;
	font-size:14px;
	font-weight:bold;
}
#secondaryNav ul li a:hover
{
	color:#21262a;
}
/*---------------------------------------*/
#inner-wrapper
{
	background-image:url(../images/banner.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:800px;
	margin:0px auto;
}
/*---------------------------------------*/
#mainContent
{
	width:550px;
	padding-bottom:10px;
	float:left;
	background-color:#d8d9db;
}
h1
{
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	padding:5px;
	background-color:#e0e0e0;
	color:#F00;
}
#mainContent p
{
	margin: 5px;
	line-height:20px;
}
#mainContent ol
{
	margin: 0 5px 0px 30px;
}
#mainContent ol.lower-alpha
{
	list-style:lower-alpha;
}
/*---------------------------------------*/
#subContent
{
	width:240px;
	margin-left:10px;
	float: left;
}
#subContent h2
{
	font-size:105%;
	color: #FFF;
	text-indent: 10px;
	margin: 5px 0px;
}
#quickNav li
{
	width:200px;
	height: 40px:
}
#subNav li
{
	margin-left:20px;
	list-style: square;
	color: #999;
}
#subNav li a
{
	color: #999;
}
#subNav li.disabled a
{
	text-decoration: line-through;
}
/*---------------------------------------*/
#footer
{
	width:800px;
	margin:0px auto;
}
#footer .empty
{
	height:10px;
	width:550px;
	background-color:#d8d9db;
}
#footer p
{
	padding:5px;
	font-size:12px;
	font-weight:bold;
	color:#21262a;
}