﻿body  {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 0.8em;
	height: 100%;
}

#Header {
	width: 733px;
	height: 76px;
	background: url(images/header_bg.gif);
	text-align: right;

}
#SubHeader {
	width: 733px;
	text-align: left;
	margin-bottom: 15px;
}
#SubHeader h1 {
	font-size: 1em;
	color: #777777;
	font-weight: normal;
	float: left;
	margin: 0 0 0 5px;
}
#TopMenu {
	text-align: right;
}
#TopMenu a, a:visited {
	text-decoration: none;
	font-size: 0.8em;
	color: #777777;
	padding-left: 12px;
	margin-right: 10px;
}
#TopMenu a:hover {
	text-decoration: underline;
}

#SubMenu {
	float: right;
	font-size: 1em;
	color: #777777;
}
#SubMenu  a, a:visited {
	font-size: 1em;
	text-decoration: none;
	color: #777777;
	padding-left: 12px;
	margin-right: 10px;
}
#SubMenu a:hover {
	text-decoration: underline;
}
#MyAccountLink {
	background: url(images/account.gif) no-repeat 0px 3px;
}
#ContactLink {
	background: url(images/contact.gif) no-repeat 0px 3px;
}
#PhoneLink {
	background: url(images/phone.gif) no-repeat 0px 1px;
}
#Content {
	width: 733px;
	min-height: 300px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;

}
#Content h1 {
	color: #5A78AD;
	font-size: 2em;
	letter-spacing: -0.1em;
	font-weight: normal;
	margin: 20px 0px 5px 0px;
	padding: 0px;

}
#Content h2 {
	color: #BD2F2A;
	font-size: 1.3em;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}

#Content a {
	color: #5A78AD;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	text-decoration: none;
}
#Content a:hover {
	text-decoration: underline;
}
#Content pre {
	background-color: #ECE9E0;
	margin-left: 20px;
	border-left: 2px solid #D5D2CB;
	padding: 10px;
	display:block;
	}
.Divider {
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;	
}
#HomeSplash {
	height: 340px; 
	padding: 20px 10px 10px 10px;
}
#HomeSplash h4 {
	color: #5A78AD;
	font-size: 2.5em;
	letter-spacing: -0.1em;
	font-weight: normal;
	margin: 20px 0px 5px 15px;
	padding: 0px;
}
#HomeSplash .HeaderImage {
	margin-left: 15px;
}

#HomeSplash blockquote {
	margin-left: 40px;
	padding: 0px;
	width: 250px;
	text-align: justify;
	font-size: 0.9em;
}
.Column {
	width: 200px;
	padding: 5px;
	float: left;
	margin-left: 20px;
	text-align: justify;
	margin-bottom: 10px;
}
#Footer {
	width: 733px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: x-small;
	text-align: right;
}
.LeadParagraph {
	font-style: italic;
}
.Form label {
	float: left;
	width: 100px;
}
.TextBox {
	width: 232px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/textbox.gif) no-repeat;
	border: 0px;
	padding: 3px 5px 2px 5px;
	font-size: 12px;	
	float: left;
}
.TextArea {
	width: 342px;
	height: 122px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/textarea.gif) no-repeat;
	border: 0px;
	padding: 3px 5px 2px 5px;
	font-size: 12px;
	float: left;
}
.SubmitButton {
	width: 154px;
	height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 3px 5px 2px 5px;
	font-size: 12px;
	float: left;
}
.fieldError {
	float: left;
	height: 24px;
	color: #BD2E29;
	background: url(images/redarrow.gif) no-repeat 0 5px;
	padding-top: 2px;
	padding-left: 15px;
}
.Date {
	color: #BD2F2A;
	font-style: italic;
	font-size: x-small;

	font-weight: bold;
}
#Content .BulletLink {
	background: url(images/bullet.gif) 0 60% no-repeat;
	padding-left: 10px;
}