body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #bdbdbe  url(../../../images/bk_tile.gif) 0 0  repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ************************************----------- HEADER -----------************************************ */
table#header {
	border-right: solid white 3px;
	border-left: solid white 5px;
	width: 46.875em;
	min-width: 750px;
}
td.RustBox, td.RustBoxTop {
	background-color: #bd5f30;
	width: 11.9em;
}

/*----------- 	TOP NAVIGATION -----------*/
td.RustBox a, td.RustBoxTop a {
	height: 100%;
	min-height: 27px;
	width: 100%;
	min-width: 135px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.75em;
	display:block;
	background-color: #bd5f30;
	padding-left: 8px;
	padding-top: 22px;
	padding-bottom: 15px;
}
html>body td.RustBox a, td.RustBoxTop a { /*This hack allows these values to be read by newer Netscape Browser - IE will ignore it and use the values in listed above */
	padding-top: 22px;
	padding-bottom: 0;
	width: auto;
}
td.RustBox a:hover, td.RustBoxTop a:hover {
	background-color: #E3BD8E;
}
td.RustBox {
	border-right: solid white  2px;
}
td.RustBoxTop {
	border-bottom: solid white  2px;
	border-right: solid white  2px;
}


/*----------- 	NAVIGATA LOGO -----------*/
td#NavigataLlogo {
	border-right: solid white 2px;
	background-color: #187996;
}


/* ************************************----------- LOGOUT -----------************************************ */
table#logout {
	border: solid white 5px;
	background-color: #efe9e7;
	width: 46.875em;
	min-width: 750px;
}
table#logout td{
	padding: 0 5px;
}
table#logout a {
	color:#666666;
	text-decoration: none;
	font-size: 0.75em;
}
/* *******************----------- CONTAINER TABLE - HOLDS ALL THE MAIN CONTENT -----------******************* */
table#Container {
	border-left: solid white 5px ;
	border-right: solid white 5px ;
	border-bottom: solid white 5px ;
	background-color: white;
	width: 46.875em;
	min-width: 750px;
}



/* ************************************----------- LEFT COLUMN -----------************************************ */
td#LeftCol {
	background-color: #d09143;
	border-right: solid white 2px;
	width: 9.8125em;
	min-width: 157px;
}
/*----------- 	SUB NAVIGATION -----------*/
div#SubNav A {
	display: block; 
	padding: 5px 5px 5px 6px; 
	margin: 0; 
	text-decoration: none; 
	border-bottom : 1px solid #ffffff; 
	color: #3C2A13;
	font-size: 0.7em;
	 }
div#SubNav A:hover {
	color: #3C2A13; 
	background: #E3BD8E;
}
/*----------- 	THIRD LEVEL NAVIGATION -----------*/
div#SubNavLevel3 {
	background-color: #bd8035;
}
div#SubNavLevel3 a {
	padding-left: 15px;
	color: white;
}
div#SubNavLevel3 a:hover {
	color: black;
}


/*----------- 	WHAT'S NEW BUTTON -----------*/
div#WhatsNew {
	border-top: solid white 1px;
	border-bottom: solid white 1px;
	background-color: #bd5f30;
	margin-top: 0px;
}
div#WhatsNew a {
	color: white;
	font-style: italic;
	text-decoration: none;
	font-size: 1.0em;
	display:block;
	padding: 10px 0 10px 0;
}
div#WhatsNew a:hover {
	background-color: #E3BD8E;
}



/* ************************************----------- MAIN COLUMN -----------************************************ */

td#MainCol{
	padding: 0 0 15px 0;
}
/*----------- 	Breadcrumb Trail -----------*/
div#BreadCrumb {
	background-color: #525051;
	padding: 3px 10px;
	margin: 0 0 20px 0;
	color:#ffffff;
	font-size: 0.75em;
}
div#BreadCrumb a{
	color:#ffffff;
	text-decoration: none;
}
div#BreadCrumb a:hover {
	text-decoration: underline;
}
/*----------- 	Section Image -----------*/
div#SectionImage {
	margin-left: 10px;
}
/*----------- ***********	CONTENT AREA *********** -----------*/
div#content {
	margin: 10px 0 0 10px;
	
}
div#content p {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 0.75em; 
	color : #525051; 
	line-height : 140%; 
	margin: 0px 0px 10px 0px; 
}
div#content a {
	text-decoration: underline;
	color: #187996;
}	
div#content a:hover {
	text-decoration: none;
	color: #bd5f30;
}	
div#content ul, li.error {
	font-size : 0.75em; 
	line-height : 140%; 
	color : #525051; 
	margin-top: 0;
	}
h1 {
	font-size : 1em;
	font-weight:bold;
	margin-bottom: 5px;
	color : #bd5f30;
}
h2 {
	font-size : 0.85em;
	font-weight:bold;
	color : #525051;
	margin: 0;
}
h3 {
	font-size : 0.85em;
	font-weight:bold;
	margin-bottom: 5px;
	color : #525051;
}
div#content table {
	border: solid 1px #525051;
}
div#content td {
	border-bottom: solid 1px #525051;
}
div#content form table {
	border: none;
}
div#content form td {
	border-bottom: none;
	font-size : 0.75em;
}
/*----------- 	ADMIN PAGE -----------*/
font.content, font.option, a.storycat {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.75em;
}
font.title {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.85em;
}

div#content div td, div#content a.admin, div#content form {
	font-size : 0.75em;
}
/* ************************************----------- FOOTER -----------************************************ */
table#Footer {
	width: 46.875em;
	min-width: 750px;
    background-color: #525051;
	border-left: solid white 5px ;
	border-right: solid white 5px ;
	border-bottom: solid white 5px ;
	color: #ffffff;
	line-height: 0.7em;
	padding: 3px 5px;

}
	
/*----------- 	FOOTER NAVIGATION -----------*/
table#Footer td a {
	font-size: 0.6em;
    color: #ffffff;
	text-decoration: none; }
table#Footer td a:active{
    color: #ffffff;
	text-decoration: none; }
table#Footer td a:visited{
    color: #ffffff;
	 text-decoration: none; }
table#Footer td a:hover{
    color: #ffffff;
	text-decoration: underline;
}
	 
/*----------- 	COPYRIGHT LINE -----------*/
span#copyright {
	color: #ffffff;
	font-size: 0.5625em;
	line-height: 0.6875em;
	margin-bottom: 5px;
}
a#useragreement {
	text-decoration: underline;
}
