/* CSS Document */
html, body	{
	background-color: #660000;
	font: 1em Arial, Verdana, "trebuchet MS", Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	height: 100%;
}	

table#container1 {
	width: 740px; 
}

table#container2 {
	width: 100%;
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}

td#main_left {
	width: 225px;
	background-color: #afaf71;
	vertical-align: top;
	margin: 0;
	padding: 0;
	
}

td#main {
	margin: 0;
	width: 100%;
	padding: 0;
	background-color: #ffffff;
	color: #000;
	font: .9em Arial, Verdana, "trebuchet MS", Helvetica, Sans-Serif;	
	height: 100%;
	border-left: 3px solid #afaf71;
	vertical-align: top;
	/*padding: 15px 5px 25px 35px;*/
}

td#main div#content {
	padding: 15px 5px 25px 35px;
}

div#photo_home{
	margin: 0;
	padding: 0;
	background-color: #cccc99;
	background-image: url(/images/main_sidebar.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div#photo_sub{
	margin: 0;
	padding: 0;
	background-color: #cccc99;
	/*background-image: url(/images/main_sidebar.gif);*/
	background-repeat: no-repeat;
	background-position: right;
}




div#top_nav {
	background-color: #000066;
	vertical-align: top;
	color: #fff;
	padding: 0;
	margin: 0;
	width: 250px;
}

div#logo {
	background-color: #fff;
	width: 250px;
	/*background-image: url(/images/logo_main.gif);*/
}

div#btm_nav {
	margin: 0;
	background-color: #AFAF71;
	vertical-align: top;
	text-align: right;
	font: normal .7em Arial, Helvetica, sans-serif;
	color: #504c4c;
	padding: 4px;
}

div#btm_nav a {
	text-decoration: none;
	color: #504c4c;
}

div#btm_nav a:hover {
	text-decoration: underline;
	color: #504c4c;
}

h1 {
	padding-left: 22px;
	font: bolder 1.7em Arial, Verdana, "trebuchet MS", Helvetica, Sans-Serif;
	color: #000066;
	vertical-align: middle;
	margin-left: -25px;
}

h2 {
	font: bold 1.4em Arial, Verdana, "trebuchet MS", Helvetica, Sans-Serif;
	color: #000066;
}

h3 {
	font: bold 1.2em Arial, Verdana, "trebuchet MS", Helvetica, Sans-Serif;
	color: #000066;
	margin-bottom: 4px;
}

.small {
	font-size: 9px;
}

.heavy {
	font-weight: bold;
}

.required {
	color: #660000;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #660000;
}

a:hover {
	text-decoration: none;
}




/* START - MENU INFORMATION */

#navlist {
	background-color: #CCCC99;
	border-bottom: 3px solid #AFAF71;
	padding: 11px 5px 10px 0px;
	width: 245px;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 1em;
	font-weight: bold;
	text-align: right;

}

#navlist li {
	margin: 0;
}

#navlist a {
	display: block;
	padding: 2px 3px 2px 26px;
	margin-left: 32px;
	border-top: 2px solid #afaf71;
	background-color: #cccc99;
	/*background-image:  url(/images/bg_menu_off.gif);*/
	background-repeat: no-repeat;
	background-position: 0% 50%;
	font-weight: bold;
}

#navlist a:link, #navlist a:visited {
color: #000066;
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
background-color: #DBDBD8;
background-image:  url(/images/bg_menu_on.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #660000;
}

li#menu_bottom {
	display: block;
	margin-left: 32px;
	border-top: 2px solid #AFAF71;
	background-color: #cccc99;
	padding: 6px 0px 2px 26px;
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #cccc99;
background-image:  url(/images/bg_menu_on.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #660000;
font-weight: bold;
}


#navSub {
	padding: 6px 12px 6px 6px;
}

#navSub ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: .7em;
	font-weight: normal;
}

#navSub li {
	margin: 0;

}


#navSub a {
	background-color: #cccc99;
	background-image: none;
}


#navSub a:link, #navSub a:visited, #navSub a:active {
	color: #000;
	border: 0;
}

#navSub a:hover {
	color: #fff;
	background-color: #cccc99;
	background-image: none;
	border: 0;
}


/* END - MKENU INFORMATION */


.blue {
	color: #000066;
}

.red {
	color: #660000;
}

.khaki {
	color: #afaf71;
}




/* START - FOOTER INFORMATION */

table#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #3E3E7F; 
	text-align: center; 
	vertical-align: middle;
	color: #fff; 
	font: normal .7em Arial, Verdana, Helvetica;
	border-top: 3px solid #a8a87e;
}

td#footer_blue {
	border-top: #000066 solid 15px;
}

#footer_left {
	font-weight: bold;
	color: #fff;
	float: left;
	padding: 6px 0px 4px 3px;
}

#footer_right {
	font-weight: bold;
	color: #fff;
	float: right;
	padding: 6px 3px 4px 0px;
}

a.footer:link, a.footer:visited, a.footer:active {
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	color: #fff;
	font-weight: bold;
}

a.footer:hover {
	text-decoration: underline;
}

td#footer_info {
		padding-top:15px;
		padding-bottom: 10px;
}

/* END - FOOTER INFORMATION */










