@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr  #leftnav {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 170px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header {
	height: 121px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 20px;
}
#header h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#header h3 {
	margin-top: 0px;
	font-size: 1.3em;
	padding-top: 0px;
}
#header img {
	border: 2px solid #666666;
}
.twoColFixLtHdr #container #mainContent #nav_horizontal {
	margin-top: 3px;
	margin-bottom: 50px;
}
#mainContent  #nav_horizontal a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-right: 10px;
	background-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#mainContent  #nav_horizontal a:hover {
	background-color: #2c3f29;
	color: #FFFFFF;
}
#mainContent ul {list-style-type: none;}
#mainContent li {padding-top: 10px;}
#leftnav a:hover {
	color: #640000;
	text-decoration: underline;
}

#leftnav ul {
	list-style-position: outside;
	list-style-type: none;
	padding-left: 0px;
}
#leftnav a {
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
	color: #666666;
}
#leftnav li {
	margin-bottom: 10px;
}
#mainContent h3 {
	margin-left: 50px;
	font-size: 1.4em;
}
#mainContent     p  {
	font-size: 0.9em;
	line-height: 1.6em;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}
#nav_horizontal p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav_horizontal .breadcrumbs a {
	color: #640000;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#mainContent table {
	margin: 0 0 0 30px;
}
#mainContent table td {
	font-size: .9em;
}
#mainContent table th {color:#640000; bottom:-10px;} 
#mainContent a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#mainContent a:hover {
	color: #640000;
}
#mainContent  #nav_horizontal  .breadcrumbs  a   {
	background-color: #FFFFFF;
	color: #640000;
}
#mainContent  #nav_horizontal  .breadcrumbs  a:hover   {
	color: #996666;
	background-color: #FFFFFF;
}
.breadcrumbs {
	font-size: 0.8em;
	font-weight: bold;
	position: relative;
	top: 10px;
	padding-left: 400px;
	color: #640000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}

.bigcap {
	font-size: 2em;
	font-weight: bold;
	margin-right: -3px;
}

.welcome {
	font-size: 1.4em;
	font-weight: bold;
	color: #640000;
}
.storyboard {
	color: #640000;
	letter-spacing: .12em;
}
#flashPlayer {margin-left: 50px;}
.bodytext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 15px; font-weight: normal; color: #000000}
#mainContent .bodytextsmall {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: 15px; font-weight: normal; color: #000000}
.titletext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; line-height: 18px; font-weight: bold; color: #000; text-transform: capitalize}
.sub-head {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal; font-weight: bold; color: #003366}
.restitletext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; line-height: 14px; font-weight: bold; color: #000;  text-align:center;}
.restitletextname {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 22px; font-style: normal; line-height: 18px; font-weight: bold; color: #000;  text-align:center;}
#mainContent ul.reslist {text-size: 8px; list-style-type:disc; margin-left:25px;}

.proposal {border-bottom: solid #666666; width: 700px; padding: 15px 0;}
.proposal a{color: #993366;}
.proposal td{border-top: 1px dashed gray; padding: 5px;}
.proposal th{padding: 5px 10px 5px 5px;border-top: solid #666666;}
.proposal ol{font-size:9px; margin-top:0;}
.due_date {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: normal; color: #003366; border: #3399CC; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin; vertical-align:center;}
th.monthtitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; line-height: 18px; font-weight: bold; color: #003366; text-transform: capitalize}

.calendar {border-bottom: solid #666666; width: 700px; padding: 15px 0;font-size:14px;}
.calendar a{color: #993366;font-size:14px;}
.calendar td{border-top: 1px dashed gray; padding: 5px; }
.calendar th{padding: 5px 10px 5px 5px;border-top: solid #666666;}
.calendar ol{font-size:9px; margin-top:0;}
.calendar td.due_date {font-size: 16px;}

img.center {vertical-align:center;}
.right {vertical-align:right;}
img.thumb {float:left; padding-right:10px;}
img.thumb a{border: white solid 0px;}
img.logo {float:right; padding-right:150px;}
h2.logo {padding-left: 50px;}

h5.bio {margin-right: 150px;}

#mainContent     h5  {
	font-size: 0.8em;
	line-height: 1.1em;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	font-weight:normal;}