.Mainbg {
	background-image: url(../images/stripes.gif);
	background-position: center top;
	margin: 0px;
}
.leftbg {
	
	background-repeat: no-repeat;
	background-position: center top;
}
.headbg {
	background-image: url(../images/head.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.infobg {
	background-image: url(../images/info.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.eventsbg {
	background-image: url(../images/events.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.content_table
{
    padding: 0px 0px 0px 0px ;
    margin: 0px 0px 0px 0px ;
}
.bg_top{
    height: 55px;
    vertical-align:bottom;
    background-image: url(../images/bg_top.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.bg_center{
    background-image: url(../images/bg_center.png);
    background-position: center top;
    background-repeat: repeat-y;
}
.bg_bottom{
    background-image: url(../images/bg_bottom.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin-top:10px;
	margin-right: 18px;
	margin-left: 18px;
	vertical-align: top;
}
.mainlinks li a{
	color: #000066;
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid;
	border-color:#d7d7d7 #464646 #464646 #d7d7d7; /*light dark dark light*/
	background-color: #666666;
	text-decoration:none;
	
}

h1
{
	font-size: 18px;
	text-align: left;
	color: #005080;
	border-bottom: solid 1px #005080;
	font-variant: small-caps;
}
h2
{
	font-size: 14px;
	text-align: left;
	color: #006090;
	font-style: italic;
}
h3
{
	font-size: 12px;
	text-align: left;
	font-weight:bold;
}
h4{}
