/***** Page Formating ******/

body {
	margin: 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* 	background-color: #86BBE5;
	/* Change the xxx in url(xxx) to a link to the background image. If there is no background image (you have a white background), remove this line. */
	background-image: url(../_EvansRimages/Evansbkgrnd_1600.jpg);
	background-repeat: repeat-y;
	text-align: center;
}

/*** General Text Formatting ***/
H1, H2, H3, H4, H5, H6	{ 
	color: #18456C; 
	font-weight: bold;
}

H1	{font-size: 24px;}
H2	{font-size: 18px;}
H3	{font-size: 14px;}
H4	{font-size: 12px;font-weight: normal;}
H5	{font-size: 11px;font-weight: normal;}
H6	{font-size: 9px;font-weight: normal;}

p {
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

p.caption {
    font-size: 9px;
    color: #993333;
    text-decoration: none;
}

p.confirm_info {
	font-size: 11px;
	color: #006600;
}

.bold {
	font-weight: bold;
}

.boldbrickred {
	color: #18456c;
	font-weight: bold;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
}

.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}

.bolditalicunderline {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.confirm_info {
	font-size: 11px;
	color: #006600;
}

.error {
	color: #FF0000;
	font-size: 11px;
}

.italic {
	font-style: italic;
}

.italicunderline {
	font-style: italic;
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #18456c;
	text-decoration: none;
}

.form_text_shaded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #18456c;
	text-decoration: none;
	background-color: #dcc2cb;
}

/*** WRAPPER - encloses #header, #nav, #content, and #footer. It fixes the width of the page. Currently 780 pixels. Change width accrodingly for the site. ***/
#wrapper {
	width: 780px;
	border: 1px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
}

/*** HEADER - the area for the header image. Gennerally, there is no text here. ***/
#header {
	text-align: center;
}

/*** NAV - the area for the navigation menu. ***/
/* Navigation CSS file is separate. See /Nav/NH_nav.css. */

/*** CONTENT - encloses the #left and #right areas. ***/
#content {
	overflow: hidden;
}

/*** LEFT fixes the width of the left column. Default is 175 pixels -- 155px + 10px padding on each side. Change width and padding accrodingly for the site. ***/
#left {
	float:left;
	width: 155px;
	padding: 10px;
	background-color: #AFD1EC;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
	text-align: left;
}

/*** Left Text Formatting ***/
#left a:link {
	color:#18456C;
	text-decoration: underline;
}

#left a:visited {
	color:#006600;
	text-decoration: underline;
}

#left a:hover {
	color:#75374c;
	text-decoration:underline;
}

#left H3 {
	color:#18456C;
}

#left p {
	color: #18456C;
	font-size: 12px;
}

#left ul li {
	font-size: 12px;
	list-style-type: square;
	color: #18456c;
	margin-bottom: 4px;
	margin-left: -10px;
}

/*** RIGHT fixes the width of the right column. Default is 605 pixels -- 585px + 10px padding on each side. Change width and padding accrodingly for the site. ***/
#right {
	float:right;
	width: 585px;
	padding: 10px;
	text-align: left;
	background-color: #EEEEEE;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
}

/*** Right Text Formatting ***/
#right a:link {
	color:#18456c;
	text-decoration: underline;
}

#right a:visited {
	color:#006600;
	text-decoration: underline;
}

#right a:hover {
	color:#75374c;
	text-decoration:underline;
}

#right ol li {
	font-size: 12px;
}

#right p {
	color: #000000;
	font-size: 12px;
}

#right p.confirm_info {
	font-size: 11px;
	color: #006600;
}

#right td {
	font-size: 11px;
}

#right ul li {
	font-size: 12px;
	list-style-type: disc;
	margin-bottom: 4px;
}

/*** FOOTER - the area for the company name, address, phone number, and copyright test. ***/
#footer {
	clear:both;
	text-align: center;
	background-color: #EEEEEE;
	border-top-style: solid;
	border-top-color: #18456c;
	border-top-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	visibility: visible;
	position: relative;
}

/*** Footer Text Formatting ***/
#footer p {
	margin-top: 5px;
	color:#18456c;
	margin-bottom: 5px;
}

.footer {
	color: #18456c;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.copyright{
	font-size: 9px;
	color: #18456c;
	font-style: italic;
}
