
<style type="text/css">
/*reset
-------------------------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/*fonts
-------------------------------------------------------------------------------------------*/
body {
	font:13px tahoma,arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	color:#404040;
}
table {
	font-size:inherit;
	font:100%;
}
select, input, textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
pre, code {
	font:115% monospace;
	*font-size:100%;
}
body * {
	line-height:1.22em;
}
/*General Layout
-------------------------------------------------------------------------------------------*/
body {
  background: url(../../images/bgrepeat.gif) repeat-x white;
  text-align:center;
}
/* Wrapper - overall div the defines structure / widths */
/* Wrapper fixed width centered */
#wrapper {
	width: 888px;
  	margin: 0 auto; 
  	text-align: left;
	background-color: white;
	background: url(../../images/mainarea.gif) repeat-y left;
	padding-left:30px;
	padding-right:30px;
	min-height:500px;
} 

/* Header area - contains logo and any other header elements */

#topbar {
	background: url(../../images/topbar.gif) no-repeat top left;
	padding-top:17px;
	width: 888px;
  	margin: 0 auto;
  	margin-top: 20px;
}

#bottombar {
	background: url(../../images/bottombar.gif) no-repeat top left;
	padding-top:33px;
	width: 888px;
  	margin: 0 auto;
  	margin-bottom: 20px;
}

#branding h1 {
	padding:10px;
}
#logo {
	padding-top:5px;
	color:#FFF;
}

#flash{
	float:left;
	width: 581px;
	height: 223px;
	border: 1px black solid;

}

#rightbox{
	float:left;
	border: 1px #acb13b solid;
	background: url('../../images/rightgradient.jpg') repeat-x bottom #ece1b4;
	height:223px;
	width:233px;
	margin-left:15px;
}

#drillleft{
	float:left;
	border: 1px #acb13b solid;
	background: url('../../images/rightgradient.jpg') repeat-x top #ece1b4;
	width:233px;
	margin-right:15px;
}

#drillmain{
	float:left;
	width: 582px;
	margin-top:8px;
}

#mainContentA{
	width: 581px;
	float:left;
}

#mainContentB{
	float:left;
	width:233px;
	margin-left:15px;
}

/* Navigation Area */
/* Menu System class selectors*/
/* 
	menu-top        First menu tag only
    menu-parent     Every parent menu item of the current page.
    menu-current    Only the menu item for the current page.
    menu-sibling    Every sibling of the current page.
    menu-child      Every sub-menu of the current page.
    menu-expand     Every menu item with children.
    menu-first      First item in any menu or sub-menu.
    menu-last       Last item in any menu or sub-menu.
 */
/* Main navigation */
#contentleft {
	width: 150px;          /* Set this to the width of the Left Column - #navCol */
	right: 150px;          /* Set this to the width of the Left Column - #navCol */
	margin-left: -100%;	
}
/*** IE6 Fix ***/
* html #Contentleft {
	margin-left: -720px;  /* Set this to the negative width of the Wrapper */
}

.seperator{
	clear:both;
	margin-bottom:15px;
	height:1px;
	background-color:#969a77;
	width:834px;
}

#navigation{
	margin-top:10px;
	margin-bottom:10px;
	height:30px;
	width:834px;
	border-top: 1px #969a77 solid;
	border-bottom: 1px #969a77 solid;
}

#mainNav {
}
#mainNav ul {
	list-style:none;
}
#navigation ul li, #subNav ul li{
	float:left;
	font-size:14px;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:10px;
}

#drillleft ul li{
	font-size:13px;
	padding-bottom:7px;
	padding-right:10px;
	margin-left:15px;
	margin-right:15px;
	margin-top:8px;
	margin-bottom:8px;
	border-bottom:1px #978f68 solid;
}

#mainNav ul li a, #mainNav ul li a:visited {
	color:#888c5a;
	text-decoration:none;
}
#mainNav a:hover {
	text-decoration:underline;
}
#mainNav a  {
	padding-right:10px;
	background: url(../../images/sidedivit.gif) right no-repeat;
	color:#888c5a;
	text-decoration:none;
}

#drillleft a.menu-current,
#drillleft a.menu-parent,
#drillleft a.menu-sibling,
#drillleft a.menu-last,
#drillleft a.menu-first,
#drillleft a.menu-child {
	color:#888c5a;
	text-decoration:none;
}

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

#mainNav a.menu-current, #mainNav a.menu-parent{
	font-weight:bold;
}

#mainNav a.menu-last{
	background:none;
}

#mainNav .menu-current a:hover, #mainNav .menu-parent a:hover, #mainNav a.menu-current:hover, #mainNav a.menu-parent:hover, #mainNav a.menu-sibling:hover, #mainNav a.menu-last:hover, #mainNav a.menu-first:hover {
	color:#888c5a;
	text-decoration:underline;
}
/* Secondary Navigation */
#subNav {
	background-color:#CCCCCC;
	width:150px;
}
#subNav a {
	color:#888c5a;
}
#subNav a:hover{
	color:#333;
	text-decoration:none;
}
#subNav .menu-current a, #subNav .menu-parent a, #subNav a.menu-current, #subNav a.menu-parent {
	color:#888c5a;
}
/* Auxillary Navigation - Home | Search | etc, usually in top right corner */
#auxNav {
	color:#fff;
	font-size:85%;
	float:right;
	line-height:14px;

	padding:10px;
}
#auxNav li {
	float:left;
}
#auxNav a{
	color:#FFF;
}
#auxNav a:hover {
	color:#333;
	text-decoration:none;
}

#searchform{
	background-color:#eae1b6;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	border-bottom: 1px #acb13b solid;
}


#bigtitle{
	border:1px black solid;
	float:left;
	width:582px;
}

#titletext{
	border-top: 10px #a8ac34 solid;
	background: #edf0a1;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	text-transform: uppercase;
	color:#494a10;
	font-size:40px;
	border-bottom: 15px #a8ac34 solid;

}

/*Content
--------------------------------------------------------------------------------------*/
/* Overall containing div */

#contenthead {
	padding:10px 10px 0 10px;
	font-weight:bold;
}
/*Footer
--------------------------------------------------------------------------------------*/

/* Footer - holds bottom links, if any, NOT TO HOLD COPYRIGHT INFO */

#footer {
	width:100%;
	clear:both;	
	color: #3c4100;
}

#footer a{
	color: #3c4100;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}
#footer p {
	padding:10px;
}

/* Copyright - holds copyright info for site, as well as Powered by TruePresence link and any other sponsor links or images */

#Copyright {
	background-color:#f9f9f9;
	width:720px;
	margin:0 auto;
}
#Copyright p {
	margin:10px;
	padding:10px;
	text-align:center;
}
</style>

