@charset "utf-8";
/* CSS Document */

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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}
.thrColFixHdr #container {
	width: auto;
	border: 0;
	padding: 0;
	float: none;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 5%; 
	margin-bottom: 0;
	margin-left: 5%; 
	}
 
.thrColFixHdr #header {
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #666666;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}

.thrColFixHdr #sidebar1 {
	display: none;
}
.thrColFixHdr #sidebar2 {
	display: none;
}

.thrColFixHdr #mainContent {
	border: 0;
	float: left !important;
	background-color: #FFFFFF;
	clear: both;
	margin: 0px;
	padding-top: 0;
	padding-right: 10%;
	padding-bottom: 0;
	padding-left: 2%;
} 
.thrColFixHdr #footer {
	padding: 0 0px 0 0px;
	background-color: #FFFFFF;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #666666;
	display: none;
} 
.thrColFixHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 8px;
}
.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;
}

h1,h2,h3,h4,h5,h6 {
	font-family: sans-serif;
}
a:link {
	color: #29407C;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #327097;

}

h1 {
	font-size: 150%;
	color: #121657;
}
h2 {
	font-size: 130%;
	color: #29407C;
	padding: 4px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
h3 {
	font-size: 120%;
	color: #29407C;
	background-color: #DBDBCE;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #A29B7E;
	border-top-color: #A29B7E;
	border-right-color: #A29B7E;
	border-left-color: #A29B7E;
}
h4 {
	font-size: 12pt;
	color: #121657;
	font-weight: bold;
}

caption {
	text-align: left;
}

code {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #663333;
	font-weight: bold;

}

.filename {
	font-weight: bold;
	font-style: italic;
}
.wobbie {
	font-family: "Courier New", Courier, mono;
}
.title {
	font-weight: 500;
	font-style: italic;
}
.red {
	color: #993300;
}

.authorHome {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-weight: normal;
	font-size: x-small;
	font-style: italic;
	color: #000033;
}
.quote {
	font-weight: normal;
	color: #000033;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: small;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}

.questions {
	font-style: italic;
	color: #333333;
	font-size: smaller;
}
.bold {
	font-weight: bold;
	color: #000033;
}

.spacedOutText {
	color: #565656;
	letter-spacing: 3px;
}
TR.RowOverOdd {
	background-color: #EDF4FB;
}
TR.RowOverEven {
	background-color : #FFFFFF;
}
TR.darkBG
 {
	background-color : #003366;
	color: #DDE7F1;
}
TR.darkMedBG
 {
	background-color : #929BC2;
	color: #DDE7F1;
}
TD.darkCELL
 {
	background-color : #003366;
	color: #DDE7F1;
}
TR.lightBG
 {
	background-color : #DBDBCE;
}



#navcontainer
{
	display: none;
}
