/* CSS Document */

body {
	background-color: #8BA4D5;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
}
.announce {
	padding: 0px 20px 0px 20px;
	text-align: left;
}
h1 {
	font-size: 20px;
	color: #0054A6;
	margin-bottom: 5px;
	margin-top: 20px;
}

h2 {
	font-size: 15px;
	line-height: 18px;
	color: #F68F1E;
	margin-top: 20px;
	margin-bottom: 0px;
}

h3 {
	font-size: 12px;
	color: #0054A6;
	margin-bottom: 0px;
	margin-top: 20px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F00;
	margin-bottom: 0px;
	margin-top: 5px;
}
p {
	margin-top: 0px;
}

a { text-decoration:none; color: #0054A6;}
a:hover { text-decoration: underline; }

/* Layout */

#wrapper {
	margin: auto;
	text-align: left;
	width: 670px;
	background: #fff url(imgs/page-bg.gif) repeat-y;
	padding-bottom: 20px;
}

#header {
	height: 75px;
	margin-right: 9px;
}
.prTD {
	padding-top: 10px;
}

#navigation {
	margin-right: 9px;
	border-bottom: solid 3px #F68F1E;
}

#content-wrapper {
	padding-left: 20px;
	margin-right: 20px;
	float: left;
	width: 439px;
}

#breadcrumbs {
	font-size: 10px;
	margin-bottom: 20px;
}

#sidebar {
	float: left;
	background: #F1F1F1 url(imgs/sidebar-bg.gif) no-repeat;
	width: 151px;
	min-height: 400px;
	//height: 612px;
	margin-right: 9px;
	//margin: 0px;
	padding: 0px 15px 25px 15px;
	color: #666;
	font-size: 11px;
}

#sidebar ul {
	padding-left: 15px;
	//margin-left: 0px;
	margin-top: 5px;
}

#sidebar ul li {
	padding-bottom: 5px;
}

#sidebar ul#see-also {
	list-style:none;
	padding-left: 0px;
	font-size: 12px;
}

#sidebar ul#see-also li {
		background: url(imgs/sidebar_bullet.gif) no-repeat top left;
		padding-left: 12px;
}

#footer {
	font-size: 11px;
	margin-left: 20px;
	margin-right: 30px;
	padding-top: 10px;
	//padding-top: 0px;
	border-top: solid 10px #F68F1E;
	color: #595959;
	clear: both;
}

#footer a { color: #595959; }

/* Combinable */

.highlighttext {
	color: #F68F1E;
}

.main-photo {
	float: right;
	padding: 0px 0px 10px 10px;	
}