body {
	background-color: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
}
.tableHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #790809;
	padding: 2px;
	font-size: 11px;
}
.tableEntry {
	padding: 1px;
	vertical-align: top;
	font-size: 12px;
	border: thin solid #999999;
}
table {
	background-color: #FFFFFF;
	vertical-align: top;
}
h1 {
		font-size: 24px;
	font-weight: normal;
	color: #035ba3;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #790809;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	margin: 12px 0 5px 0;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	color: #790809;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
h6 {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
p {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
.copyright {
	font-size: 10px;
	text-align: center;
	padding: 2px;
}
.nav {
	font-weight: bold;
	color: #006699;
	font-size: 12px;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.lowernav {
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}
a:visited {
	color: #0066cc;
	text-decoration: none;
}
li {
	font-size: 13px;
}
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }
hr {
	border-top: thin solid #990000;
	border-right: medium solid #990000;
	border-bottom: medium solid #990000;
	border-left: medium solid #990000;
}
#occList {
	font-size: 12px;
	width: 120px;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
}

.wireframemenu{
	border: 1px solid #f2f2f2;
	background-color: white;
	border-bottom-width: 0;
	width: 160px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	font-size: 12px;
	font-weight: normal;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
	background-color: #f2f2f2;
	color: black;
}

.wireframemenu .active {
	color: #790809;
	font-weight: bold;
}

.imgRight {
	float: right;
	padding-left: 12px;
}
.imgLeft {
	float: left;
	padding-right: 12px;
}

/* NAVIGATION */

.shadetabs{
	/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 12px;
}

.shadetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-size: 12px;
	font-weight: bold;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #0066CC;
	background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
	color: #0066CC;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #790809;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}
.smallprint {
	font-size: 10px;
	padding: 2px;
}
.white a:link {
	color: #FFFFFF;
}
.announcement {
	border: medium dashed #CCCCCC;
	padding: 6px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #f2f2f2;
}
