body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(/New/images/BodyBgKhaki.jpg);
	background-repeat: repeat-x;
}
#current a {
	text-decoration:underline;
	font-weight:bold;
}
#current li a {
	text-decoration:none;
	font-weight:bold;
}
h1 {
	font-size: 16px;
	color: #1C7A91;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B83C36;
}
.topMost {
	background-image: url(../images/HeaderBG.jpg);
	background-repeat: repeat-x;
	height: 118px;
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#header {
	background-image: url(../../New/styles/images/HeaderBG.jpg);
	height: 118px;
	margin-top: 0px;
	font-size: 12px;
}
.main {
	padding:8px;
	font-size: 12px;
}
.footer {
	color:#ffffff;
	padding:15px;
	font-size: 12px;
}
.footer a {
	color:#ffffff;
}
#logo {
	margin-top: 0px;
	margin-left: 10px;
	float: left;
}
#headerNav {
	float: right;
	margin-right: 105px;
	margin-top: 0px;
	display: block;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	padding-top: 10px;
	font-size: 12px;
	height:75px;
	padding-left: 15px;
}
#headerNav a {
	color:#000000;
	text-decoration:underline;
}
#headerNav a:hover {
	text-decoration:none;
}
#headerNav ul {
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.clear {
	clear: both;
}
/*******************************************

Left Nav

*******************************************/

ul#LeftNav {
	margin-top:10px;
	list-style-type: none;
}
#LeftNav a {
	text-decoration: none;
	color: #1C7A91;
}
#LeftNav a:hover {
	text-decoration: underline;
}
#LeftNav li {
	list-style-type: none;
	margin-left: -38px;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
	border-bottom:1px dotted #B83C36;
}
/*********************************************************

I TRIED TO MAKE THIS EASY TO STYLE! SEE NOTES BELOW

**********************************************************/

#dropdown-holder {
	/*

		This is just the holder and how you want what is behind the

		main menu links too look like

	*/

	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(/New/images/GlobalNavBg.jpg);
	background-repeat: repeat-x;
	height:30px;
}
.dropdown {
	/*

		OVER ALL LINE HEIGHT

	*/

	line-height:30px;
}
.dropdown a {
	/* The minimum width of the "MAIN" links on top */



	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-size: 12px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height:30px;
	font-weight:bold;
}
.dropdown a:hover {
	color: #333333;
	text-decoration:underline;
	background-color: #ececec;
	height:30px;
	font-weight:bold;
}
.dropdown ul {
	top:32px;
}
.dropdown li ul a {
	/* The width of the dropdown and popout menu */

	width:275px;
	background-color:#928F73;
	/*

		Optional thought i'd make the drop down and popout transparent

		This line is also what is killing the CSS validation

	*/

}
.dropdown li ul {
	/* time for some math  {a}:width + {a}:padding + {a}:border */

	width:250px;
}
.dropdown li ul li {
	/* time for some math  {a}:width + {a}:padding + {a}:border */

	width:250px;
}
.dropdown li ul li a {
	border-top: solid 1px #ffffff;
}
.dropdown a.popout {
	/* totally optional popout indicator */

	background-image: url(../../New/images/popout.gif);
	background-position:center right;
	background-repeat:no-repeat;
}
/************************************************************

ONLY EDIT BELOW IF YOU REALLY KNOW WHAT YOUR DOING!

************************************************************/

.dropdown {
	margin:0;
	padding:0;
	list-style-type:none;
}
.dropdown ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.dropdown a {
	display:block;
}
.dropdown li {
	float:left;
	position:relative;
	display: block;
}
.dropdown ul {
	position:absolute;
	display:none;
}
.dropdown li ul a {
	float:left;
}
.dropdown li ul {
	float:left;
}
.dropdown li ul li {
	float:left;
	position:relative;
}
.dropdown ul ul {
	top:0;
	left:100%;
}
.dropdown li ul ul {
	width:auto;
	margin: -1px 0px 0px 0px;
	float:left;
}
.dropdown li:hover ul ul, .dropdown li:hover ul ul ul, .dropdown li:hover ul ul ul ul {
	display:none;
}
.dropdown li:hover ul, .dropdown li li:hover ul, .dropdown li li li:hover ul, .dropdown li li li li:hover ul {
	display:block;
}
.caption {
	font-size:10px;
	color:#B83C36;
}
.caption a {
color:#B83C36;
}
.LeftCol {
	font-size: 12px;
}
.LeftCol #ColLeft {
	margin-left: -25px;
}
.LeftCol img {
	border: 2px solid #B83C36;
}
ul#ColLeft {
	margin-left:2px;
}
h2 {
	font-size: 14px;
	color: #666666;
}
