/* undo.css -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
:link,:visited { text-decoration:none }
ul { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
hr,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
fieldset,a img,:link img,:visited img { border:none }
address { font-style:normal }
body * {font-size:100%;}
/* -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */




/* general styles ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */
a:link, 
a:visited { 
	color: #2584c6; 
}
a:hover {
	text-decoration: underline;
}
.page, 
.page .masthead { 
	background-color: #fff;
}
.floatl { 
	float: right;
}
.floatr { 
	float: left; margin-left: 35px; margin-right: 20px;
}
.clear { 
	height: 0px;
	font-size: 0px;
	clear: both;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
.page {
	margin: 0px auto;
	width: 996px;
	text-align: left;
	position: relative;
}

.entry img{
margin:0 0 7px 7px;
}


/* masthead ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */
.page .masthead {
	border-bottom: 3px solid #b5d7f1;
	height: 6em;
	height: 97px;
}
.page .masthead .logo {
	position: absolute;
	left: 27px;
	top: 14px;
}
.page .masthead .logo a img {
	display: block;
}




/* tools (and search) -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
.page .masthead .toptools {
	font-size: .7em;
	position: absolute;
	top: 33px;
	right: 20px;
	text-align: right;
}
.page .masthead .toptools li, 
.page .masthead .toptools li a,
.page .masthead .toptools li form,
.page .masthead .toptools li input {
	vertical-align: middle;
}
.page .masthead .toptools li{
	display: inline;
	float: left;
}
.page .masthead .toptools li {
	line-height: 1.5em;
}
.page .masthead .toptools li a {
	line-height: 1.5em;
	margin-right: 6px;
	margin: 0px 6px 0px 10px;
}
.page .masthead .toptools form {
	margin-left: 10px;
}
.page .masthead .toptools form input {
	margin-left: 5px;
	border: 1px solid #a5acb2;
	font-size: 1em;
	height: 15px;
}
.page .masthead .toptools form input.button {
	border: 0px solid #cc6e00;
	background-color: #cc6e00;
	color: #fff;
	height: auto;
	padding: 1px 3px;
	font-size: .9em;
}




/* topnav ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */
#mainNav {
	border-top: 3px solid #b5d7f1;
	background-color: #edf7ff;
	position: absolute;
	top: 66px;
	left: 276px;
	width: 720px;
	height: 28px;
	text-align: center;
	font-size: .7em;
}
#mainNav a {
	font-weight: bold;
}
#mainNav a:hover {
	text-decoration: none;
}
#mainNav dt {
	display: inline;
	margin-left: 13px;
}
#mainNav dt a {
	line-height: 28px;
	padding: 7px 0px;
	margin-right: 13px;
}
#mainNav dd {
	padding: 0px;
	margin: 0px;
	text-align: left;
	margin-left: -19px;
}
#mainNav dd#m6Sub {
	margin-left: -95px;
}
#mainNav dd#menu1 {
	display: block;
}
#mainNav dd {
	width: 170px;
	position: absolute;
	top: 31px;
	left: 0px;
	border: 3px solid #b5d7f1;
	background-color: #fff;
}
#mainNav dd ul, 
#mainNav dd ul li {
	display: inline;
}
#mainNav dd ul li a {
	display: block;
	width: 150px;
	padding: 5px 5px 5px 15px;
	margin: 0px;
}
#mainNav dd a:hover {
	background-color: #b5d7f1;
}

#m0Sub, #m1Sub, #m2Sub, #m3Sub, #m4Sub, #m5Sub, #m6Sub, 
#m7Sub, #m8Sub, #m9Sub, #m10Sub, #m11Sub, #m12Sub, #m13Sub, 
#m14Sub, #m15Sub, #m16Sub, #m17Sub, #m18Sub, #m19Sub, #m20Sub {
	visibility: hidden;
}




/* header ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */
.page .header {
	border-bottom: 3px solid #b5d7f1;
	padding: 32px 35px 20px 34px;
	padding: 12px 35px 20px 34px;
	font-size: .7em;
	line-height: 1.5em;
}
.page .header a, 
.page .header a:visited {
	font-weight: bold;
	color: #cc6e00;
}
.page .header .floatl {
	width: 460px;
}
.page .header .floatr {
	width: 450px;
}
.page .header h3 {
	color: #cc6e00;
	font: normal 3.1em/1em Georgia, "Times New Roman", Times, serif;
	margin-bottom: .45em;
}
.page .header p.h3 {
	color: #cc6e00;
	font: normal 3.1em/1em Georgia, "Times New Roman", Times, serif;
	margin-bottom: .45em;
}
.page .header img {
	display: block;
}




/* main body setup -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */
.page .mainbody {
	border-bottom: 3px solid #b5d7f1;
	font-size: .7em;
}




/* footer ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */
.page .footer {
	font-size: .7em;
	line-height: 1.5em;
	padding: 20px 20px 20px 35px;
}
.page .footer .floatl {
	width: 300px;
}
.page .footer .floatr {
	width: 600px; margin-left: 0px;
}
.page .footer .floatr ul li {
	float: left;
	display: block;
	margin-left: 20px;
	text-align: center;
}
.page .footer .floatr ul li img {
	display: block;
	margin: 0px 5px 5px 5px;
}

