/* CSS Document */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color:#f3f3f4;
	background-image: url(../images/gradient_gray.png);
	background-repeat: repeat-x;
	font-family: Verdana, "Times New Roman", "High Tower Text", serif;
	font-size: 10pt;
}

div { position:relative; }
a, img { border: none; }


#container {
	margin: 0 auto;
	width: 770px;
	text-align: left;
	vertical-align: top;
}

#logo {
	margin: 20px 0 10px 0;
	width: 100%;
	position: relative;
	border-bottom: #3e5b86 2px solid;
}

#menu {
	color:#4a5edb;
	margin: 0;
	width: 120px;
	float: left;
	position: relative;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	display: block;
	margin: 0;
	padding: 2px 8px;
	color: #3e5b86;
	text-decoration:none;
}

#menu #topa {
	border-width: 2px 0px 1px 0px;
}

#menu .secondary {
	padding-left: 22px;
	background-color:#CCCCFF;
}

#menu ul li a:hover {
	background-color: #3e5b86;
	color: #FFF;
}

#menu p {
	margin: 0px;
}

#maincontent {
	width: 615px;
	margin: 0 16px 20px 10px;
	float: right;
	min-height: 405px;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	font-size: 17pt;
	margin:0;
}
h2 {
	margin-top: 0px;
	font-size: 14pt;
	font-weight: bold;
}
h3 {
	font-size: 13pt;
}
h4 {
	font-weight: bold;
}

.signoff {
	text-align:right;
	margin-right:10px;
}
#copyright {
	text-align:right;
	font-size:8pt;
	float: left;
	position: relative;
	width: 100%;
	border-top: #3e5b86 2px solid;
	margin-top: 20px;
	color:#999999;
}

a {
	color: #0000FF;
}
a:hover {
	color: #3e5b86;
}

textarea {
	width: 100%;
	height: 150px;
}
#postbody {
	height: 300px;
}

.floatedimage {
	float:right;
	margin: 0 0 20px 20px;
}