body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DEE6EF;
}

#menubar {
	background-color: #92AEC4;
	height: 24px;
	padding-right: 4px;
}
#title {
	background-image: url(/images/tb.gif);
	background-repeat: repeat-x;
	text-align: right;
}

#footer {
	background-color: #92AEC4;
	height: 24px;
	text-align: right;
	font-size: 10px;
	color: #DEE6EF;
	padding-right: 10px;
	padding-left: 10px;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#left {
	width: 10px;
	background-color: #D4DEEA;
	background-image: url(/images/gp.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#right {
	width: 10px;
	background-image: url(/images/gp.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}

#sidebar {
	background-color: #D4DEEA;
}

#content {
	background-color: #FFFFFF;
}

#content p {
	font-size: 80%;
	margin-top: 5px; 
	margin-bottom: 10px; 
	text-align: justify;
	text-indent: 2em;
}

#menubar a{
	background-image: url(/images/nm.gif);
	height: 19px;
	width: 92px;
	text-align: center;
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}

#menubar a:hover{
	background-color: #B2CEE5;
	background-image: url(/images/hm.gif);
	padding-top: 4px;
	height: 20px;
}
#sidebartitle {
	background-image: url(/images/sbt.gif);
	background-repeat: no-repeat;
	background-color: #92AEC4;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
}

#sidebarcontent {
	background-color: #EEF7FF;
	background-image: url(/images/sbb.gif);
	background-repeat: repeat-y;
}

#sidebarframe {
	background-image: url(/images/sbf.gif);
	font-size: 70%;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 5px;
}

#sidebarframe p {
	margin: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebarframe a {
	text-decoration: none;
	color: #3366FF;
}

#sidebarframe a:hover {
	text-decoration: underline;
}

.blockright {
	text-align: right;
	display: block;
}

.blockleft {
	text-align: left;
	display: block;
}

#sidebardiv {
	height: 10px;
}

#content h1 {
	font-size: 150%;
	font-weight: bold;
	color: #92AEC4;
	display: block;
	clear: both;
	text-align: right;
	margin-top: 0px; 
	margin-bottom: 5px; 
}

#content h2 {
	font-size: 110%;
	font-weight: bold;
	color: #617C92;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #617C92;
	clear: both;
	margin-top: 0px; 
	margin-bottom: 5px; 
}

#content h3 {
	font-size: 80%;
	color: #617C92;
	clear: both;
	margin: 0pt;
	display: block;
}

#footerlinks {
	float: left;
}

.button {
	background-color: #92AEC4;
	background-image: url(/images/nb.gif);
	float: right;
	height: 19px;
	width: 102px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	padding-top: 3px;
	clear: left;
	margin-bottom: 10px;
	border: 0px;
}

.button:hover {
	background-color: #B2CEE5;
	background-image: url(/images/hb.gif);
	height: 20px;
	padding-top: 2px;
}

.formbutton {
	background-color: #92AEC4;
	background-image: url(/images/nb.gif);
	height: 22px;
	width: 102px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	padding: 0px;
	border: 0px;
}

.formbutton:hover {
	background-color: #B2CEE5;
	background-image: url(/images/hb.gif);
	height: 22px;
}


#content ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#content ul li{
	font-size: 80%;
	list-style-type: disc;
}

#content ol {
	margin-top: 5px;
	margin-bottom: 5px;
}

#content ol li{
	font-size: 80%;
}

#content ol li ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#content ol li ul li{
	font-size: 100%;
}

#content p a {
	text-decoration: none;
	color: #3366FF;
}

#content p a:hover {
	text-decoration: underline;
}

#content h4 {
	color: #617C92;
	font-size: 60%;
	font-weight: normal;
	margin-top: 5px; 
	margin-bottom: 10px; 
	text-align: justify;
	text-indent: 0px;
	clear: both;
}

.head {
	text-align: center;
	font-size: 75%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #92AEC4;
}

.line {
	text-align: left;
	background-color: #E5EEF6;
	font-size: 80%;
}

#content table a {
	text-decoration: none;
	color: #617C92;
}

#content table a:hover {
	text-decoration: underline;
}

#layout {
	font-size: 80%;
}

#content form {
	font-size: 80%;
}

.icon {
	float: left;
	margin: 0px 4px 4px 0px;

}