
html, body, div, ul, ol, form {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	background-color: #fff;
	text-align: center;
}
div.clear {
	clear: both;
}
.center {
	text-align: center;
}
a {
	color: #47668b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
a span, a:hover span, a:visited span, a:active span {
	display: none;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin: 6px 0;
	padding: 0;
	color: #47668b;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 10px;
}

p {
	font-size: 13px;
	margin: 10px 0;
}

.red {
	color: red;
}
.blue {
	color: blue;
}

table.bold tr td, table tr.bold td, table tr td.bold, span.bold, a.bold, p.bold, div.bold {
	font-weight: bold;
}

div#container {
	width: 768px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	position: relative;
	width: 100%;
	height: 78px;
	margin: 0 0 4px 0;
	background-color: #7aa3d7;
	border-bottom: 7px solid #E5EEFD;
}
a#logo {
	display: block;
	width: 210px;
	height: 100%;
	background: transparent url(logo.gif) center left no-repeat;
}
div#header span.title {
	position: absolute;
	top: 33px;
	left: 210px;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
}
div#header form#search {
	position: absolute;
	top: 30px;
	left: 230px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
div#header form#search input.search {
	width: 330px;
	border: 0;
}
div#header form#search.small {
	left: 420px;
	top: 10px;
}
div#header form#search.small input.search {
	width: 200px;
}

div#footer {
	font-size: 11px;
	text-align: center;
	color: #47668b;
	line-height: 16px;
	padding: 10px 0 25px 0;
}
div#footer form#search {
	margin: 0 0 10px 0;
}
div#footer form#search input.search {
	width: 330px;
	border: 1px solid #000;
}
div#footer a {
	color: blue;
	text-decoration: underline;
	padding: 0 5px;
}

div#left-nav, div#right-nav {
	float: left;
	width: 160px;
}
div#left-nav.small, div#right-nav.small {
	width: 120px;
}
div#left-nav div#main-menu, div#left-nav div#sub-menu {
	width: 134px;
	background-color: #e5eefd;
	border: 1px solid #7aa3d7;
	margin: 0 0 5px 0;
	padding: 2px 10px 3px 10px;
}
div#left-nav.small div#main-menu, div#left-nav.small div#sub-menu {
	width: 94px;
}
div#left-nav div#sub-menu {
	background-color: #fff;
}
div.menubox-title {
	width: 146px;
	background-color: #7aa3d7;
	color: #fff;
	padding: 1px 5px;
	font-weight: bold;
	font-size: 11px;
}
div.menubox {
	width: 134px;
	border: 1px solid #7aa3d7;
	120+border-top-width: 0;
	margin: 0 0 5px 0;
	padding: 2px 10px 3px 10px;
	font-size: 11px;
	color: #47668b;
}
div.small div.menubox-title {
	width: 106px;
}
div.small div.menubox {
	width: 94px;
}
div#right-nav div.menubox-title {
	width: 150px;
}
div#right-nav div.menubox {
	width: 138px;
}
div#right-nav.small div.menubox-title {
	width: 110px;
}
div#right-nav.small div.menubox {
	width: 98px;
}
div.menubox a, div.menubox br {
	font-size: 11px;
}
div.menubox.large a, div.menubox.large br {
	font-size: 13px;
}
div#content {
	float: left;
	width: 424px;
	margin: 0 4px 0 0;
	padding: 0 10px;
}
div#content.full {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
div#content.small {
	width: 504px;
}
div#content div.contentbox-title {
	width: 120px;
	height: 14px;
	padding: 2px 7px 3px 7px;
	font-weight: bold;
	color: #fff;
	background: #7aa3d7 url(tabcorner.gif) bottom right no-repeat;
}
div#content table.contentbox {
	width: 100%;
	margin: 0 0 5px 0;
	border: 1px solid #7aa3d7;
}
div#content table.contentbox tr td {
	padding: 5px;
}
div#content table.contentbox tr td.left {
	width: 100px;
	text-align: center;
	vertical-align: middle;
}
div#content table.contentbox tr td a {
	color: #47668b;
	text-decoration: none;
}
div#content table.contentbox tr td a img {
	border: 1px solid #000;
}
div#content table.contentbox tr td ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-position: outside;
}
div#content table.contentbox tr td ul li {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 6px;
}

div#content a {
	color: #00f;
	text-decoration: underline;
}

div.article h5 {
	font-size: 12px;
	font-weight: bold;
	color: #47668b;
	margin: 0 0 4px 0;
	padding: 0;
}
div.article p {
	font-size: 11px;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0;
}
div.article a {
	color: #00f;
	text-decoration: underline;
}
ul.articles, ul.articles li {
	margin: 0 0 0 10px;
	color: #47668b;
	font-size: 11px;
}
ul.articles li {
	padding: 2px 0;
}
ul.articles li a {
	color: #47668b;
	font-size: 11px;
}


/* GOOGLE SEARCH RESULTS */

a.googleheadline {
	font-size: 15px;
	text-decoration: underline;
	color: blue;
}
a.googletext, a.googletext:hover {
	font-size: 13px;
	text-decoration: none;
	color: black;
}
a.googlebyline {
	font-size: 12px;
	text-decoration: underline;
	color: green;
}
span.textgray {
	font-size: 11px;
	color: gray;
}
span.spellingresult {
	font-size: 15px;
	color: #c00;
}
a.spellingresult {
	font-size: 15px;
	color: blue;
}
td.blue a {
	text-decoration: underline;
	color: blue;
}
span.relatedcat {
	font-weight: bold;
}
span.relatedcat a {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}