.editarea {  position: relative; min-height: 30px;}
                   .editlink { position: absolute; right: 2px; top: 2px; border-radius: 4px; }
                   .editlink a { display: inline-block; padding: 2px; color: #000;background-color: #0f0; text-decoration: none;
                                 font-weight: normal; font-size: 12px; border: 2px solid #000; border-radius: 4px; }

body
{
    background: #AFEEEE;
}

#aspnetForm
{
	position: relative;
	margin: 10px auto 10px auto;
	width: 770px;
	padding: 10px;
	min-height: 1000px;

}

a:link, a:visited, a:active
{
	text-decoration: none;
    color: #000066;
}

a:hover
{
    color: #000099;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
   color: #000039;
}

#header { background: #B0E0E6; }
#header h1 { display: none; }
#headerleft { width: 125px; background:  url(/images/hleft.png) center no-repeat; }
#headerright { width: 125px; background:  url(/images/hright.png) center no-repeat; }
#headermain { height: 130px;  background:  url(/images/newheaderlogo.gif) center center no-repeat; background-position: center center; }

#navtop
{
	position: absolute; left: 10px; top: 150px; 
	width: 160px;
	height: 800px;
	border: none;
}


#navtop > ul
{
	padding: 5px;
	background: #B0E0E6;
        margin: 5px 0px  5px 0px;
}

#navtop ul ul {
       padding: 0px 0px 5px 15px;
}

#navtop ul ul a {
       font-size: 13px;
}

#navtop ul li
{
    display: block;
    text-align: left;
    margin:   0px 0px 0px 0px;
    font-weight: bold;
    width: 150px;
    padding: 0px 0px 0px 0px;
}


#navtop a
{ 
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	color: #9C1873; 
	font-size: 14px;
	font-weight: normal;
	height: 20px; 
	text-decoration: none;
}

#navtop a:link
{
	text-decoration: none;
}

#navtop a:visited
{
	text-decoration: none;
}

#navtop a:hover { 	font-weight: bold; background-color: #fff; }
#navtop a:active { 	font-weight: bold; }


#navtop li.menulevel1 a:hover  { width: 115px; }

#navtop ul li .sl { font-size: 10px; padding-left: 20px; padding-top:3px;}
#navtop ul li.menulevel1 { padding-left: 20px; padding-top:2px;}
#navtop ul li.menulevel1  a { font-size: 10px; padding-bottom: 0px; }



#navbottom { display: none; }

.outerpanel
{
	background-color: #E0E2FF;
	border: solid 1px #000033;
}


#sidebar
{
	display: none;
}

.main
{
	margin: 0px auto 0px 150px;
	padding: 0px 0px 0px 20px ;
	width: 600px;
	color: #000;
}

.webtext
{
	font-size: 12pt;
}


.webtext p
{
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 10px;
}	

.webtext hr { margin-bottom: 10px; }

.webtext table { font-size: 11pt; font-weight: normal; margin-bottom: 10px; }
.webtext table p { font-size: 11pt; margin: 0; padding: 0; }
.webtext table tr { vertical-align: top; }
.webtext table td { padding: 5px; border: solid 1px #B0E0E6;  }


.webtext h1 { font-weight: bold; font-size: 18pt; text-align: left; color: #9C1873; }
.webtext h2 { font-weight: bold; font-size: 16pt; text-align: left; color: #9C1873; margin-top: 20px; }
.webtext h3 { font-weight: bold; font-size: 12pt; text-align: left; color: #9C1873; margin-bottom: 20px; }

.webtext ul { margin-bottom: 10px; margin-left: 10px; list-style-type: none; }

.pagehome .webtext h2 { font-size: 24pt; text-align: center; margin-top: 20px; margin-bottom: 30px; color: #000; }
.pageclasses h2 { font-weight: normal; text-align: left; }
.pageownevents table em { color: Red; }
.pageownevents table { margin-left: auto; margin-right: auto; }
.pageownnews h2 { text-align: left; }

.pagecontactus .fullwidth { margin: 0px 0px 0px 150px; width: 600px; }

.pagecontactus p { font-size: 12px; }


.minisitelinks { font-size: 10pt; }
.minisitelinks tr { vertical-align: top; }
.minisitelinks td.link { width: 200px; padding-bottom:8px; }
.minisitelinks td.linkdesc { padding-bottom:8px; }

#footer  { text-align: center; }
#footernav { }