/* Use this style sheet to override any previous defined style */
body {
	font-family:"Verdana",verdana,sans-serif;
	font-size:small;
	text-align:center;
	background:#eaf9e4;
	padding-top:12px;
}

#header, #divider1, #divider2, #content, #footer {
	position:relative;
	width:800px;
	height:auto;
	margin:0 auto;
	background:#fff;
	border:solid 0px yellow;
}

#header {
	height:129px;
	background:#fff url(/images/rightcorner.gif) no-repeat top right;
}
.hlogo {
	width:242px;
	text-align:right;
}

#divider1, #divider2 {
	height:15px;
	color:#fff;
	font-weight:bold;
	font-size:10px;
}
#divider1 {
	background:#3175b7;
}
#divider2 {
	background:#447a4b;
}
/*
.ctext {
	padding-left:481px;
}
*/
.ctext2 {
	padding-left:481px;
}
.menu, .content {
	vertical-align: top;
}
.menu {
	background: #b7b6b6;
	width:208px;
	padding-top:16px;
}

/* MENU STYLES */
.menulist {
	width:208px;
}
.menulist li {
	background:#b7b6b6;
	text-align:left;
}
.menulist a {
	font-family:"arial narrow",arial,sans-serif;
	font-variant: small-caps;
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:.02em;
	color:#fff;
	padding-left:20px;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.highlighted {
	color:#005faf;
	background:#b7b6b6 url(/images/menu_arrow.gif) no-repeat 8px 7px;
}
.menulist ul {
	border:none;
	left:208px;
	width:225px;
}
.menulist ul a {
	font-family:arial,sans-serif;
	font-size:1em;
	font-variant: normal;
	font-weight:normal;
	letter-spacing:normal;
	border:solid 1px #005faf;
}
.current-page {
	color:#005faf;
	background:#b7b6b6 url(/images/menu_arrow.gif) no-repeat 8px 7px;
}
#sitemenu .current-page {
	color:#005faf;
	background:#b7b6b6 url(/images/menu_arrow.gif) no-repeat 8px 7px;
}
/* END MENU STYLES */

.content {
	background:#fff url(/images/content_bkgd.gif) repeat-y top left;
}
#dtext {
	padding:0 8px;
	padding-left:12px;
	text-align:left;
}
#dtext a{
	font-family:arial,sans-serif;
	font-variant: normal;
	color:#0076be;
}
#footer {
	height:90px;
	background:#005faf url(/images/bottomcorner.gif) no-repeat top left;
}
.fborder {
	height:5px;
	background:#1a6c37;
}
.tmenu a {
	margin:0 10px;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	line-height:.75em;
}
.tmenu a:hover {
	color:#c7dced;
}
.cmail {
	font-size:10px;
	color:#0076be;
	margin-bottom:10px;
}
.cmail a {
	font-size:10px;
	color:#0076be;
	text-decoration:none;
}
.cmail a:hover {
	color:#c7dced;
}
.cright {
	font-size:10px;
	color:#fff;
	margin-top:10px;
}
.cright a {
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
.cright a:hover {
	color:#c7dced;
}
