/* COLORS */
/* light		 */
/* medium		 */
/* dark			 */

/* FONT SIZES */
/* 10pt is 83% of 12pt */
/* 8pt is 67% of 12pt */
/* 8pt is 80% of 10pt */
/* 12pt is 120% or 10pt */

/* GENERAL STYLES */
BODY {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color : #000000;
	color: #001f6d;
}
A:link {
	color: #001f6d;
}
A:visited {
	color: #574e79;
}
A:active, A:hover, A:focus {
	color: red;
}
A img {
	border: 0;
}
UL, OL {
	margin-top: 0.5em;
}
LI, LI UL, LI OL, LI UL LI, LI OL LI {
	margin-top: 0.25em;
}
HR.pageDiv {
	width: 50%;
	height: 1px;
	color: #001f6d;
	text-align: center;
	margin-bottom: 20px;
}
HR.separator {
	width: 20%;
	height: 1px;
	color: #574e79;
	margin-top: 1em;
}
.italic {
	font-style: italic;
}
.nobr, .nowrap {
	whitespace: nowrap;
}
ADDRESS {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	whitespace: nowrap;
	margin-top: 1em;
	margin-bottom: 1em;
}
.right {
	text-align: right;
}
/* OVERALL CONTENT FRAME */
#contentFrame {
	width: 764px;
	background: white;
	border: 1px solid #ffffff;
	margin: 0px auto;
	text-align: left;
}
#innerBorder {
	width: 762px;
	background: white;
	border: 1px solid #000000;
	margin: 0px auto;
}
/* PAGE HEADER */
#pageHeader H1, #pageHeader {
 background: #000000;
 margin: 0px;
}
/* #pageHeader H1 {
	font-size: 150%;
	padding: 10px;
	float: left;
	color: #574e79;
}
#pageHeader #pictures {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#pageHeader #pictures IMG {
	margin: 0px;
	padding: 0px;
	border: 1px solid #a8a2c6;
} */

/* NAVIGATION */
/* home page */
#homePageNav {
	background: #001f6d;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 83%;
}
#homePageNav A:link, #homePageNav A:visited {
	color: white;
	padding: 0px 1em;
	border-left: 1px solid white;
	text-decoration: none;
}
#homePageNav A:active, #homePageNav A:hover, #homePageNav A:focus {
	color: #ffe2bf;
	padding: 0px 1em;
	border-left: 1px solid white;
	text-decoration: none;
}
/* once there is sufficient browser support, delete class="firstLink" and instead use #homePageNav > A:first-child pseudo elements */
#homePageNav A.firstLink:link, #homePageNav A.firstLink:visited, #homePageNav A.firstLink:active, #homePageNav A.firstLink:hover, #homePageNav A.firstLink:focus {
	border-left: none;
}

/* subpage */
#subPageNav {
}
#subPageNav A:link, #subPageNav A:visited {
}
#subPageNav A:active, #subPageNav A.hover, #subPageNav A.focus {
}

