BODY
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
IMG
{
	margin: 0;
	padding: 0;
	border: none;
}
/*General alignment definitions*/
.left
{
	float: left;
}
.right
{
	float: right;
}
.center
{
	text-align: center;
}
/*=========================================
Main Container
=========================================*/
#container
{
	margin: 7px auto;
	width: 780px;
	background-image: url(img/content_background2.png);
}
/*=========================================
Header Stuff
=========================================*/
#header
{
	display: block;
	height: 140px;
	background-color: white;
}
#header .titlePad
{
	float: left;
	margin: auto 15px;
}
#header .titleTxt
{
	float: right;
	margin: auto 20px;
	font-weight: bold;
	color: black;
}
#header .titleRight
{
	float: left;
	width: 8px;
	height: 140px;
}
#header .sideRight
{
	float: right;
	width: 8px;
	height: 140px;
}
/*=========================================
Navigation Stuff
=========================================*/
#navigation
{
	display: block;
	height: 32px;
	background-color: gray;
}
#navigation .link
{
	width: 128px;
	height: 32px;
	float: left;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-color: gray;
	background-position: 0 32px;
}
#navigation .linkCurrent
{
	width: 128px;
	height: 32px;
	float: left;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: url(img/navigation_link.png);
	background-position: 0 32px;
}
#navigation A
{
	display: block;
	width: 100%;
	height: 24px;
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding-top: 8px;
	background-color: gray;
	background-position: 0 0;
}
#navigation .linkCurrent A
{
	background-image: none;
	color: blue;
}
#navigation A:hover
{
	background-image: none;
	color: blue;
}
#navigation .right
{
	float: left;
	width: 12px;
	height: 32px;
	background-color: gray;
}
/*=========================================
Bottom Area Stuff
=========================================*/
#bottomBox
{
	background-position: top right;
	padding-top: 5px;
}
/*=========================================
Sidebar Stuff
=========================================*/
#sidebar
{
	width: 161px;
	float: right;
	padding-top: 5px;
	padding-right: 7px;
}
#sidebar .top
{
	width: 144px;
	height: 32px;
	background-color: gray;
	float: right;
}
#sidebar .middle
{
	width: 144px;
	background-color: white;
	float: right;
}
#sidebar .middle A:active
{
	background-image: none;
	color: black;
}
#sidebar .middle A:hover
{
	background-image: none;
	color: blue;
}
#sidebar .middle A:link
{
	background-image: none;
	color: black;
}
#sidebar .middle A:visited
{
	background-image: none;
	color: black;
}
#sidebar INPUT
{
	background: #9B9B9B;
}
#sidebar .bottom
{
	width: 144px;
	height: 4px;
	background-color: white;
	background-repeat: no-repeat;
	/*stupid IE fix*/
	float: right;
	margin-bottom: 16px;
}
#sidebar .link
{
	width: 144px;
	height: 24px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-color: white;
	background-position: 0 24px;
}
#sidebar .link A
{
	display: block;
	width: 100%;
	height: 20px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding-top: 4px;
	background-color: white;
	background-position: 0 0;
}
#sidebar .link A:hover
{
	background-image: none;
	color: blue;
}
#sidebar .link A:active
{
	background-image: none;
}
#sidebar H3
{
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: center;
	margin: 5px 0;
}
#sidebar P
{
	padding: 0 4px;
	font-size: 11px;
	color: black;
}
#sidebar IMG
{
	margin-top: 4px;
	margin-bottom: 2px;
	border: 1px solid #191E25;
	padding: 1px;
	background-color: white;
}
/*=========================================
Content Stuff
=========================================*/
#content
{
	margin-right: 165px;
	padding-left: 7px;
	padding-top: 5px;
	padding-right: 3px;
	margin: 5 5px 5 5;
}
* HTML #content
{
	height: 0.01%;
}
/*IE6 Visual bug fix*/
#contentEnd
{
	clear: both;
	height: 0;
}
/*fixes problems when sidebar is larger than page's content*/
#content .divider
{
	height: 2px;
	background-image: url(img/content_divider.png);
	background-repeat: repeat-x;
}
#content .datePosted
{
	font-size: 10px;
	float: right;
	text-align: right;
	padding: 0;
	margin: 5;
	padding-top: 2px;
	color: black;
}
#content .comments
{
	/*feel free to remove this if you don't use any kind of CMS system*/
	font-size: 10px;
	float: left;
	padding: 0;
	margin: 5;
	padding-top: 2px;
}
#content .quote
{
	text-align: left;
	margin: 16px;
	padding: 16px;
	background-color: white;
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #191E25;
	color: #black;
}
#content A
{
	color: black;
	text-decoration: none;
}
#content A:hover
{
	color: blue;
}
#content P
{
	color: black;
	margin: 5;
}
#content UL
{
	color: black;
	margin: 5;
}
#content LI
{
	margin: 4px 0;
	margin: 5;
}
#content INPUT
{
	background: #9B9B9B;
}
#content SELECT
{
	background: #9B9B9B;
}
#content TEXTAREA
{
	background: #9B9B9B;
}
/*== Content Box =================================*/
#content .conBox
{
	width: 100%;
	margin: 5 auto;
	padding: 5 5px;
	margin-bottom: 16px;
}
#content .conBox
{
	width: 100%;
}
/*stupid IE6 hack for width*/
TR
{
	padding: 5;
	margin: 5;
}
TD
{
	padding: 5;
	margin: 5;
}
#content .top
{
	width: 100%;
	height: 32px;
	margin: 5 auto;
	background-color: gray;
}
#content .contentHeading
{
	font-size: 12px;
	font-weight: bold;
	margin: 5;
	padding: 0;
	color: black;
	padding-bottom: 5px;
}
#content .topLeft
{
	width: 12px;
	height: 32px;
	margin: 5;
	float: left;
	background-color: gray;
}
#content .topRight
{
	width: 12px;
	height: 32px;
	margin: 5;
	float: right;
	background-color: gray;
}
/*===============================================*/
#content .middle
{
	width: 100%;
	margin: 5 auto;
	background-color: white;
}
#content .middleLeft
{
	width: 12px;
	background-color: gray;
}
#content .middleCenter
{
	margin: 5 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#content .middleRight
{
	width: 12px;
	background-color: gray;
}
/*===============================================*/
#content .bottom
{
	height: 12px;
	width: 100%;
	margin: 5 auto;
	background-color: gray;
}
#content .bottomLeft
{
	width: 12px;
	height: 12px;
	background-color: gray;
	float: left;
}
#content .bottomRight
{
	width: 12px;
	height: 12px;
	background-color: gray;
	float: right;
}
/*=========================================
Footer Stuff
=========================================*/
#footer
{
	height: 64px;
	background-color: gray;
}
#footer .leftSide
{
	width: 8px;
	height: 64px;
	background-color: gray;
	float: left;
}
#footer .middle
{
	padding-top: 14px;
	text-align: center;
	color: black;
	font-size: 10px;
}
#footer .rightSide
{
	width: 8px;
	height: 64px;
	background-color: gray;
	float: right;
}
#footer A
{
	color: black;
	text-decoration: none;
}
#footer A:hover
{
	color: blue;
}

