body {
	font-size:95%;
	color:#000000;
	background: #e5ecf9;
	background-image:url(../images/background2tile.jpg);
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book 
Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman 
No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century 
Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
}
.center {
	text-align:center;
}
.outside_container {
	width:952px;
	margin:0 auto;
	padding:0;
	border:thin;
	border-color:#d8d8d8;
	border-style:solid;
}
.container {
	background: #e5ecf9;
	background-image:none;
}
div.colborder {
	padding-right:23px;
	margin-right:25px;
	border-right:2px solid #d8d8d8;
}
hr {
	background:#d8d8d8;
	color:#d8d8d8;
	clear:both;
	float:none;
	width:100%;
	height:0.1em;
	margin:0 0 1.45em;
	border: none;
}
.box {
	padding:none;
	margin-bottom:.25em;
	background:#e5ecf9;
	border:none;
	color:#000000;
}
.box_white {
	padding:8px;
	margin:none;
	background:#fffff0;
	border:thin;
	border-color:#d8d8d8;
	border-style:solid;
	color:#000000;
}
.box_white_noborder {
	padding:8px;
	margin:none;
	background:#fffff0;
	border:none;
	color:#000000;
}
a {
	color:#000000;
	text-decoration:none;
}
a:link {
	color:#778899;
}      /* unvisited link */
a:visited {
	color:#214867;
}
/* visited link */
a:hover {
	color:#CBA135;
	text-decoration: underline;
}  /* mouse over link */
a:active {
	color:#ffffff;
}
/* selected link */

ul {
	padding: none;
	margin: 0;
	list-style-type: none;
}
li {
}
h1 {
	color:#000000;
}
h2 {
	color:#000000;
}
h3 {
	color:#000000;
}
.tabs {
	border-bottom:none;
	height:1%; /* fixing IE 6 */
	margin:0 0 .75em 0;
	min-height:auto;
	overflow:auto;
	font-size:100%;
	letter-spacing:.75px;
}
.tabs li {
	border:none;
	border-bottom:none;
	float:left;
	line-height:1.75;
	list-style-type:none;
	margin:0 .25em 0 0;
	padding:0;
	font-weight: bold;
	color:#000000;
}
.footer {
	font-size:75%;
}
.underline {
	text-decoration: underline;
	font-weight:bold;
}
.alt {
	color: #000000;
	font-style: italic;
	font-weight: normal;
}
.at_page {
	color:#214867;
	text-decoration: underline;
}
