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

body {
	margin: 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #99CCFF;
}

/*** General Text Formatting ***/
H1, H2, H3, H4, H5, H6	{ 
	color: #4684C2; 
	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;
}

.caption {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

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

.bold {
	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: #4684C2;
	text-decoration: none;
}

.form_text_shaded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4684C2;
	text-decoration: none;
	background-color: #D7EBFF;
	font-weight: bold;
}

/*** 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;
	background-color: #D7EBFF;
}

/*** NAV - the area for the navigation menu. ***/
#navigation {
	height: 20px;
	background-color: #D7EBFF;
}

/*** 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 accordingly for the site. ***/
#left {
	float:left;
	width: 174px;
	padding: 10px;
	background-color: #D7EBFF;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
	text-align: left;
}

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

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

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

#left H3 {
	color:#4684C2;
}

#left p {
	color: #4684C2;
	font-size: 12px;
}

#left ul li {
	font-size: 12px;
	list-style-type: square;
	color: #4684C2;
	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 accordingly for the site. ***/
#right {
	padding: 10px;
	text-align: left;
	background-color: #FFFFFF;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
	float: left;
	width: 564px;
}

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

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

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

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

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

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

#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: #FFFFFF;
	border-top-style: solid;
	border-top-color: #4684C2;
	border-top-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	visibility: visible;
	position: relative;
}

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

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

.copyright{
	font-size: 9px;
	color: #4684C2;
	font-style: italic;
}
