/* CSS Menus - Vertical CSS Menu with Popout and Dropdown Menus - 20050131 */

*{margin:0;padding:0;border:none;}
ul,ol {
	margin-left:40px;
    padding-left:0px;}
li {
	margin-bottom: 5px;
}
ul,ol{
list-style:outside;
}
body {
	background-image: url(images/bg_blue.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a {
text-decoration:underline;}


/*body{margin:0.5em 0.5em 0.5em 1.0em;font-size:100%}

/* Begin CSS Popout Menu */



#menu a, #menu h2{
	font:bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
	display:block;
	white-space:nowrap;
	margin:0;
	padding:1px 3px;
	text-align: left;
}

#menu h2{
	color:#000099;
	background-color: #FFFFFF;
}

#menu a{
	color:#000099;
	text-decoration:none;
	background-image: url(images/button_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 18px;
	border: 1px ridge #CCCCCC;
}

#menu a:hover{
color:#FFFFFF;
background:#000099;
}



#menu a:active{
color:#FFFFFF;
background:#000099;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

#menu ul ul{
width: 14em;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
	position:relative;
	margin-bottom: 0px;
}
#menu {
	margin-right: 5px;
	margin-left: 5px;
	width:10em;
}


div#menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}



div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand 

#menu a.x, #menu a.x:visited{
background:#eee url(/css/images/expand3.gif) no-repeat bottom right;
}*/

#menu a.x:hover{
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}




.whitehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;

}
.bulletlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000099;
	list-style-type: square;
}

.bulletlist a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000099;
	list-style-type: square;
	text-decoration: none;
}
.bulletlist a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000099;
	list-style-type: square;
	text-decoration: none;
}
.formfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFF99;
	border: thin solid #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 12px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10px;
	
}
p {
	margin-bottom: 10px;
}

.homeheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000099;
}

.float_left {
	margin: 5px;
	float: left;
}
.float_right {
	margin: 5px;
	float: right;
}
.clear_it {
	clear: both;
}
.clear_right {
	clear: right;
}
h1 {
	font-size: large;
	color: #000099;
}

.clear_left {
	clear: left;
}
blockquote {
	line-height: 4mm;
}
#container {
	width: 950px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 10px;
	border: thin solid #CCCCCC;
}
.indent_list {
	list-style-position: outside;
	margin-left: 15px;
	list-style-image: url(images/star_bullet.gif);
}
.errors {
	color: #FF0000;
}
.small_text {
	font-size: x-small;
}
input {
	border: thin inset #CCCCCC;
}
.good {
	color: #009933;
}
.mybutton {
	padding: 3px;
	border: thin solid #000000;
}
.cell {
	font-size:14px;
	color:black;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.title {
	font-family:arial;
	font-size:16px;
	line-height: 18px;
	font-weight:bold;
	vertical-align:top;
	color: #FFFFFF;
}
