* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

body {
	background-color: #bc7e05;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

p {
	margin-bottom: 4px;
	margin-top: 0px;
}

td {
	vertical-align: top;
}

/* --------------- CONTENT PAGES --------------- */

#container {
	margin: 0px auto;
	text-align: left;
	width: 968px;
}
#left {
	width: 222px;
	float: left;
	
}
#topLeft {
	background-color: #bc7e05;
	padding-top: 22px;
}
#midLeft {
	width: 222px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	border: 0px solid #0f0;
}
#midLeft .navImg {
	border: 0px;
	margin: 0px 36px 0px 0px;
}
#leftImg {
	margin-top: 10px;
}
#content {
	background-image: url(images/bg_yellow_static.gif);
	background-repeat: repeat-y;
	background-position: 100px 100px;
	height: 100%;
	
}
#main {
	float: left;
	width: 740px;
}
#tabs {
	
	padding-top: 54px;
}
#tabs img {
	border: 0px;
}
#pageTitle {
	background-color: #000;
	background-image: url(images/page_title_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #fff;
	height: 26px;
	padding-left: 6px;
	font-size: 18px;
	font-weight: normal;
	position: relative;
}
#menuAnchor {
	position: absolute;
	left: 500px;
	top: 4px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	z-index: 10;
}
#menu {
	position: absolute;
	top: 17px;
	left: -30px;
	width: 225px;
	border: 2px solid #000;
	z-index: 5;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	padding: 5px;
	visibility: hidden;
}
#menuAnchor a {
	color: #fff;
	text-decoration: none;
}
#menuAnchor a:hover {
	text-decoration: underline;
}
#menu dd {
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu dd a {
	color: #fff;
}
#menu dd a:hover {
	text-decoration: none;
}
#contentMain {
	background-color: #F6F9AA;
	background-image: url(images/main_right_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
}
#contentMainLeft {
	float: left;
	width: 540px;/*425*/
	padding: 4px 8px 0px 3px;
	/*border-right: 1px solid #777;*/
	margin-top: 8px;
	min-height: 470px;
	height: 100%;
}
#contentMainLeft ul, #contentMainLeft ol {
	margin-left: 20px;
}
#contentMainLeft p {
	margin-bottom: 10px;
}
#contentMainRight {
	float: left;
	width: 135px;/*250*/
	padding: 5px 8px 0px 8px;
	height: 100%;
}
#contentMainRight li {
	margin-bottom: 5px;
}
#contentMainRight img {
	margin-top:10px;
	margin-right:-50px;
}
#bottom {
	clear: both;
}
#bottomLeft {
	float: left;
	text-align: right;
	margin-left: 100px;
}
#bottomMain {
display: inline-block;
	background-image:url(images/main_bottom_bg.gif);
	background-repeat: repeat-x;
	text-align: right;
	padding: 0px;
	margin: 0px;
	height: 55px;
	width: 740px;
}
#footer {
	font-size: 10px;
	color: #fcd68d;
	clear: both;
	margin: 10px;
}
h1, h2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
h3	{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 2px;
}
table.maincontent {
	background-color: #000;
}
table.maincontent td {
	padding: 4px;
	background-color: #F6F9AA;
}

/*--- * html div...  to fix problem with doubled margins in IE -- */

/* --------------- HOME/SPLASH PAGE --------------- */

.spl_content {
	font-size: 12px;
	padding-right: 4px;
	padding-left: 4px;
	vertical-align: middle;
	text-align: left;
}

.spl_links {
	font-size: 11px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: left;
}

.spl_links a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #575B06;
	padding-left: 15px;
}
.spl_links a:hover {
	text-decoration: underline;
}
.spl_footer {
	color: #f6f9aa;
}
.spl_footer a {
	color: #f6f9aa;
}

/* --------------- CLEAR FIX --------------- */
.clearfix:after {
	content: "_";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/*hide from IE mac \*/
*html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */
.quotes {
	font-style: italic;
	text-align: center;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}
