html, body
{
    background: #a3c4de url(../images/bg.jpg) repeat-x;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

#menu
{
    width: 229px;
}

.corimg
{
    position: relative;
    top: -2px;
}
a.mnu_main
{
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    margin-left: 25px;
    text-decoration: none;
}

a.mnu_main:hover
{
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #cccccc;
    text-decoration: none;
}

a.mnu_sub
{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    margin-left: 40px;
    text-decoration: none;
}

a.mnu_sub:hover
{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #cccccc;
    text-decoration: none;
}
#body
{
    width: 697px;
    padding: 10px;
    background: #ffffff;
    border: 2px #000000 SOLID;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

#footer
{
    width: 100%;
    height: 223px;
    background-repeat: repeat-x;
    background-image: url(../images/footerbg.gif);
    clear: both;
}
div.footright
{
    height: 223px;
    width: 249px;
    position: relative;
    top: -223px;
    left: 700px;
}
.copy
{
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    position: relative;
    left: 4px;
    top: 165px;
}

.contitle
{
    font-family: times new roman;
    font-size: 22px;
    font-weight: bold;
    color: #1b2f57;
}
.subtitle
{
    font-family: arial;
    font-size: 18px;
    font-weight: normal;
    color: #2c639c;
    padding-bottom:10px;
}
.content
{
    
}
#photopot
{
    width: 130px;
    height: 130px;
    background: #ffffff url('../admin/images/imgsur.jpg') no-repeat;
    float:left;
}

.eventLnk
{
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding-bottom:10px;
}
.eventLnk:hover
{
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    padding-bottom:10px;
}

#contactform {
	position: relative;
	float: left;
	width: 450px;
	margin-left: 5px;
}
#contactform div.ctitle{
	position: relative;
	float: left;
	width: 100px;
}
#contactform div.cinput{
	position: relative;
	float: left;
	width: 350px;
	margin: 0px;
	padding: 0px;
	top: 5px;
	
}

div.addthis_toolbox {
	margin-left: 25px;
}

div.addthis_toolbox a {
	color: black;
}

/* Honeypot */
#contactform div.htitle {
	display: none;
}
#contactform div.hinput {
	visibility: hidden;
}
div.clear {
	clear: both;
}
