@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-color: #CCCCCC;
}

 a:link {
	color: #000099;
	background-color: transparent;
	text-decoration: none;
    }

    a:visited, a:active {
    color: #383C75;
    background-color: transparent;
	text-decoration: none;
    }

    a:hover {
    color: #383C75;
    background-color: transparent;
	text-decoration: underline;
    }

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:bold;
}

.quote {
	margin-left: 10px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

.subhead {
	font-size:.8em;
	font-weight: 700;
	color: #383C75;
}

.menu {
	font-size:0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #383C75;
	text-decoration: none;
	padding-bottom: 3px;
	font-weight: 500;
}

.subhead2 {
	font-size:.8em;
	font-weight: 700;
}

.newstitle {
	font-size:.8em;
	font-weight: 700;
	color: #383C75;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding: 3px;
}

.boxGrey {
	border: 1px solid #CCCCCC;
	background-color: #F4F4F4;
	margin: 0px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	}
	
.smalltext {
	font-size: .6em
}

.inputa {
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
	
li {
	list-style: square;
    margin-left: -20px;
}

.numlist {
	margin-left: -20px;
	list-style-type: decimal;
}

.alphlist {
	margin-left: -20px;
	list-style-type: lower-alpha;
}

.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #999999;
	color: #FFFFFF;
}

.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 10px;
} 
.thrColFixHdr #header {
	background-color: #FFFFFF;
	background-image: none;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
} 
.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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
.thrColFixHdr #sidebar2 {
	margin: 0;
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #container #sidebar2 p {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.thrColFixHdr #container #mainContent p {
	margin-top: 12px;
	margin-bottom: 12px;
}
.thrColFixHdr #searchbar {
	margin: 0;
	float: right; /* since this element is floated, a width must be given */
	width: 120px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 50px;
	left: 660px;
}
.thrColFixHdr #pdfbox {
	float: right; /* since this element is floated, a width must be given */
	background-color: #FFFFFF;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	position: relative;
	top: -1px;
	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: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 130px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
} 

.thrColFixHdr #mainContent2 {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 145px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
} 

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.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: 10px 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;
}
