/* Basic Styles for all CSS Browsers */

/* General */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #336;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #930;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #c60;
}

p, ul, ol, li {
	font: 11px/18px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: black;
}

.error {
	font: 12px/18px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #930;
}

a:link, a:visited {
	color: #336;
	text-decoration: underline;
}

a:hover, a:active {
	color: #930;
	text-decoration: underline;
}

/* Header / Main Navigation Table */

#header #logo {
	background-color: #ffecba;
}

#pattern1 {
	height: 15px;
	border-top: 1px solid black;
	background-color: #256689;
	font-size: .1em;
	line-height: 15px;
}

#mainNav {
	height: 36px;
	border-top: 1px solid #c60;
	border-bottom: 1px solid #c60;
	background-color: #2e4464;
}

#navButtons {
	padding: 9px 12px 5px 12px;
}

#secNav {
	height: 28px;
	border-bottom: 2px solid #336;
	background-color: #600;
}

#secondaryNavLinks {
	font: 10px/28px Verdana, sans-serif;
	color: #c60;
	margin-left: 19px;
}

#secondaryNavLinks a:link, #secondaryNavLinks a:visited {
	color: #fff;
	text-decoration: none;
}

#secondaryNavLinks a:hover, #secondaryNavLinks a:active {
	color: #c60;
	text-decoration: none;
}

/* Main Content Area */

#mainContent {
	margin-top: 31px;
	margin-bottom: 31px;
}

/* DIAGNOSTIC
#mainContent td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
*/

#byline {
	margin-left: 55px;
	margin-bottom: 18px;
}

#mainCol {
	vertical-align: top;
}

#mainCol h1, #mainCol h2, #mainCol h3, #mainCol h4, #mainCol h5, #mainCol h6 {
	margin-left: 57px;
}

#mainCol p {
	margin: 0 37px 10px 57px;
}

#mainCol ul, #mainCol ol {
	margin-left: 57px;
	padding-left: 25px;
}

.inlineImgJustRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.inlineImgJustLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 57px;
	border: 1px solid #000;
}

.JustLeft {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 57px;
	border: 1px solid #000;
}

#sidebar {
	vertical-align: top;
}

#sidebar h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #006;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sidebar h2 {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	line-height: 16px;
	color: #930;
	margin-top: 0;
	margin-bottom: 5px;
}

#sidebar p {
	font-size: 10px;
	line-height: 18px;
	color: #006;
	margin-top: 0;
}

#sidebar a:link, #sidebar a:visited {
	color: #930;
	text-decoration: underline;
}

#sidebar a:hover, #sidebar a:active {
	color: #336;
	text-decoration: underline;
}

/* Footer / Bottom Navigation */

#pattern2 {
	height: 15px;
	border-top: 1px solid #003;
	border-bottom: 1px solid #003;
	background-color: #256689;
	font-size: .1em;
	line-height: 15px;
}

#pattern3 {
	height: 31px;
	border-bottom: 2px solid #c60;
	background-color: #600;
}

#footerNav {
	height: 35px;
	border-bottom: 1px solid #003;
	background-color: #2e4464;
}

#footerLinks {
	font: 10px/35px Verdana, sans-serif;
	color: #c60;
	margin-left: 19px;
}

#footerNav a:link, #footerNav a:visited {
	color: #fff;
	text-decoration: none;
}

#footerNav a:hover, #footerNav a:active {
	color: #c60;
	text-decoration: none;
}

#pattern4 {
	height: 51px;
	background-color: #c60;
}

#copyright {
	font: 10px/15px Verdana, sans-serif;
	color: #f90;
	margin-left: 19px;
}
#copyright A {
	color: #f90;
}

/* Odd Styles for Third-Party pages */

p.MSG {
	margin-left: 57px;
}

/* Basic Styles for HTML form elements  */

table#searchForm {
	width: 556px;
	margin-left: 47px;
}

table#searchForm td {
	font: 11px Verdana;
	border-bottom: 1px dotted #ccc;
}

table#searchForm td.labelCol {
	width: 100px;
}

label {
	font: 12px Verdana;
	color: #336;
	font-weight: bold;
}

label.sentence {
	font: 11px Verdana;
	color: #000;
}

.formLabelInline {
	font: 12px Verdana;
	color: #336;
	font-weight: bold;
}

input.text50 {
	width: 50px;
}

input.text100 {
	width: 100px;
}

input.text200 {
	width: 100px;
}

input.button {
	border: 2px solid #c60;
	background-color: #2E4464;
	font: 11px/18px Verdana;
	font-weight: bold;
	color: white;
}

input.BTN {
	border: 2px solid #c60;
	background-color: #2E4464;
	font: 11px/18px Verdana;
	font-weight: bold;
	color: white;
}

