body
{
	margin: 0px;
	padding: 0px;
	background: #DEDEDE;
}

#logo
{
	margin-left: 2px;
}

#outerTable
{
	background: #FFFFFF;
}

#main_div
{
	width: 739px;
	padding: 0px;
	margin: 0px;
}

#logo_div
{
	width: 100%;
	padding: 2px;
	background: #DEDEDE url( "images/banner.gif" ) top right no-repeat;
}

#nav_div
{
	background: #8A1422;
	margin: 1px 0px 1px 0px;
	height: 32px;
	vertical-align: middle;
	text-align: right;
}

#nav_div table
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

#nav_div table b
{
	color: #ffffff;
}

#nav_table
{
	padding-top: 7px;
	float: right;
}

#nav_div a.navlink
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#nav_div a.navlink:hover, a.navlink:visited
{
	color: #A1A1A5;
}

#nav_div a.current
{
	color: #A1A1A5;
	font-weight: bold;
	text-decoration: none;
}

#gray_bar
{
	width: 100%;
	height: 8px;
	background: #939397;
	margin: 1px 0px 1px 0px;
}

#body_div
{
	padding: 3px;
	font-family: Verdana;
	font-size: 10pt;
}

#body_div h1
{
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	color: #8A1422;
}

#body_div p
{
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #5D5D5D;
}

#body_div hr
{
	background: #A2A2A6;
	color: #A2A2A6;
	height: 1px;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}

#body_div table
{
	font-family: Verdana;
	font-size: 10pt;
	padding-right: 15px;
}

#body_div a
{
	color: #8A1422;
	text-decoration: none;
	font-weight: bold;
}

#body_div a:hover, a:visited
{
	color: #A1A1A5;
	text-decoration: none;
}

#body_div a.current
{
	color: #A1A1A5;
	font-weight: bold;
	text-decoration: none;
}

#copyright_bar a
{
	color: #FFFFFF;
	text-decoration: none;
}

#copyright_bar a:hover, a:visited
{
	color: #b6b7b6;
	text-decoration: none;
}

#body_div table td
{
	margin-left: 10px;
}

#sidebar
{
	background: #E9E9E9;
	padding: 0px;
	margin: 0px;
}

#main
{
	padding: 5px 10px 10px 10px;
	vertical-align: top;
}

#left_div
{
	width: 216px;
	padding-bottom: 10px;
}

#left_div h2
{
	font-size: 10pt;
	font-weight: bold;
	color: #6D6D6D;
	border-bottom: 1px solid #6D6D6D;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

#left_div ul
{
	padding: 5px 0px 0px 5px;
}

#left_div ul li
{
	margin: 0px 0px 3px 4px;
	padding: 0px;
	color: #4F4F4F;
	width: 200px;
}

.home_list
{
	padding: 0px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

.home_list li
{
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 12px;
	background: url("images/diamond.gif") 0px 9px no-repeat;
}

.list_1
{
	padding: 0px 0px 10px 20px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

.list_1 li
{
	padding-bottom: 2px;
	padding-left: 12px;
	background: url("images/diamond.gif") 0px 4px no-repeat;
}

.list_2
{
	list-style-image: none;
}

.list_2 li
{
	background: none;
	padding-left: 0px;
}







#copyright_bar
{
	width: 100%;
	background: #8A1422;
	height: 37px;
	text-align: center;
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	color: #B6B7B6;
	padding-top: 12px;
}








/************************************************************/
/*        OUTER BODY TABLE SHADOWS                          */
/************************************************************/

.td_bg_left { width: 49px; background: url( "images/bg_left_shadow.gif" ) repeat-y; }
.td_bg_right { width: 49px; background: url( "images/bg_right_shadow.gif" ) repeat-y; }

.td_bg_bottom_left { width: 49px; height: 49px; background: url( "images/bg_bottom_left_shadow.gif" ) top right no-repeat; }
.td_bg_bottom { height: 49px; background: url( "images/bg_bottom_shadow.gif" ) repeat-x; }
.td_bg_bottom_right { width: 49px; height: 49px; background: url( "images/bg_bottom_right_shadow.gif" ) top left no-repeat; }






/************************************************************/
/*        NAVIGATION DROPDOWNS, ETC                         */
/************************************************************/

#nav_table ul {

	list-style: none;
}

#left_div ul
{
	padding: 5px 0px 0px 5px;
	margin: 0px;
	list-style-type: none;
}

.top_nav_li, #left_div li { /* all list items */
	float: left;
	position: relative;
	width: 110px;
}

ul.subnav { /* second-level lists */
	display: none;
	position: absolute;
	top: 15px;
	right: 3px;
	line-height: 20px;
	padding: 4px 0px 4px 0px;
	background: #8A1422;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

ul.subnav li
{
	width: 100px;
	margin: 0px;
	left: -18px !important;
	left: 0px;
	padding: 0px;
	float: right;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#bottom_link
{
	border-top: 1px solid white;
	padding-left: 9px;
}