body 
{
	font-family: Verdana;
	font-size: 12px;
	background-color: #E1E4F2;
	margin: 0px;
	text-align: center;
}
p
{
	text-align: justify;
}

h1 
{
	font-size: 14px;
	color: #4C628F;
}
h2 
{
	font-size: 13px;
	color: #4C628F;
	margin-bottom: -10px;
}

td
{
	vertical-align: top;
}

#main
{
	width: 800px;
	text-align: center;
	margin:0 auto;
	border: 1px solid #738FBF;
}
#content
{
	background-color: #ffffff;
	vertical-align: top;
	padding: 8px;
}
#head
{
	background-color: #738FBF;
	padding: 10px;
	height: 80px;
	vertical-align: middle;
}

#menubar
{
	background-color: #4C628F;
	padding: 2px;
	height: 14px;
	vertical-align: middle;
	font-weight: bold;
	color:#ffffff;
	text-align: right;
	padding-right: 6px;
	font-size: 11px;
}
#menubar a
{
	color: #E1E4F2;
	text-decoration: none;
	border-bottom: none 0px;
}
#menubar a:hover
{
	color: #ffffff;
}
#menubar #separator
{
	color: #738FBF;
}


#menubox 
{
	vertical-align: top;
	width: 200px;
	border-right: solid 1px #4C628F;
	text-align: right;
	padding-right: 8px;
}

#contentbox 
{
	vertical-align: top;
	padding-left: 8px;
	text-align: justify;
}

#menuhead 
{
	border-bottom: solid 1px #4C628F;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}

ul#menu
{
	list-style-type: none;
	margin: 0px;
	padding: 2px;
}

ul#menu ol {
	display: none;
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

ul#menu li, 
ul#menu a {
	font-size: 11px;
	color: #4C628F;
}

ul#menu li {
	line-height: 15px;
}

ul#menu ol li {
	border-bottom: none;
}

ul#menu a {
	text-decoration: none;
}

ul#menu a:hover
{
	color: #000000;
	border-bottom: none 0px;
}

ul#menu a.active
{
	color: #ddffff;
}

ul#menu a.visited
{
	color: #4C628F;
}

#signature
{
	width: 800px;
}
#signature a
{
	font-size: 10px;
	color: #738FBF;
	text-decoration: none;
}
#signature a:hover
{
	text-decoration: underline;
}

a
{
	color: #4C628F;
	text-decoration: none;
}
a:hover
{
	border-bottom: dashed 1px;
}

.emphasized
{
	color: #4C628F;
	font-weight: bold;
}
