/* CSS Document */
html,body {  
    margin: 0;  
    padding: 0;  
    height: 100%;
	text-align:center;
}  
a {
	color: #669999;
	text-decoration: none;
}
a:hover {
	color: #990000;
}
img  {
vertical-align: top;
}
p {
	margin-top: 4px;
	margin-bottom: 8px;
	color: #333333;
	font-size: 12px;
}
h2{
	font-size: 18px;
	font-weight: bold;
	color: #669999;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3{
	font-size: 14px;
	font-weight: bold;
	color: #669999;
}
h4{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #97aaba;
	margin: 0px;
	padding: 2px;

}
li {
	font-size: 12px;
	color: #CCC;
	margin-top: 4px;
	margin-bottom: 8px;
	list-style-type: square;
}

.clear {
}
.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}
#main {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header {
	width: 760px;
	height: 70px;
	background-image:  url(/images/bkgrntop.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#corpimg {
	position: relative;
	left: 110px;
	top: 0px;
}
#topmenu {
	background-image:  url(/images/bkgrnnav.jpg);
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
	text-align: right;
}
#topmenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu a:hover {
	color: #660000;
}
#contents div{
    float: left;  
}
#leftimage {
    width: 340px;
}
#rightcolumn{
    width: 420px;
}
#message {
    width: 420px;
}
#right2col{
    width: 420px;
}
#fixedmenu{
    width: 210px;
}
#recent{
    width: 210px;
}
#news{
    width: 420px;
}
#news td {
	color: #333333;
	margin: 1px;
	font-size: 12px;
}
#footer-a {
    width: 760px;
}
#footer-a div{
    float: left;  
}
#footer-a1 {
	width: 418px;
	position: relative;
	top: 30px;
}
#footer-a1 p {
	font-size: 9px;
}
#footer-a2 {
	width: 342px;
	height: 50px;
	text-align: right;
	background-image: url(/images/bkgrnbottom.jpg);
}
#footer-b {
	width: 760px;
	background-color: #97aaba;
	text-align: center;
}
#footer-b p {
	margin: 0px;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	color: #333333;
}
#footer-b a {
	color: #FFFFFF;
	font-weight: bold;
	
}

