body {
	margin: 0px 0px 0px 15px;
}

div {
	border: 0px solid black;
	background: transparent;
}

form {
	border: 0px;
	margin: 0px;
}

#main, body {
	font: 11px/16px arial, helvetica, sans-serif;
	color:#7d7d7d;
	width: 768px;
}

#body {
	background: url(images/tertiary_bkgd.gif) repeat-y 128px 0px;
}

#searcharea {
	position: absolute;
	top: 40px;
	left: 530px;
	width: 248px;
	text-align: right;
}

#homerighttext p {
	font-size: 10px;
	margin-left: 22px;
}

#leftnav {
	background: url(images/leftnav_bkgd.gif) no-repeat 0 0;
	width:128px;
	float:left;
}

#homecontent{
	width:382px;
	float:left;
}

.homepic {
	margin-top:-3px;
}

#homeright {
	width:129px;
	float:left;
}

#homerighttext {
	width:120px;
	float:left;
	line-height: 15px;
}

/*  SUB PAGE STYLES   */

#tertiary {
	width: 127px;
	float: left;
	background: url(images/tertiary_bkgd.gif) repeat-y 0px 0px;
}

#tertiary ul {
	margin: 0;
	padding: 0;
}

#tertiary ul li {
	margin: 10px 10px 10px 10px;
	list-style-type: none;
}

#tertiary A {
	color: #FFF;
	text-decoration:none;
}

#tertiary A:hover, #tertiary A.thispage {
	color: #fdd407;
	text-decoration:none;
}

#content {
	width: 370px;
	float: left;
	background: url(images/content_bkgd.gif) no-repeat 0 0;
	margin-right: 12px;
}

#content P { margin: 8px 0px 8px 20px; }
#content h2 { margin-top: 32px; margin-left: 20px; }
#content h3 { margin: 8px 0px 0px 20px; }
#content p + h3 { margin: 24px 0px 0px 20px; }
#content ul, #content ol {	margin: 8px 0px 16px 0px; padding-left: 35px; }

/*  FOOTER STYLES  */
#footer {
	margin: 20px 7px 15px 0px;
	font-size: 10px;
}

#privacy {
	width:128px;
	float:left;
	text-align: center;
}

#credit {
	width:500px;
	float:right;
	text-align: right;
	color:#7d7d7d;
}

#credit A, #privacy A:hover {
	color:#7d7d7d;
}


/*  CONSTANT STYLES  */


img {
	border: 0;
}

h2 {
	font: bold 18px Arial, helvetica, sans-serif;
	color:#015891;
}

A {
	color:#015891;
	text-decoration: underlined;
}


OL {
	list-style-type: decimal;
}

OL OL {
	list-style-type: lower-alpha;
}

OL OL OL {
	list-style-type: lower-roman;
}

input.searchbox {
	border: 2px solid #fdd407;
	width: 75px;
}

br.clear-both, 
div.clear-both {
	clear: both;
	margin: 0;
	padding: 0;
}




/* MENUS */

ul.menu {
	padding: 0;
	margin: 0;
}

ul.menu li {
	font: 10px Arial, Helvetica, sans-serif;
	list-style-type: none; 
	position: relative;
	margin: 0;
	padding: 7px 5px 5px 5px; /* change here for increase-decrease of menu items padding */
	border: 1px solid #FFF; 
	border-width: 1px 0px 0px 0px;
}

ul.menu li a, ul.menu li.noborder a {
	display: block;
	text-decoration: none;
	margin: 0;
	color: #015891;
}

ul.menu li a:hover {
	color: #FFF;
}


 #menu1 {
	text-align: left; 
	position: absolute; 
	left: 270px; 
	top: 100px; 
	width: 128px;
	z-index:1; 
	visibility: hidden;
	background-color: #fdd407;
	}

#menu2 {
	text-align: left; 
	position: absolute; 
	left: 398px; 
	top: 100px; 
	width: 128px;
	z-index:1; 
	visibility: hidden;
	background-color: #fdd407;
	}

#menu3 {
	text-align: left; 
	position: absolute; 
	left: 525px; 
	top: 100px; 
	width: 128px;
	z-index:1; 
	visibility: hidden;
	background-color: #fdd407;
	}

#menu4 {
	text-align: left; 
	position: absolute; 
	left: 653px; 
	top: 100px; 
	width: 128px;
	z-index:1; 
	visibility: hidden;
	background-color: #fdd407;
	}

.menubkgd {
	width: 122px;
	margin: 0px 3px 3px 3px;
	background: url(images/menu_bkgd.gif) repeat-y 0 0;
}

.homereminder { color: #000000; font-weight: bold; }
