/*@import "styles_navigation.css"; - put this back in if you can make it work*/

/***********************************************/
/* HTML and Selector tag styles */
/***********************************************/

html, body {
overflow-x:hidden;
}

body {
	color: #666666;
	height: 100%;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F7F6F5;
} 



a:link {
	color: #27377F;
}

a:visited {
	color: #27377F;
}

a:hover {
	color: #922611;
}


H1 {
	color: #922611;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px; /* This brings the subheader closer to the main text paragraphs */

}

H2 {
	color: #27377F;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px; /* This brings the subheader closer to the main text paragraphs */	
	margin-top: 4px;
}

H3 a:link {
	color: #996600;
}

H3 a:visited {
	color: #996600;
}

H3 a:hover {
	color: #922611;
}

H3 {
	color: #996600;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px; /* This brings the subheader closer to the main text paragraphs */	
	margin-top: 4px;
}

H4 a:link {
	color: #554B37;
}

H4 a:visited {
	color: #554B37;
}

H4 a:hover {
	color: #922611;
}


H4 {
	color: #554B37;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px; /* This brings the subheader closer to the main text paragraphs */	
	margin-top: 4px;
}


li {
	list-style-position: outside;
	margin-top: 3px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;

}

p.subhead {
	
}



/***********************************************/
/* Classes - top right bottom left */
/***********************************************/


.subhead {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px; /* This brings the subheader closer to the main text paragraphs */	
	margin-top: 4px;
	margin-left: 15px;
	
}

.indent {
	margin-left: 15px;
}

.bullet{
	list-style-image: url(images/bullet_check.gif);
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.cell1 {
	border-bottom:1px dotted #FFFFFF;
	border-right:1px dotted #FFFFFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #DFD6C7;
	
}
.cell2 {
	border-bottom:1px dotted #C9C3B9;
	border-right:1px dotted #C9C3B9;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

.cell3 {
	border-bottom:1px dotted #C9C3B9;
	border-right:1px dotted #C9C3B9;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #F1F1F1;

}

.leftdots {
border-left:2px dotted #C9C3B9;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header {
	width: 100%;
	background-color: #DFD6C7;
	color: #8B0707;
	font-size: 12px;
	font-weight: bold;	
}

#content {
	padding-top: 7px;width: 100%;
}


.cell2leftdotts {
	border-bottom:1px dotted #C9C3B9;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C9C3B9;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #C9C3B9;
}
.cell3Left {
	border-bottom:1px dotted #C9C3B9;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #F1F1F1;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C9C3B9;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #C9C3B9;
}
