/* CSS Document */
*,BODY {
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:11px;*/
}

P,TD{
	margin: 0 0 10px 0;
	line-height:18px;
	font-size:11px;
}

table.content td {
	padding:5px;
}

/*define all the IDs here*/
#container {
	width:760px;
	margin:auto;
	background-image:url(images/other_bg_stripe.gif);
	background-repeat:repeat-y;
	background-position: 110px 0px;
}

#logoholder {
	float:left;
	width:110px;
	background-color:#fff;
	}
#header {
	width:760px;
	background-color: #fff;
}
#left { /* 100*/
	float:left;
	width:90px;
	padding: 0 10px 0 10px;
}
#left UL {
	list-style-type: none;
	padding-left:0;
	margin: 0 0 0 0;
}
#left LI {
	margin: 0 0 10px 0;
	font-size:11px;
}
#content {
	width:auto;
	margin: 0 165px 0 110px;
	padding: 0 20px 0px 20px;
}
#content LI {
	 list-style-image: url(images/bullet.gif);
	 line-height:18px;
	 font-size:11px;
}
#right {
	float:right;
	width:145px;
	padding: 0 10px 0 10px;
	color: #7175B8;
}

#historynav {
	float:left;
	text-align:left;
	width:auto;
}
#footer {
	text-align:right;
	width:760px;
	color:#999999;
	background-color:#fff;
}

A IMG{/* turn off borders from linked images*/
	border:0;
}

A {
	color:#FF7F04;
}
A:LINK, A:VISITED {
	text-decoration:none;
}


A:HOVER {
	text-decoration:underline;
}
H1 {
	padding:10px;
	font-size:20px;
	color: #000099;
}

H2 {
	margin:20px 0 5px 0;
	font-size: 14px;
	color: #FF7F04;
	background:url(images/header2base.jpg) bottom repeat-x;
}

.clr {
	clear:both;
}

.rangeRight {
	float:right;
}
.rangeLeft {
	float:left;
	margin: 0 10px 10px 0;
}

.footNotes {
	font-size:10px;
	color:#999;
	padding:0px 40px 0 40px;
	
}
