* {
    margin: 0px auto;
    padding: 0;
    text-align: left;
    }

body {
    margin: 0px auto;
    padding: 0;
    font-size: .9em;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 1.4;
    text-align: center;
    min-width: 1000px;
    background: #e8e8e8;
    }

#wrap {
    width: 1000px;
    border: 5px solid #fff;
    padding: 0;
    margin: 0px auto;
    background: #fff;
    }

/* Header Elements Begin */

#hdr {
    background: #000;
    border-bottom: 1px solid #fff;
    font-size: .8em;
    color: #666;
    padding: 5px;
    }

#hdr h1 {
    text-align: left;
    margin: 0px;
    font-size: .9em;
    color: #e8e8e8;
    }

.headerleft {
    float: left;
    width: 400px;
    text-align: left;
    }

.headerright {
    float: right;
    text-align: right;
    background: #000;
    color: #DAE2E7;
    font-weight: bold;
    }

.headerspacer {
    margin-left: 20px;
    }

#topbanners {
    margin: 0;
    padding: 0;
    background: #2F24A5;
    text-align: left;
    border-bottom: 1px solid #fff;
    }

#topbanners img {
    border: none;
    padding: 0;
    margin: 0;
    }

/* Menu Begins */

#mainmenu {
    background: url("../images/bright.gif") repeat-x;
	height: 30px;
	margin: 0;
	border-bottom: 1px solid #fff;
    }

#tab {
	margin: 0;
	top: 0;
    }

#tab ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
    }

#tab li {
    display: inline;
	float: left;
	margin: 0;
	padding: 0;
    }

#tab a {
	background: #000000 url("../images/bright.gif") no-repeat right top;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	display: block;
	float: left;
    }

#tab a span {
	display: block;
	background: url("../images/bleft.gif") no-repeat left top;
	padding: 0 20px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
    }

#tab a:hover,#tab li.item_active a {
	background-position: right bottom;
	border-color: #000;
    }

#tab a:hover span,#tab li.item_active a span {
	background-position: left bottom;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
    }

/*-------------------------------*/
/* Main Content Structure Begins */
/*-------------------------------*/

/* Content div contains all of the columns */

#content {
    width: 1000px;
    padding: 0;
    margin: 10px 0px 0px 0px;
    background: #fff;
    }

.content-chunk-header {
    background: #E8EBEE;
    border: 1px solid #D9DEE3;
    border-bottom: 1px solid #CAD1D8;
    padding: 2px 0px;
    }

/* Contentleft contains the left and middle columns */

#contentleft {
    width: 685px;
    float: left;
    background: #fff;
    padding: 0;
    margin: 0;
    text-align: left;
    }

/* Footer below */

#footer {
    clear: both;
    text-align: center;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background: #fafafa;
    margin: 0px;
    padding: 3px 0px 3px 10px;
    font-size: .7em;
    color: #666;
    }	
