/*********************************/
/*       BROWSER RESET
/*********************************/


/*********************************/
/*         BODY                  */
/*********************************/

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:75%;
width:95%;
color:Black;
}

/*********************************/
/*       GENERAL STYLES          */
/*********************************/

#wrapper {
}

#wrapper .leftEdge {
display:none;
}

#wrapper .rightEdge {
display:none;
}

.pageHeader {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-transform:uppercase;
}

h1 {
font-family:Georgia;
font-weight:bold;
font-size:146.5%;
text-transform:uppercase;
}

h3{
font-size:1.4em;
}

#main {
}

/*********************************/
/*     HEADER STYLES            */
/*********************************/

#header {
display:none;
}

/*********************************/
/*                NEWS           */
/*********************************/

.primaryNavigation {
display:none;
}

.primaryNavigation .news  {}

.primaryNavigation .news h3 {
display:none;
}


/*********************************/
/*     CONTENT STYLES          */
/*********************************/

#main .content {
}

#main .content h1, #main .content h2, #main .content h3, #main .content h4, #main .content h5, #main .content h6{
font-weight:bold;
margin:10px 0 5px 0;
}

#main .content h1  {
}

#main .content p {
margin:10px 0px;
}

#main .content .pageHeader {

}

#main .content .cornerTopLeft {
display:none;
}

#main .content .cornerTopRight {
display:none;
}

#main .content .cornerBottomLeft {
display:none;
}

#main .content  ul{
list-style-type:disc;
margin:0 0 0 20px;
}

#main .content a {
color:black;
text-decoration:underline;
}

/*********************************/
/*           FOOTER              */
/*********************************/
#main .footer {
display:none;
} 

#footer {
display:none;
}


/* floats ********************************/

.floatr {
}

.floatl {

}

/* hide admin and tighten up form stuff - added by ew */
.adminButtons 
{
    display:none;
}

#adminpanel 
{
    display:none;
}

#WEOCSecureForm fieldset ol
{
	padding: 1em 1em 0 1em !important;
	list-style: none;
	zoom: 1;
}

#WEOCSecureForm fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	list-style: none;
	padding-bottom: .5em !important;
}



