/* CSS Document */

body {
	background-color: #E6E6E6;
	margin-top: 0px;
	padding-top: 0px;
}

body, td {
	font: 12px Arial, Helvetica, sans-serif;
	color: Black;
}

a, a.link, a.hover, a.visited {
	text-decoration: underline;
	color: #0066CC;
}

/*** section_head ***/

.section_head {
	background-color: #DADFF0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid #999999 1px;
	padding: 2px;
	text-align: center;
}

.section_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EFEFEF;
	background-image: url(../images/section_bg.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	border-right: solid #999999 1px;
	border-bottom: solid #999999 1px;
	border-left: solid #999999 1px;
}

.section_text {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: Maroon;
	padding: 5px;
}

.section_body ul{
	list-style-image: url(../images/bullet_tricolor.gif);
	line-height: 90%;
	font-size: 110%;
}

.section_body li {
	margin-bottom: 10px;
}

.section_test {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	color: Gray;
	background-color: #F0F0F0;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/*** dunno ***/

.main_section_head {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00008B;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

/***  main_body  ***/

.main_body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: justify;
}

.title {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
}

.main_body ul{
	list-style-image: url(../images/bullet_tricolor.gif);
	list-style-position: outside;
	list-style-type: none;
}

.main_body li {
	margin-bottom: 10px;
}


.image_std {
	margin-bottom: 12px;
	border: 1px solid Black;
}
.pull_quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996666;
	border-top-color: #990000;
	border-bottom-color: #990000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	padding: 5px;
	line-height: 95%;
	text-align: center;
}

/*** Table of Contents ****
This was for the AVM University but will not be used
on this site
*/

.toc {
	font-family: "Courier New", Courier, monospace;
	font-size: smaller;
	color: "Dark Gray";
	list-style-type: upper-roman;
	background-color: #FFFFCC;
}

.toc ul {
	margin: 10px;
}

.toc ul li {
	list-style: upper-roman;
}

/*** text nav links ***/

#textnav {
	font-family: sans-serif;
	font-size: 11px;
	color: Maroon;
}

#textnav a, a.link {
	text-decoration: none;
	color: Maroon;
}

#textnav a.hover {
	color: Red;
	text-decoration: underline;
}

/***  left and right side columns ***/

.leftside {
	border: 1px solid Silver;
	padding: 5px;
	background-color: #EFECE4;
}

.rightside {
	padding: 5px;
	background-color: #EFECE4;
	border: 1px solid Silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.rightside ul {
	margin-left: 1.5em;
	padding-left: 0;
}

.rightside ul li {
	margin: 0;
	padding: 0;
}

/* FAQ Styles */

#faq p.switchcontent {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFE0;
	padding: 5px;
}

.faq-question {
	text-align: left;
	text-decoration: underline;
	color: Blue;
	cursor: pointer;
}

/* These are the styles for the Non-javascript menus */
/*
I'm not sure these are being used anymore
*/

#nojs-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
}

#nojs-menu ul {
	margin-left: -40px;
}

#nojs-menu li {
	margin-left: 20px;
	list-style-image: url(../images/bullet_menu.gif);
}

/*** misc ***/

.highlight {
	background-color: #FFFF99;
}

/
@media print {
	DIV.noprint {
		display: none;
	}
}