/* CSS Document */
body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0055a5;
	margin: 0px;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	font-family: Verdana, Arial, Helvetica, sans-serif;  /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	f\ont-family: Verdana, Arial, Helvetica, sans-serif; /* for other IE versions */
}
h1 {
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-size: 130%;
	font-weight: bold;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
h4 {
	font-size: 110%;
	font-weight: bold;
}
.bodyOutline {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px 5px 5px 5px;
}
.footer {
	padding: 5px 5px 5px 5px;
}
.contactHome {
	padding: 5px 15px 5px 5px;
}
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		width: 150px;
		line-height: 1;
	}

#nav a {
	display: block;
	width: 10em;
}

	#nav li { /* all list items */
		position : relative;
		float : right;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	#nav li a {
	width: 10em;
	w\idth : 10em;
	display : block;
	color : black;
	/*font-weight : bold;*/
	text-decoration : none;
	/*background-color : #CCCCCC;*/
	/*border : 1px solid black;*/
	padding : 1px 0.5em 1px 0.5em;
	border-bottom: dashed #CCCCCC 1px;
	}
	
	#nav li a:hover {
		color : black;
		background-color : #EEEEEE;
	}
	#nav li ul { /* second-level lists */
		position: absolute;
		width: 10em;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
		background-color : #CCCCCC;
	}

	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	background-color : #CCCCCC;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#bodyContainer {
	background-color: #FFFFFF;
	/*background-image: url(../images/bodyTblBG.gif);*/
	background-repeat: repeat-y;
	background-position: center;
}
