body {
	background: #DBDFE8;
	margin-top: 0;
	font-family: Tahoma;
	font-size: 10pt;
	color:#00135D;
}

#container {
	margin: 0 auto 0 auto;
	width: 760px;
}

/* header */

#header {
	height: 100%;
	padding: 0;
}


#headertop {
	height: 30px;
	width: 760px;
	background: url(../img/rightnavupper.gif) right no-repeat;
}

#headerleft {
	width: 15px;
	height: 94px;
	background-image: url(../img/leftlogoround.gif);
	float: left;
}

#headerleft2 {
	width: 15px;
	height: 125px;
	background-image: url(../img/leftlogoround2.gif);
	float: left;
}

#headerlogo {
	width: 760px;
	background-color: #fff;
	padding: 0;
	height: 94px;
	float:left;
}

#headerlogo2 {
	width: 760px;
	background-color: #fff;
	padding: 0;
	height: 125px;
	float:left;
}

#headerlogoleft {
	float: left;
	width: 418px; /* width: 425px; */
}

#headerlogoright {
	float: left;
	background-image: url(../img/rightlogo.gif);
	width:320px;
	height:94px;
}

#headerlogoright2 {
	float: left;
	background-image: url(../img/rightlogo.jpg);
	width:327px;
	height:125px;
}

/* end header */

/* navigation */

#navigation {
	height: 40px;
	width: 760px;
	float: right;
	background-image: url(../img/nav/back.gif);
	margin-top: -3px;

	#margin-top: 0;
	overflow: hidden;
}

#navigation .first {
	float: right;
	list-style: none;
	padding: 0; margin: 0;

}

#navigation .first li {
	float: left;
	list-style: none;
	display: inline;
	padding: 0; margin: 0;
}

.second {
	height: auto;
	width: 165px;
	display: none;
	position: absolute;
	background-color: #D4B77F;
	border: 1px solid #B17C19;
	padding-right: 5px;
	#margin-left: -110px;
	top: 160px;
	color: #00135D;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.second li {
	clear:both;
	width: 100%;
	height: 20px;
	border-bottom: 1px dotted #B17C19;
}

.third {
	display: none;
	height: auto;
	width: 125px;
	position: absolute;
	background-color: #D4B77F;
	border: 1px solid #B17C19;
	padding: 5px;
	margin-left: 155px;
	#margin-left: 0px;
	margin-top: -20px;
	#margin-top: 0px;
	color: #00135D;
}

#navigation li:hover .second, #navigation li.sfhover .second {
	display: block;
}

#navigation li li:hover .third, #navigation li li.sfhover .third  {
	display: block;
}


/* end navigation */


/* middle */

#middle {
	width: 760px;
	background: url(../img/right.gif) right repeat-y;
	background-color: #ffffff;
}

#left {
	display: block;
	float: left;
	width: 532px;
	padding: 18px 2px 15px 15px;
	
}

#left p {
	text-align: left;
}

#left img {
	padding-right:15px;
}

#left img.thumb {
	padding-right:0px;
}

#right {
	float:left;
	width: 191px;
	padding: 10px 5px 5px 15px;
}


/* end middle */


/* footer */

#footer {
	float: left;
	width:760px;
	height:35px;
	background-image: url(../img/footerbg.gif);
	font-size: 8pt;
	color: #00135D;
}

#footerright {
	display: block;
	float: right;
	width: 211px;
	height: 35px;
	background: url(../img/footerbgr.gif) repeat-x;
}

#lowerfooter {
	width: 760px;
	height: 54px;
	background:url(../img/rightnavlower.gif) no-repeat right;
	text-align: right;
}

#lowerfooter .left {
	width: 540px;
	text-align: right;
	color: #00135D;
}

/* end footer */


/* misc */

.clear {
	clear:both;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.line {
	display: inline;
}

.aster {
	list-style-type: none;
}

.asterisks {
	padding: 0; margin: 0;
	margin-left:-10px;
	display: block;
	float: left;
	clear: left;
}


.spacedout {
	padding-left: 15px;
	line-height:2.0;
	color:#FFFFFF;
}

.padded {
	padding-left: 8px;
	padding-top: 6px;
}

.login {
	padding-top: 7px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}

label {
	display: block;
	float: left;
	width: 125px;	
}

/* end misc */


/* links */

a img {
	border: none;
	padding: 0; margin: 0;
}

a,a:visited {
	color:#00135D;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #B17C19;
}

.spacedout a {
	text-decoration: none;
	color: #fff;
}

.spacedout a:hover {
	text-decoration: underline;
	color: #fff;
}

.login a:hover {
	color: #fff;
	text-decoration: none;
}

.footerleft a, .login a {
	color: #00135D;
}

.footerleft a:hover {
	color: #00135D;
	text-decoration: none;
}

.second a, .third a {
	color: #00135D;
	text-decoration:none;
	font-weight:300;
}

.second a:hover, .third a:hover {
	color: #fff;
}

/* end links */

h1 {
	font-size: 18pt;
	color: #00135D;
	text-align: left;
}

h1.center {
	font-size: 18pt;
	color: #00135D;
	text-align: center;
}

h2 {
	font-size: 14pt;
	color: #B17C19;
	padding-top: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 10pt;
}

dt { font-weight:bold;
}
dd { margin-bottom: 20px;
margin-top: 10px;
}
.ie6 #right{
overflow:hidden
}


