body {
	background-color: #1d5183;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

fieldset {
	text-align: left;
	border: 1px solid #DDD;
}

legend {
	font-weight: bold;
}


#main {
	background: #FFFFFF url(bg.jpg) repeat-y;
	text-align: center;
	width: 786px;
	margin: 0px auto;
	padding: 0px 51px 100px 51px;
	background-color: #FFF;
}

#header {
	width: 786px;
	height: 170px;
}

#contentbuffer {
	padding: 10px 10px 0px 10px;
}

#content, td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	font-size: 9pt;
	line-height: 1.5em;
	color: #222;
}

td {
	padding-right: 10px;
}

.tablePad {
	padding-left: 25px;
}

p {
	padding-top: 0px;
	margin-top: 0px;
}

#side {
	font-size: 8pt;
	line-height: 1.5em;
	text-align: left;
	color: #222;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 5px 10px;
	float: right;
	border-left: 1px dotted #222;
}

h2 {
	font-size: 11pt;
	line-height: 1.1em;
	border-bottom: 1px solid #444;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
}

#menu {
	/*background-color: #163d63;	*/
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #BBB;
	border-top: 1px solid #BBB;
}

.menuitem {
	padding: 0px 20px 0px 20px;
	color: #000;
	border-left: 1px solid #BBB;
	font-size: 10pt;
	text-decoration: none;
	display: inline;	 
}

.last {
	border-right: 1px solid #BBB;
}

.menuitem a:link, .menuitem a:visited {
	text-decoration: none;
	font-size: 10pt;
	color: #000;
}

.menuitem a:hover {
	text-decoration: underline;
}
