/* Sitewide styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0px;
	background-color: #232549;
}

p {
	font-size: 1em;
}

#pgmaintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-variant: small-caps;
	color: #CC0000;

<link rel="shortcut icon" href="images/favicon.ico" />
}

/* Page header styles */
#headertitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #232549;
}

/* Page footer styles */
#footer a:link {
	color: #cccccc;
	text-decoration: none}
#footer a:visited {
	color: #cccccc;
	text-decoration: none}
#footer a:hover {
	color: #cccccc;
	text-decoration: none;
	border-bottom: 1px dashed #cccccc;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#footer a:active {
	color: #cccccc;
	text-decoration: none}

#footer {
	font-size: 1em;
	color: #CCCCCC;
	background-color: #232549;
	position: absolute; 
	left: 45px;
}

/* Large rectangle around navbar and content area */
#pagebody {
	/* width: 100%; */
	float: left; 
	background-color: #C5C68E;
	position: absolute; 
	left: 45px;
	width: 72em;
	clear: both;
}

/* Main content area in the middle of the page */
#contentarea {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #FFFFFF;
	padding: 5px; 
	position:relative;
	float: left; 
	width: 56em;
}
#contentarea a {
	color: #333333;
    text-decoration: none;
    border-bottom: #999999;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none; }
#contentarea a:hover {
	background-color:#C5C68E;
/*	color: #333333;
	text-decoration: none;
    border-bottom: #333333;
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none; */
}
#contentarea a.emlicon {
    text-decoration: none;
    border-style: none; 
    border-width: 0;
    border-style: none;; 
}
#contentarea a.emlicon :hover {
    text-decoration: none;
	background-color:#C5C68E;
    border-style: none; 
    border-width: 0;
    border-style: none;; 
}
#contentarea ul {
	list-style-type: circle;
}
#contentarea h1 {
	font-weight: normal;
	color: #cc0000;
	font-size: 1.5em;
}
#contentarea h2 {
	font-weight: normal;
	color: #cc0000;
	font-size: 1.2em;
}


/* Navbar styles */
#navbar {
	font-size: 1em;
/*	border: 1px #999999; */
	width: 13em;
	background-color: #C5C68E;
	padding: 5px;
	float: left;
}
#navbar a:link {
	color: #333333;
	text-decoration: none;

}
#navbar a:visited {
	color: #333333;
	text-decoration: none}
#navbar a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#navbar a:active {
	color: #333333;
	text-decoration: none}
#navbar .hilite {
	color: #CCCCCC;
	background-color: #990000;
}

/* Home page styles */
#announcements {
	width: 60%;
	padding: 5px;
	float: left;
}
#announcements h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #DD0005;
}
#announcements h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	list-style-type: none;
	font-size: 1em;
	font-weight: bold;
	padding-left: 20pt;
	background-image: url(images/starfish-bullet.gif);
	background-repeat: no-repeat;
	height: 21px;
	vertical-align: bottom;
}

#announcements p {
	padding-left: 20pt;
	margin-top: 0;
}

/* Home page's What's New column */
#whatsnew {
	border: 1px solid #999999;
	background-color: #E0CEBA;
	float: right;
	clear: right;
	width: 15em;
	text-align: center;
	margin-bottom: 1px;
}

#whatsnew #wnmaintitle {
	font-size: 1em;
	color: #CC0000;
	font-weight: bold;
}

/* Calendar styles */
#calendarbox {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 1em;
}
#calendarbox .calevtitle {
	font-weight: bold;	
	color: #993300;
}
#calendarbox .calevsubtitle {
	color: #333333;
}
#calendarbox .calevdesc {
	
}
#calendarbox .caldatecol {
	background-color: #CCCCCC;
}
#calendarbox .calsignuplinks {
	line-height: 0.5em;
}
#calendarbox .separator {
	border-bottom: 1px solid #cccccc
}

/* Style for all forms on the site */
#contentarea #formeventdetails {
	font-size: 1.3em;
	color: #CC0000;
}
#contentarea #formnotes {
        font-size:1.2em;
        font-weight:bold;
        color: red;
	border: 1px solid #FF0000;
	padding: 5px;
	margin: 2px;
	width: 90%;
}
#contentarea form {
	border: 1px dotted #CCCCCC;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#contentarea input {
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
#contentarea textarea {
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
#contentarea select {
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
#contentarea form #submitbutton {
	border-bottom-style:outset;
}
#contentarea div.formrow {
  clear: both;
  padding-top: 2px;
  }

#contentarea div.formrow span.label {
  float: left;
  width: 7em;
  text-align: right;
  }
  
/* style for invalid form field label */
#contentarea div.formrow span.vlabel {
  float: left;
  width: 7em;
  text-align: right;
  color:#FF0000;
  font-weight:bold;
  }

#contentarea div.formrow span.field {
  float: left;
  text-align: left;
  margin-left: 5px;
  } 

/* Signup list styles */
#signuplistheaderrow {
	color: #666666;
	border: #999999;
	background-color: #CCCCCC;
}
#signuplistbody {
	font-size: 1em;
	clear: left;
}
#signuplisttitle {
	font-size: 1.3em;
	color: #CC0000;
	float: left;
}
#signupformlink {
	float: right;
	padding: 1px;
	border: 1px solid #FF0000;
}


<!-- committee page styles -->
#ctteetable {
	width: 65%;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#ctteetable .titlecol {
	background-color:#CCCCCC;
}

#contentarea a.totop {
	padding-left: 15px;
	background-image:url(images/totop.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.formerrmsg {
	color: #FF0000;
	border: 1px solid #FF0000;
	padding: 3px;
}


.submitstatus{
	background-color:#FF0000;
	color: #ffffff;
	padding: 3px;
}
