BODY {
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B4C7F;
	background-color: #7a99d9;
	margin: 0px;
	padding: 0px;
}

a {
	color: #586DA2;
	text-decoration: none;
}

a:hover {
	color: #002165;
	text-decoration: underline;
}

/* DHTML drop-down navigation ----------------------------------------------------------*/
.navbar {
	background-color: #88a2db;
	border-bottom: 3px solid #FFFFFF;
}

/*NAVBAR TEXT*/
.navbar a {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	line-height: 21px;
	padding-left: 6px;
	padding-right: 6px;
}

/*DROPDOWN TEXT*/
.submenu a {
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 180px;
	line-height: 20px;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	border-bottom: dotted #ffffff 1px;
}

.submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*NAVBAR HOVER COLOR*/
.navbar a:hover {
	color: #4d619c;
	background-color: #dcdef5;
}

/*SUBMENU TEXT HOVER COLOR*/
.submenu a:hover {
	background-color: #dcdef5;
	color: #4d619c;
}

td div { /* this makes TDs a container with their own coordinate system.



       absolutely-positioned elements will be offset relative to them */
	position: relative;
}

/* DHTML Drop-Down Navigation ---------------------------------------------------------------*/
	/*MAIN CONTENT CONTAINER*/
table.frame {
	background-color: #4d619c;
	background-image: url(images/content_bg.gif);
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-width: 1px 1px 0px 1px;
	border-spacing: 0px;
	border-style: solid solid hidden solid;
	border-color: #7a99d9 #7a99d9 #7a99d9;
	border-collapse: separate;
	background-color: transparent;
}

.copyright {
	font-size: 9px;
	color: #4d619e;
	vertical-align: top;
	padding: 10px;
}

.copyright a,.sub_nav a {
	color: #FFFFFF;
	text-decoration: none;
}

.copyright a:hover {
	color: #4d619e;
	text-decoration: none;
}

.shade { /*background-color: #afb247;*/
	
}

.accent {
	background-color: #572700;
}

/*
input {
  border-color:#666666;
  border-width: 1px;
  font-size: 11px;
}
*/
.frame_right {
	background-color: #463410;
	border-left: 7px solid #FFFFFF;
}

.sub_nav {
	color: #7181b4;
	background-color: #c27c13;
	line-height: 15px;
	padding-left: 15px;
	padding-top: 20px;
}

.sub_nav a:hover {
	color: #7181b4;
}

.sub_heading {
	font-weight: bold;
	color: #572700;
}

.heading {
	font-weight: bold;
	color: #572700;
	font-size: 15px;
}