body {
	background-color: white;
	padding: 0px;
	margin: 0px;
	color: navy;
	font-family: Trebuchet MS, Arial;
	font-size: 12pt;
}
a {
	color: #1b4bb0;
}
a:hover {
	color: #1b4bb0;
	text-decoration: none;
}
a.small {
	font-size: 8pt;
	text-decoration: none;
	color: blue;
}
a.small:hover {
	color: red;
}
div#header_image {
	width: 600px;
	height: 95px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
}
div#facebook {
	position: absolute;
	top: 10px;
	left: 620px;
	margin: 0px;
	padding: 0px;
	border: none;
}
iframe#ad_160x600 {
	height: 700px;
	width: 160px;
	position: absolute;
	top: 10px;
	left: 620px;
	margin: 0px;
	padding: 0px;
	border: none;
}
iframe#ad468 {
	height: 70px;
	width: 600px;
	margin-left: 66px;
	margin: 8px 0px 0px 66px;
	padding: 0px;
	border: none;
}
div.header {
	width: 600px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div.header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.header li {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	display: inline;
}
div.header li a {
	color: black;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
div.header li a:hover {
	text-decoration: underline;
}
div.header li img {
	vertical-align: middle;
}
div.categories {
	width: 600px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: black;
	font-size: 11pt;
	font-weight: bold;
}
div.categories ul {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
div.categories li {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	display: inline;
}
div.categories li a {
	color: black;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
div.categories li a:hover {
	text-decoration: underline;
}
div.categories li img {
	vertical-align: bottom;
	border: none;
	width: 21px;
	height: 21px;
}
div#errors {
	position: absolute;
	top: 200;
	left: 200;
	width: 300px;
	padding: 10px;
	margin: 5px;
	text-align: center;
	background-color: #fcf4e0;
	border: groove navy;
	color: red;
	font-weight: bold;
}
div#errors ul {
	list-style-type: none;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}
div#errors a {
	color: blue;
	text-decoration: underline;
}
div#errors a:hover {
	color: blue;
	text-decoration: none;
}
div.pages {
	clear: all;
	width: 570px;
	margin: 2px;
	font-family: Trebuchet MS, Arial;
	font-size: 12pt;
	text-align: right;
}

div#content {
	clear: all;
	width: 550px;
	margin: 2px 25px 2px 25px;
	padding: 0px;
	border: 1px solid navy;
	font-family: Trebuchet MS, Arial;
	font-size: 12pt;
	background-color: #fef4e0;
}
div#content h1 {
	margin: 0px 0px 10px 0px;;
	padding: 5px 10px 5px 10px;
	font-family: Trebuchet MS, Arial;
	font-size: 14pt;
	color: white;
	background-color: #122e5a;
	font-weight: bold;
}
div.groupbox {
	border: 1px solid white;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 5px 0px;
	color: white;
	font-family: Trebuchet MS, Arial;
	font-size: 12pt;
}
div.groupbox h2 {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	background-color: white;
	color: black;
	font-family: Trebuchet MS, Arial;
	font-size: 14pt;
}
div.groupbox h3 {
	margin: 0px;
	padding: 12px 5px 4px 5px;
	font-family: Trebuchet MS, Arial;
	font-size: 13pt;
}
div.groupbox ul {
	margin: 4px;
	padding: 0px;
	list-style-type: none;
}
div.groupbox p {
	margin: 0px;
	padding: 4px;
}
input.textbox {
	background-color: #404040;
	border: 1px solid #d0d0d0;
	color: white;
	padding: 2px;
}
div.formlabel {
	padding-top: 4px;
	font-size: 8pt;
	font-weight: bold;
}
div.article {
	margin: 0px 10px 15px 10px;
	padding: 0px;
	font-family: verdana,arial;
	font-size: 10pt;
	color: black;
}
div.article h3 {
	margin: 0px;
	padding: 0px;
}
div.article h3 a {
	font-family: verdana,arial;
	font-size: 12pt;
	color: navy;
	font-weight: bold;
	text-decoration: none;
}
div.article h3 a:hover {
	text-decoration: underline;
}
div.article h4 {
	font: 78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	color: gray;
}
div.article h4 a {
	color: #505050;
	text-decoration: none;
}
div.article h4 a:hover {
	text-decoration: underline;
}

