body {
	font-size: 80%;
	color: #000;
	font-family: veranda, arial, helvetica, sans-serif;
	background: #fff;
	margin: 0px;
	position: relative;
}
blockquote {
	font-style: italic;
}
.quote-by {
	text-align: right;
	margin-top: 15px;
	font-style: normal;
	margin-left: 25px;
}
p,h2,h3, form,dl {
	margin-left: 10px;
	margin-right: 10px;
}
dt {
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
	clear: left;
	color: #177bc6;
}
h3 {
	font-size: 1.4em;
}
td {
	font-size: 80%;
}
img {
	border: 0px;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #20407b;
}
a:hover  {
	text-decoration: underline;
}
#leftdiv {
	position: absolute;
	top: 129px;
	left: 0px;
	width: 195px;
	background: #20407b url("../image/menutop.jpg") no-repeat top left;
}
#leftdiv h1 {
	font-size: 1.5em;
	color: #fff;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#menu a {
	display: block;
	padding-left: 10px;
	padding-bottom: 2px;
	border-top: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	background: #5f8ac7;
}
#menu a:hover, #menu a:active {
	background: #20407b;
}
#content {
	margin-top: 10px;
	padding-bottom: 10px;
	width: 780px;
	background: #fff url("../image/bluesidebar.jpg") repeat-y top left;
}
#content p,#content table,#content form {
	margin-left: 215px;
}
#content h2 {
	margin-left: 215px;
}
#content ul, #content ol {
	margin-left: 235px;
}
#content ul ul {
	margin-left: 50px;
}
#content form table {
	margin-left: 10px;
}
#content h1 {
	font-size: 1.8em;
	text-transform: uppercase;
	margin-left: 215px;
	color: #f56400;
	border-top: 2px solid #f56400;
	border-bottom: 2px solid #f56400;
}
#header {
	width: 780px;
	height: 121px;
	background: #508ab8 url("../image/bluegrad.jpg") repeat-x top left;
	border-bottom: #20407b solid 5px; 
}
#logo {
	position: absolute;
	top:0px;
	left:0px;
}
#headertop {
	width: 780px;
	height: 40px;
	background: #f97508;
	text-align: right;
	padding-top: 20px;
}
#headertop a {
	margin: 0px 20px 0px 20px;
	color: #fff;
}
#header p {
	position: absolute;
	top:90px;
	left:410px;
	margin: 0px;
	padding: 5px 5px 0px 0px;
	color: #fff;
	font-weight: bold;
	font-size: 1.7em;
}
#header h4 {
	position: absolute;
	top: 80px;
	left: 10px;
	width: 195px;
	color: #fff;
	font-size: 1em;
	margin: 0px;
}
#footer {
	width: 780px;
	background: #20407b;
	text-align: center;
	color: #fff;
}
#footer a {
	color: #508ab8;
}
#footer p {
	margin: 0px;
	text-align: left;
}
.hidden {
	display: none;
}
.floatright {
 	float: right;
	margin: 0px 10px 10px 0px;
}
.floatleft {
	float: left;
	margin: 0px 10px 10px 10px;
}
.btnleft {
	float: left;
}
.btnright {
	float: right;
}
