.bgbody{background-image:url(images/global/bg_body.png); background-repeat:repeat-y; background-position:center;}

.bgbottom{background-image:url(images/global/bg_bottom.png); background-position:center; height:33px;}
.bgtop{background-image:url(images/global/bg_top.png); background-position:center; height:33px;}

body {
	font: 9pt Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	background-color:#ebeceb;
}
div#container {
	width: 900px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:0px solid #333333;
}
div#header {
	font-size:11px;
	height:100px;
	background-image:url(images/global/qepiheader.jpg);
	background-repeat:no-repeat;
	padding-top:0px;
}
div#header p {
	margin:0px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

div#nav {
	background:#343F48;
}
div#pageHeading {
	font-weight:bold;
	font-size:18px;
	text-align:left;
	margin: auto;
	padding-bottom:0px;
}
div#mainContent {
	margin: 10px 70px 20px 70px; /* space outside the div box */
	padding: 0px; /* space inside the div box */
	background: #FFFFFF;
}

div#homeContent {
	background:#CCCCCC;
	
}
div#homeContent .list {
	list-style:none;
	padding-bottom:49px;
	margin:0px;
	padding-left:0px;
}
.subheading{
	font-weight:bold;
	font-size:18px;
}

.indexsubhead{
    font-weight:bold;
    font-size:17px;
}

.indexsubheadsmall{
    font-weight:bold;
    font-size:15px;
}

.subhead{
    font-weight:bold;
    font-size:15px;
}

div#upperfooter { 
	background:#343F48;
	height:25px;
} 
div#footer { 
	background:#ABABAB;
	padding-bottom:10px;
	padding-top:10px;
}
div#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
}

p {
	color: #000000;
}

a:link {
	color: #3D7DA8;
	font-weight:bold;
	text-decoration:underline;
}

a:visited {
	color: #666666;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:#669966;
	text-decoration: underline;
}

.menuItem a:link, .menuItem a:visited
{
    color:#FFFFFF;
    background-color:#343F48;
    font-family:Arial;
    text-decoration:none;    
}

.menu
{
    background-color:#343F48;
    height:25px;
}

.subMenuItem a:link, .subMenuItem a:visited
{
    color:#FFFFFF;
    background-color:#343F48;
    font-family:Arial;
    font-size:medium;
}

.subMenu
{
    text-align:left;
    font-size:smaller;
    background-color:#343F48;
    border:0px Solid #000000;
    margin-top:5px;    
}

.tableHeader
{
    background-color:#dddddd;
    color:#000000;
}

.contentheader
{
    font-size: 14px;
    font-weight: bold;
}

.textbold
{
    font-weight: bold;
}