/* CSS Document */

html,body {  
    margin: 0;  
    padding: 0;  
    height: 100%;
	text-align:center;
}  
a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
img  {
vertical-align: top;
}
.clear {
}
.clear:after {
	clear: both;
	content: ".";
	display: block;
    height: 0px;
}
#main {
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#titleimage {
	width: 750px;
	height: 80px;
}
#topmenu{
	background-color: #000066;
}
#contents {
	overflow: hidden;
	height: auto;
	width: 750px;
	background-image:  url(/images/bkground2.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
	}
#contents div {
    float: left;  
	}
#sidemenu-a {
    width: 180px;
}
#sidemenu-b {
    padding: 5px;
}
#sidemenu-b h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000066;

}
#sidemenu-b ul {
	font-size: 9pt;
	color: #666666;
	margin: 0px;
	padding-left: 15pt;
	list-style-type: square;
	line-height: 12pt;
}
#sidemenu-b li {
	margin: 0px 0px 6px;
}
#blurbs-a{
    width: 570px;
}
#blurbs-b{
	padding: 10px;
	font-size: 10pt;
	color: #333333;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#blurbs-b h2 {
	font-size: 14pt;
	color: #000066;
	margin-bottom: 14px;
	margin-top: 0px;
}
#blurbs-b h3 {
	font-weight: bold;
	font-size: 14px;
	color: #000066;
	margin-bottom: 8px;
}
#blurbs-b h4 {
	font-weight: bold;
	font-size: 12px;
	color: #000066;
	margin-bottom: 4px;
}
#blurbs-b p {
	font-size: 11pt;
	color: #333333;
	margin-bottom: 8px;
	margin-top: 0px;
	line-height: 12pt;
}
#blurbs-b ul {
	font-size: 9pt;
	color: #666666;
	margin-bottom: 8px;
	margin-top: 0px;
}

#footer{
	background-color: #333333;
	margin: 0px;
}
#footer p {
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

