body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
	background-color: #0C1966;
	background-image: url(_graphics/background.gif);
	background-repeat: repeat-x;
}
* {
	margin: 0;
	padding: 0;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      frame
*/
div#frame {
	width: 850px;
	background-image: url(_graphics/background-frame.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
}

div#frame-default {
	width: 850px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      masthead
*/

div#masthead {
	width: 850px;
	line-height: 0;
}

div#nav ul {
	list-style-type: none;
	height: 26px;
	margin: 0;
}

div#nav ul li {
	float: left;
	position: relative;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      generics
*/

p, td {
	line-height: 1.5em;
	margin-bottom: 1em;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0C1966;
	margin: 1em 0 1em 0;
	border-bottom: 1px solid #0C1966;
	padding-bottom: 0.1em;
	clear: both;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0C1966;
	margin-bottom: 1em;
}

ul {
	margin: 0.5em 0 1em 20px;
	line-height: 1.7em;
}

table {
	background-color: #CCCCFF;
	padding: 8px;
	margin: 1em 0 1.5em 0;
}

a {
	color: #0C1966;
}

.form {
	font-family: "Courier New", Courier, mono;
}

form table td {
	padding: 5px;
}

.small {
	font-size: 9px;
	font-style: italic;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      main content area
*/

div#content {
	width: 560px;
	float: left;
	padding: 0 20px;
}

div#content img {
	margin-bottom: 2em;
}

div#content-default {
	width: 810px;
	float: left;
	padding: 0 20px;
}

div#content-default hr {
	width: 100%;
	color: #0C1966;
	background-color: #0C1966;
	height: 1px;
	border: 0;
	margin-bottom: 1em;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      sidebar
*/

div#sidebar {
	width: 210px;
	float: left;
	line-height: 0px;
	margin-left: 20px;
	padding: 25px 0 20px 0;
}

div#sidebar ul li {
	margin-bottom: .5em;
}

div#sidebar hr {
	width: 100%;
	color: #0C1966;
	background-color: #0C1966;
	height: 1px;
	border: 0;
	margin-bottom: 1em;
	clear: both;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      footer
*/

div#footer {
	clear: both;
	width: 850px;
	background-image: url(_graphics/footer.gif);
	background-repeat: none;
	background-position: bottom;
	height: 100px;
	padding-top: 20px;
}

div#footer p {
	font-size: 9px;
	color: #053E6B;
	width: 560px;
	margin: 0 20px 0 20px;
	padding-top: 10px;
	border-top: 1px solid #0C1966;
}

div#footer-default {
	clear: both;
	width: 850px;
	background-image: url(_graphics/footer-default.gif);
	background-repeat: none;
	height: 100px;
	padding-top: 20px;
}

div#footer-default p {
	font-size: 9px;
	color: #053E6B;
	width: 810px;
	margin: 0 20px 0 20px;
	padding-top: 10px;
	border-top: 1px solid #0C1966;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      home page specific code
*/

div.homepic {
	width: 210px;
	float: left;
}

div.hometxt {
	width: 350px;
	float: left;
}

/*
*/

table.numbers {
	margin-bottom: 0 0 1em 0;
	padding: 0;
	border-collapse: collapse;
	border-top: 1px solid #0C1966;
	border-left: 1px solid #0C1966;
}

table.numbers th {
	padding: 4px;
	font-size: 10px;
	border-bottom: 1px solid #0C1966;
	border-right: 1px solid #0C1966;
}

table.numbers td {
	text-align: right;
	font-size: 10px;
	padding: 4px;
	border-bottom: 1px solid #0C1966;
	border-right: 1px solid #0C1966;
}

table.numbers td.left {
	text-align: left;
}

p.pages {
	text-align: center;
	font-size: 10px;
	font-style: italic;
}