body 
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7b91b0;
	margin: 10px 0 0;
	background-position: center top;
	background-image: url(../graphics/BigWhiteBkgnd.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}
  
/*TABLE AND CELL STYLES*/
table {
	font-size: 12px;
}
table.gradient { background-color: #fff; background-image: url("../graphics/table_gradient.gif"); border: thin solid #4254A8}

table.mainTable {
	background-color: #E6EBF2;
	padding: 0 0 0 0;
}

table.border_dark {
	/*	-moz-border-radius: 15px;*/
	/*empty-cells: true;*/
	padding: 0 0 0 0;
	background-color: #FFFFFF;
}

table.test {
	background-color: #FFFFFF;
	/*	-moz-border-radius: 15px;*/
	/*empty-cells: true;*/
}

table.volunteers {
	background-color: #E6EBF2;
	/*	-moz-border-radius: 15px;*/
	/*empty-cells: true;*/
}
td.shaded {
	background-color:#E6EBF2;
	vertical-align: top;
	padding: 5px;
}

td.logo {
	background-image: url(../graphics/cs30_logo_2010.png)
}

/*PARAGRAPH STYLES*/
p.h08px {
	margin: 0 0 8px
}

p.h08pxlist {
	white-space: normal;
	list-style-type: disc;
	list-style-position: inside;
	/*display: list-item;*/
	margin: 0 0 8px
}
	
p.h08pxIndent {
	margin: 0 0 8px 15px
}

p.head2_ital {
	color: #063cab;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	line-height: 16pt;
	margin-bottom: 10px
}
	
p.past_pres {
	/*font-size: inherit;
	line-height: inherit;*/
	margin: 4px 0 0 80px;
}

/*MENU & LINK STYLES*/
.menu_active {
	color: #339;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
	padding: 0
}

a.nav:link,a.nav:visited {
	color: #000000;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	line-height: 8pt;
	text-decoration: none;
	margin: 1px;
	padding: 0
}

a.nav:hover {
	color: #bc0076;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	line-height: 10pt;
	text-decoration: none;
	margin: 1px 1px 1px 5px;
	padding: 0
}

a.links2:link, a.links2:visited {
	color: #063cab;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline
}

a.links2:hover {
	color: #bc0076;
	text-decoration: none
}

a.links1:link, a.links1:visited {
	color: #063cab;
	font-size: 13px;
	line-height: 16px;
	text-decoration: underline
}

a.links1:hover {
	color: #bc0076;
	text-decoration: none
}

a.links3:link, a.links3:visited  /* Used in links.js */ {
	color: #000;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	text-decoration: none
}

a.links3:hover /* Used in links.js */ {
	color: #bc0076;
	font-weight: bold;
	text-decoration: none
}

/*GENERAL CLASS STYLES*/
.head1 {
	color: #1d3c8d;
	font-size: 18pt;
	font-weight: bold;
	line-height: 21pt;
	display: inline
}

.head2 {
	color: #063cab;
	font-size: 16pt;
	font-weight: bold;
	line-height: 20pt;
	display: inline }

.head2_ital {
	color: #063cab;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	line-height: 16pt;
	margin-bottom: 10px
}

.head3 {
	color: #063cab;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.head5 {
	color: #063cab;
	font-size: 9pt;
	font-weight: bold;
	display: inline
}

.calendar {
	font-size: 10pt;
	line-height: 12pt;
	display: inline
}

.maroon_italic {
	color: #bc0076;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold
}

.maroon_italic_small {
	color: #bc0076;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	display: inline;
}

.small {
	font-size: 7pt;
	line-height: 9pt;
	font-weight: bold;
}

.small_maroon {
	color: #c39;
	font-size: 8pt;
	line-height: 9pt;
	margin-top: -2px
}

.vsmall {
	font-size: 7pt;
	line-height: 7pt
}

/*DIV STYLES*/
div.flash {
	position: absolute;
	z-index: 1;
	margin-left: 200px;
	margin-top: -115px;
}

div.container {
	position: static;
	z-index: 2;
	width: 575px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.container2 {
	position: absolute;
	z-index: 0;
	margin-top: 5px;
	width: 210px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.head1White {

	color: #FFFFFF;
	font-size: 18pt;
	font-weight: bold;
	line-height: 21pt;
	display: inline
}
a.navWhite:link,a.navWhite:visited {

	color: #FFFFFF;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	line-height: 8pt;
	text-decoration: none;
	margin: 1px;
	padding: 0
}
table.border_dark_old {

	background-color: #F4F4F4;
	border: medium double #9AB6E2;
	/*	-moz-border-radius: 15px;*/
	/*empty-cells: true;*/
	padding: 0 0 0 0;
}
td.maroon_it_small {

	color: #bc0076;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold
}
.head5 {

	color: #063cab;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px
}
td.nonshaded {
	vertical-align: top;
	padding: 5px;
}
div.container_border {
	position: static;
	z-index: 2;
	width: 575px;
	background-color: #FEA0A3;
	padding: 15 15 15 15;
	font-weight: bold;
}
div.container_border_underline {
	position: static;
	z-index: 2;
	width: 575px;
	background-color: #FEA0A3;
	padding: 15 15 15 15;
	font-weight: bold;
}
div.container_border_blink {
	position: static;
	z-index: 2;
	width: 575px;
	background-color: #FEA0A3;
	text-decoration: blink;
	padding: 15 15 0 15;
	font-weight: bold;
	font-size: 24px;
}
