@charset "utf-8";
/* CSS Document */

#mainContainer /*contains everything in the site*/
{
	position: relative;
	background-image: url(../images/bg_content-bed.jpg);
	background-repeat: no-repeat;
	background-color: #999999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 948px;
}
	
#contentTop /*contains top of page background image as a "bed" for any navigation and link content*/
{
	background-image: url(../images/bg_top.png);
	background-repeat: no-repeat;
	height: 178px;
	width: 948px;
}

#logoTop
{
	width: 330px;
	height: 178px;
}

#navigation
{
	background-image: url(../images/bg_content-top-nav.gif);
	background-repeat: no-repeat;
	width: 934px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
}
	
#contentMid /*provides the "bed" or background for the content area*/
{
	background-image: url(../images/bg_content-mid.png);
	background-repeat: repeat-y;
	width: 934px;
	margin-left: auto;
	margin-right: auto;
}	

#tableMidLayout
{
	margin-left: auto;
	margin-right: auto;
}

#tableContent
{
	width: 566px;
}

#content
{
	width: 546px;
	max-width: 546px;
}

#tableSideBar
{
	width: 322px;
}

#sidebar
{
	width: 302;
	margin-left: 20px;
}

#contentMid a, #contentMid a:link, #contentMid a:active, #contentMid a:visited
{
	color: #99FF00;
	text-decoration: none;
}

#contentMid a:hover
{
	text-decoration: underline;
}

#contentBtm
{
	background-image: url(../images/bg_content-btm.png);
	background-repeat: no-repeat;
	width: 934px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
}


/* TAG STYLES */

body {
	background-color: #1E1E1E; 
	background-image:url(../images/bg_page.gif); 
	background-repeat:no-repeat;
	background-position:top;
	background-attachment: fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	color: #FFF;
}

p /*fixes problem with gaps in vertical seperation of div background elements*/
{
	margin-top: 10px;
	margin-bottom:0px;
	line-height: 22px;
}

h2
{
	font-size:18px;
	color: #788087;
	margin-top: 10px;
	margin-left: 8px;
}

hr
{
	color: #788087;
	height: 1px;
	width: 96%;
}

li
{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* PAGE CLASSES */

.headerImage
{
	margin-top: 20px;
	margin-bottom: 10px;
}

