﻿html,body,form
{
	margin:0px auto;
	height:100%;
}

body, textarea, a
{
	font-family:Arial;
	font-size:12px;
	color:#6E6E6E;
	text-decoration:none;
}

img
{
	border:none;
}

/*Class Declarations*/

a.secondary_header
{
	font-weight:bold;
	font-size:17px;
}

a.standard_link
{
	color:#965125;
	font-weight:bold;
}

a.secondary_header
{
	color:#965125;
	font-weight:bold;
	font-size:17px;
}

div.header_image_container
{
	width:1024px;
	height:70px;
}

div.header_container
{
	height:130px;
	width:1024px;
	background-color:#000;
	color:#fff;
}

div.logo_container
{
	float:left;
	width:764px;
	height:130px;
}

div.menu_container
{
	float:left;
	width:260px;
	height:130px;
}

div.menu_top
{
	height:10px;
	width:260px;
}

div.page_title
{
	float:left;
	width:192px;
	height:117px;
	color:#6E6E6E;
}

div.title_text
{
	font-size:17px;
	color:#6E6E6E;
	margin-left:36px;
	margin-top:3px;
	line-height:1.1;
}

div.menu_text
{
	margin-left:36px;
	margin-top:6px;
}

div.date_text
{
	font-size:8pt;
}

.text_header_secondary
{
	font-size:20px;
}

.text_header_tertiary
{
	font-size:17px;
}

div.headline_secondary
{
	font-size:20px;
}

div.content_margin
{
	height:44px;
	width:1024px;
	margin:0px auto;
}

div.link_container_nav
{
	margin-left:36px;
}

span.link_character
{
	color:#965125;
}

div.section_divider
{
	border-top:solid 1px #ccc;
	float:right;
	height:30px;
	width:832px;
}

div.section_divider_noline
{
	float:right;
	height:30px;
	width:832px;
}

div.section_divider_samesection
{
	float:right;
	height:5px;
	width:832px;
}

.welcome_message
{
	color:#fff;
	font-weight:bold;
}

.logout_link
{
	color:#fff;
	font-weight:bold;
}

/*Named Declarations*/
div#content_container
{
	margin:0px auto;
	width:1024px;
}

/*Login Window*/
div.login_window
{
	height:143px;
	width:217px;
	margin-left:14px;
	position:absolute;
	background-image:url(../images/login_bg.gif);
	display:none;
}

div.login_text
{
	font-size:8pt;
	margin-left:12px;
}

/*Menu*/

div.menu_section
{
	margin-left:36px;
}

div.menu_main
{
	padding-bottom:10px;
}

a.menu_main
{
	font-size:17px;
}

div.menu_secondary
{
	padding-top:3px;
	padding-bottom:3px;
	margin-left:1px;
}

a.menu_secondary
{
	font-size:12px;
}

span.reg_label
{
	font-weight:bold;
}

span.reg_sub
{
}