/* general styles */
.name_links
{
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #727677;
}

.head_text
{
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #727677;
	padding:0px;
	margin:0px;
}

.copy_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727677;
	line-height: 16px;
	padding-top: 0px;
	margin-top: 0px;
}

.sub_nav_title
{
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #727677;
	font-weight: bold;
	padding:0px;
	margin:0px;
}

a:link
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #727677;
	text-decoration: none;
}

a:visited
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #727677;
	text-decoration: none;
}

a:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #D83139;
	text-decoration: none;
}

a.active
{
	color: #D83139;
	text-decoration: none;
}

/* layout*/
html, body
{
	padding:0px;
	margin:0px;
}

.outer_container
{
	width:800px;
	height:auto;
	margin:0px auto 0px auto;
	padding:0px;
}

.outer
{
	width:790px;
	padding:5px;
	border:solid 1px black;
}

/* content pane */
#content_pane
{
	padding:5px 0px 0px 0px;
}


/* image containers */
.sub_content_third
{
	width:100%;
	height:140px; /* set the height here for the 1/3 sections */
}

.sub_content_half
{
	width:100%;
	font-size:10px;
	background-color: #FFFFFF;
	min-height:210px;
}

/* for Internet Explorer HACK for min height */
/*\*/
* html .sub_content_half {
	height:210px;
}
/**/

/* navigation */
#navcontainer
{
	padding:0px;
	margin-left:auto;
	text-align:left;
}

#navcontainer p
{
	width:796px;
	margin:0px;
	padding:0px;
}

#navcontainer a
{
	margin:0px;
	padding:0px;
}


#navigation_table
{
	width:100%;
}

#navigation_table td
{
	background-color:#727677;
	border-collapse: collapse;
	padding:0px;
	margin:0px;
	width:200px;
}

#navigation_table td.spacer
{
	width:5px;
	background:none;
}

#navigation_table td ul
{
	width:100%;
	border:none;
	padding:0px;
	margin:0px;
}

#navigation_table td ul li
{
	float: right;
    clear: left;
	width:100%;
	border:none;
	display:inline;
	overflow:hidden;
	white-space:nowrap;
}

#navigation_table td ul li a
{
	display: block;
	color:#FFFFFF;
	padding: 3px 0px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	width:100%;
}

#navigation_table td ul li a:hover
{
	background-color:#D83139;
}

#navigation_table td ul li a.active
{
	background-color:#D83139;
}

/* copy area */
#copy_area
{
	width:100%;
}

#copy_area_table
{
	width:100%;
}

#copy_area_table td
{
	vertical-align:top;
}
