﻿@import url(undoHTML.css);
html, body, form
{
	min-width: 770px;
	background: #101734;
	text-align: center;
	font-family: Arial, Verdana, Sans-Serif;
	color: White;
	font-size: medium;
}
h1
{
	margin: 20px 0px 10px 0px;
	font-size: large;
	color:#888B9A;
	border-bottom: 1px solid #B8BAC2;
}
h2
{
	margin: 5px 0px 3px 0px;
	font-size: medium;
}
h3
{
	margin: 10px 0px 3px 0px;
	font-size: small;
	text-transform: uppercase;
	border-bottom: 1px dashed #B8BAC2;
}
h4
{
	margin: 5px 0px 10px 0px;
	color: #31364B;
	font-size: large;
	border-bottom: 1px dashed #31364B;
}
#wrapper
{
	width: 770px;
	margin: 0px auto;
	background: #101734 url(/Images/Layout/Background_Mountain.jpg) no-repeat top right;
	position: relative;
	text-align: left;
}
.Warning_Main
{
	background: url(/Images/Layout/Warning_Solid.gif) repeat top left;
}
.Warning_MainShift
{
	background: url(/Images/Layout/Warning_Solid.gif) repeat top center;
}
.Warning_Divider
{
	background: url(/Images/Layout/Warning_Divider.gif) repeat-x top left;
}
.Clear_White
{
	background: #FFFFFF;
}
.Box_Main
{
	background: #FFFFFF;
}
.Box_LeftTop
{
	background: #FFFFFF url(/Images/Layout/Box_LeftTop.gif) no-repeat top left;
}
.Box_Top
{
	background: #FFFFFF url(/Images/Layout/Box_Top.gif) repeat-x top left;
}
.Box_RightTop
{
	background: #FFFFFF url(/Images/Layout/Box_RightTop.gif) no-repeat top right;
}
.Box_Left
{
	background: #FFFFFF url(/Images/Layout/Box_Left.gif) repeat-y top left;
}
.Box_Right
{
	background: #FFFFFF url(/Images/Layout/Box_Right.gif) repeat-y top right;
}
.Box_LeftBot
{
	background: #FFFFFF url(/Images/Layout/Box_LeftBot.gif) no-repeat bottom left;
}
.Box_Bot
{
	background: #FFFFFF url(/Images/Layout/Box_Bot.gif) repeat-x bottom left;
}
.Box_RightBot
{
	background: #FFFFFF url(/Images/Layout/Box_RightBot.gif) no-repeat bottom right;
}
.Box_Overlay
{
	position: absolute;
	z-index: 10;
}
.Box_Background
{
	position: relative;
	z-index: 5;
}
.Box_Wrapper
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: relative;
	z-index: 0;
}
.Box_Surround
{
	background: #E7E7E7;
}
.Box_Content
{
	margin: 13px;
}
.Box_Content_Special
{
	margin: 0px 8px;
}
.Box_Special_Item
{
	padding: 24px 0px;
	text-align: center;
}
.Box_Copy
{
	font-size: 0.9em;
	color: #000;
	text-align: left;
}
.Column_Copy
{
	font-size: 0.9em;
	color: #FFF;
	text-align: left;
}
.Column_Copy a, .ColumnCopy a:link, .ColumnCopy a:visited, .ColumnCopy a:active
{
	color: #B8BAC2;
	text-decoration: none;
}
.Column_Copy a:hover
{
	color: #CCC;
	text-decoration: underline;
}
.Home-Main_Left
{
	float: left;
	margin-right: 13px;
}
.Home-Main_Right
{
	float: right;
	font-size: 0.75em;
	width: 538px;
}
.Navigation
{
	width: 740px;
	padding: 0px;
	line-height: 34px;
}
.Navigation ul
{
	margin: 0px;
	padding: 7px 10px;
	border: 0px;
	display: inline;
}
.Navigation ul li
{
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
	color: #2E3D54;
	text-transform: uppercase;
}
.Navigation ul li a:link, .Navigation ul li a:active, .Navigation ul li a:visited
{
	color: #2E3D54;
	text-decoration: none;
}
.Navigation ul li a:hover, .Navigation ul li a.selected:hover
{
	color: #FFF;
	text-decoration: underline;
}
.Navigation ul li a.selected:link, .Navigation ul li a.selected:active, .Navigation ul li a.selected:visited
{
	color: #532014;
	text-decoration: none;
}
.LeftNav
{
	padding: 10px;
}
.AccentText, a.AccentText, a.AccentText:link, a.AccentText:active, a.AccentText:visited
{
	display: inline;
	font-size: 1em;
	font-weight: bold;
	color: #532014;
	text-decoration: none;
}
a.AccentText:hover
{
	text-decoration: underline;
}
.FooterNav
{
	padding: 5px 0px;
}
.FooterNav ul
{
	margin: 0px;
	padding: 0px;
	border: none;
	display: inline;
}
.FooterNav ul li
{
	margin: 0px;
	padding: 0px 10px 0px 15px;
	border-left: solid 1px #999;
	list-style: none;
	display: inline;
	font-size: 0.7em;
	font-weight: bold;
	color: #CCC;
}
.FooterNav ul li.first
{
	border: none;
	padding-left: 0px;
}
.FooterNav ul li a:link, .FooterNav ul li a:visited
{
	color: #CCC;
	text-decoration: none;
}
.FooterNav ul li a:hover
{
	color: #FFF;
	text-decoration: underline;
}
.TwoColumnForm label
{
	display: block;
	float: left;
	width: 100px;
	padding: 0px;
	margin: 8px 0px 0px 0px;
	text-align: right;
}
.TwoColumnForm input
{
	width: auto;
	margin: 5px 0px 0px 10px;
}
.TwoColumnForm input.FormSubmit
{
	margin: 0px;
}
.TwoColumnForm textarea
{
	overflow: auto;
}
.TwoColumnForm br
{
	clear: left;
}
.FormField
{
	margin: 0px;
	border: 1px solid #4F5469;
	padding: 3px;
	background-color: #B8BAC2;
}
input.FormSubmit
{
	border: 3px solid #4F5469;
	background-color: #B8BAC2;
	padding: 3px;
	font-weight: bold;
	font-size: 1.2em;
	color: #101734;
}
div.FormError
{
	border: 1px solid Red;
	padding: 10px;
	background-color: #B8BAC2;
	color: #532014;
	width: 90%;
	margin-bottom: 12px;
}
