body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
	color: #1155DD;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.25em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

a {
	color: #1155DD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* tables */

table.top {
	width: 950px;
	height: 160px;
	margin: 0 auto;
}

td.title {
	margin: 0;
	padding-top: 40px;
	color: #444455;
	text-decoration: none;
	line-height: 2em;
}

.title a {
	color: #444455;
}
.title a:hover {
	text-decoration: none;
}

table.content {
	width: 950px;
}

td.v_sep {
	width: 40px;
	background: url(images/v_dash.gif) repeat-y top;
}

table.side {
	width: 360px;
}

td.sub {
	background: url(images/h_dash.gif) repeat-x left bottom;
}

table.footer {
	width: 920px;
	background: #abb6cc url(images/links_top.gif) no-repeat;
	border-top: 16px solid #FFFFFF;
	color: #002288;
}

.footer h2 {
	color: #002288;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer a {
	color: #002288;
}

td.copy {
	height: 75px;
	margin: 0 auto;
	padding: 15px;
	background: #FFFFFF url(images/links_reflect.gif) repeat-x;
	text-align: center;
	color: #666666;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 40px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 90px;
	padding-top: 30px;
	background: url(images/nav.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	font-family: Comic Sans MS;
	font-size: 1.75em;
	color: #002288;
}