/* MAIN CONTENT */
#mainContent {
	font-size: 83%;
	margin: 20px 0px 0px 0px;
}
.splitPod2080 {
	background-image: url(/images/vline152.gif);
	background-repeat: repeat-y;
	min-height: 1%; /* to fix peakaboo bug in ie7 */
}
.splitPod2080 #leftColumn, .splitPod2080 #leftNavColumn {
	float: left;
	width: 152px;
	margin: 0px;
	padding: 0px;
}
.splitPod2080 #rightColumn {
	margin: 0px 0px 0px 152px;
	padding: 0px;
	min-height: 1%; /* to fix peakaboo bug in ie7 */
}
.splitPod3070 {
	background-image: url(/images/vline228.gif);
	background-repeat: repeat-y;
	min-height: 1%; /* to fix peakaboo bug in ie7 */
}
.splitPod3070 #leftColumn, .splitPod3070 #leftNavColumn {
	float: left;
	width: 228px;
	margin: 0px;
	padding: 0px;
}
.splitPod3070 #rightColumn {
	margin: 0px 0px 0px 228px;
	padding: 0px;
	min-height: 1%; /* to fix peakaboo bug in ie7 */
}
.padding {
	padding: 0px 20px 20px 20px;
}
#leftNavColumn A:link, #leftNavColumn A:visited {
	color: #001f6d;
	text-decoration: none;
}
#leftNavColumn A:active, #leftNavColumn A:hover, #leftNavColumn A:focus {
	color: red;
	text-decoration: none;
}
.splitPod .leftColumn {
	float: left;
	margin: 0px;
	padding: 0px;
}
.splitPod .rightColumn {
	margin: 0px;
	padding: 0px;
	min-height: 1%; /* to fix peakaboo bug in ie7 */
}
.photo {
	float: left;
}
.spacer {
	float: right;
	border: 0px;
}
.colTop {
	margin-top: 0;
}
.indent1 {
	margin-left: 1em;
	margin-top: 0.5em;
}
.indent2 {
	margin-left: 2em;
	margin-top: 0.5em;
}
.indent3 {
	margin-left: 3em;
	margin-top: 0.5em;
}
.selected {
	margin-left: -1em;
	text-align: right;
	width: 1em;
	margin-top: 0.5em;
}
.clearFloats {
	clear: both;
	font-size: 1px;
}
.clearRight {
	clear: right;
	font-size: 1px;
}

H1 {
	font-size: 150%;
	font-weight: bold;
	font-style: normal;
	color: #001f6d;
	margin-top: 0px;
}
H2 {
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	color: #001f6d;
	border-bottom: 1px solid #001f6d;
	margin-top: 1.5em;
}
H3 {
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
}
H4 {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}
H5 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}
	
/* PAGE FOOTER */
#pageFooter {
	margin: 10px 20px;
	padding: 5px;
	text-align: center;
	font-size: 67%;
	border-top: 1px solid #001f6d;
}
#pageFooter A:link, #pageFooter A:visited {
	color: #001f6d;
	padding: 0px 1em;
	border-left: 1px solid #001f6d;
	text-decoration: none;
}
#pageFooter A:active, #pageFooter A:hover, #pageFooter A:focus {
	color: red;
	padding: 0px 1em;
	border-left: 1px solid #001f6d;
	text-decoration: none;
}
/* once there is sufficient browser support, delete class="firstLink" and instead use #homePageNav > A:first-child pseudo elements */
#pageFooter A.firstLink:link, #pageFooter A.firstLink:visited, #pageFooter A.firstLink:active, #pageFooter A.firstLink:hover, #pageFooter A.firstLink:focus {
	border-left: none;
}

/* EVENTS */
.event H4 {
	margin-bottom: 0;
}
.event .moreInfo {
	font-style: italic;
}
.event P {
	margin: 0.5em auto;
}

/* TABLES */
TABLE {
	font-size: 83%;
}
CAPTION {
	text-align: left;
	border-top: 1px solid #7b739c;
	font-weight: bold;
}
TH, TD {
	text-align: left;
	vertical-align: top;
}
.shaded {
	background: #a8a2c6;
}
THEAD TH {
	border-top: 1px solid #7b739c;
	border-bottom: 1px solid #7b739c;
}
TBODY TH {
	font-weight: normal;
}
TABLE.presentation {
	border-bottom-style: none;
}
TABLE.bordered {
	border: 1px solid #a8a2c6;
}
TABLE.bordered TH, TABLE.bordered TD {
	border: 1px solid #a8a2c6;
}
.bold {
	font-weight: bold;
}
/* hacks needed to fix I.E. box rendering problems */
/* Hides from IE5-mac \*/
* html .splitPod {height: 1%;}
* html .rightColumn {height: 1%;}
/* End hide from IE5-mac */