html, body {
	margin:0;
	padding:0;
	height: 100%;
	min-height: 600px;
	background-color: #001A3E;
	background-image: url(../images/icons/background.png);
}
a:link {
	color: #808080;
}
a:visited {
	color: #808080;
}
a:hover {
	color: #808080;
}
a {
	color: #993300;
	}

div {
	font-family: Gill, Helvetica, sans-serif;
	color: white;
}

img {
	border: 0px;
	text-align: center;
}
p { font-size: 14px; }
h1 { font-size: 20px; }
h2 {
	font-size: 18px;
	color: lightblue;
	line-height: normal;
}
h3 { font-size: 16px; color: darkgray; }
li { margin: 5px; }

#header {
	width: 100%;
	min-width: 900px;
	height: 100px;
	font-size: 18px;
	background-image: url(../images/icons/transparent.png);
}

#headerContent {
	height: 100px;
	width: 900px;
	font-size: 18px;
	margin: auto;	
}

#logo {
	position: relative;
	width: 491px;
}

#navMenu {
	height:50;
	position: relative;
	width: 390px;
	text-align: right;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	visibility: visible;
}

#navMenu a {
	color: #808080;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 2px;
	padding-bottom: 12px;
	display: block;
	font-size: 16px;
	float: left;
}
#navMenu a:hover { text-decoration: underline; }
#navMenu a:active { text-decoration: underline; }

#navMenu div {
	position:absolute;
	bottom:225px;
	right:3px;
	width: 385px;
}
#navMenu a.selected {
	background-image: url(../images/icons/nav_arrow-down.png);
	background-position: 17px 10px;
	background-repeat: no-repeat;
}

#dropdownMenu {
	z-index: 2;
	display: none;
	float: right;
	top: 90px;
	padding: 20px;
	right: 10px;
	font-size: 14px;
	border: 3px solid white;
	background-image: url(../images/icons/transparent.png);
	background-color: #000;
	line-height: 20px;
}

#dropdownMenu[id] {
	font-size: 14px;
	padding: 20px;
	right: 10px;
	border: 3px solid white;
	background-image: url(../images/icons/transparent.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: right;
	position: fixed;
	top: 90px;
}

#dropdownMenu * {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
}
#dropdownMenu a { padding: 0px; float: none; text-align: left; }

#searchMenu {
	font-size: 12px;
	text-align: right;
	padding: 5px 0px 5px 0px;
	border-left: 3px solid white;
	border-right: 3px solid white;
	color: white;
	background: #283665;
}

#content {
	padding-bottom: 50px;
	min-height: 300px;
	border-bottom: 3px solid white;
	border-left: 3px solid white;
	border-right: 3px solid white;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	background-color: #283665;
	position: relative;
}
#content a { color: lightblue; }
#content a:hover { color: #C0C0C0; }
#content ul, #content li, #content ol { font-size: 12px; }

#contentLeft {
	width: 665px;
	margin-right: 250px;
	padding-top: 50px;
	padding-left: 10px;
}
table.chapterTable { border-collapse: collapse; font-size: 12px; font-weight: bold; border: 2px solid white; width: 98%; }
table.formsTable { border-collapse: collapse; font-size: 12px; font-weight: bold; border: 2px solid white; width: 98%; }
td.midTableHeader { border-top: 1px solid white; border-bottom: 1px solid white; }
#thead th { color: lightblue; font-size: 14px; border-bottom: 1px solid white; text-align: left;}
#tbody tr, #tbody td { font-size: 12px; padding: 5px; font-weight: normal; }
table.staffTable { border-collapse: separate; border-spacing: 20px; border: 0px; font-weight: normal; padding: 0; margin: -15px; }

#contentRight {
	width: 219px;
	min-width: 219px;
	position: absolute;
	top: 120px;
	right: 55px;
	overflow: hidden;
	padding-top: 0px;
	height: 300px;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	border-left: 3px solid white;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	left: 789px;
}

#footer {
	padding-top: 5px;
	text-align: center;
	font-size: 10px;
	color: white;
	clear: both;
}
#footer a { color: #C0C0C0; }
#footer a:hover { color: lightblue; }

#sort_order { float: left; padding: 0px 2px 0px 2px; vertical-align: middle;}

.tip { background: black; padding: 10px; font-size: 14px; border: 1px solid white; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
.left { float: left; }
.right {
	float: right;
	padding-top: 75px;
	left: 125px;
}
.center { text-align: center; margin: auto;}
div.contentBase {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
} 
div.left { position: relative; float: left; }
div.right { margin: auto; float: right; }
div.middle { margin-top:-10px; top:50%; vertical-align:middle; position: absolute; }
div.bottom { margin-top:-30px; top:100%; vertical-align:middle; position: absolute; }
div.staffCell { padding: 5px; margin: 5px; clear:both; }
img.logoPosition {
	position: relative;
	top: 32px;
	z-index: 1;
	visibility: visible;
}
img.staffBio { height: 100px; width: 100px; float: left; margin: 5px; }
img.profile { float: left; clear:both; margin-right: 15px; margin-bottom: 5px; }
img.theme { float: right; clear:both; margin-left: 15px; margin-bottom: 5px; }
img.miniPDF { height: 20px; width: 20px; vertical-align: middle; }
ul.staffList { font-size: 10px; float: left; margin: 1px;}
ul.noBulletPoints { list-style: none; margin-left: 0; }
ul.noBulletPoints li { margin: 10px; }
ol.numbered {list-style-type:decimal; }
p.subParagraph { margin-left: 30px; font-size: 12px; }
p.subSubParagraph { margin-left: 60px; }
p.subNavigation { font-size: 11px; padding: 5px; }
p.subNavigation a { font-size: 11px; }
p.caption { font-size: 11px; margin: 0px; text-align: center;}
table.borderedCells { font-size: 12px; width: 98%; }
h2.subParagraph {
	font-size: 14px;
	margin-left: 30px;
	font-weight: bold;
}
h2.subSubParagraph { margin-left: 60px; } 
h4.subHeader {
	font-size: 14px;
	border-top: 2px solid white;
	padding-top: 2px;
	color: #ADD8E6;
}

td {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
	


/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	color: #000000;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
#navigation a:hover {
	color:#003366;
	background-color: #E6E1CE;
	}
	
#logo 	{
	color: #003366;
	letter-spacing:.2em;
	line-height:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	}

#tagline 	{
	color: #003366;
	letter-spacing:.4em;
	line-height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	color: #003366;
	letter-spacing:.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#dateformat a {
	color: #003366;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#dateformat a:hover {
	color: #003366;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	color:#FFFFFF;
	line-height:16px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}
	
.pageName{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	vertical-align: middle;
	}
	
.subHeader {
	color: #ADD8E6;
	line-height:16px;
	letter-spacing:0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-bottom-style: none;
	border-top-style: groove;
	border-right-style: none;
	border-left-style: none;
	}

.quote {
	color: #ADD8E6;
	line-height:24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	}
	
.smallText_white {
	color: #FFFFFF;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	}
	
.smallText {
	color: #FFFFFF;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-right: 25px;
	padding-left: 25px;
	}
	
.navText {
	color: #808080;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	font-variant: normal;
	padding: 0px;
	}
	
.Text_whiteCopy {
	color: #FFFFFF;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
}
.bodyText-bold {
	color:#FFFFFF;
	line-height:16px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
.td-head {
	background-image: url(../images/icons/split.jpg);
	background-repeat: repeat-x;
}
.CIP_nav {
	color: #808080;
	line-height:normal;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
}
.subnavText {
	color: #808080;
	line-height:normal;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-variant: small-caps;
}

