html, body {
	padding: 0;
	margin: 0;
}

body   {
	font-size: 0.75em;
	font-family: "Trebuchet MS", "Gill Sans", Verdana, Tahoma, sans-serif;
	line-height: 180%;
	color: #000;
	background-color: #292b68;
	min-width: 775px;
	text-align: center;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

img {
	border: none;
}

form {
	margin: 0;
}

a:link,
a:active,
a:visited {
	color: #006595;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #7d0000;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	margin: 10px 0 0 0;
	font-size: 150%;
	font-weight: bold;
	line-height: 170%;
}

h2 {
	margin: 10px 0 5px 0;
	font-size: 125%;
	font-weight: bold;
	line-height: 110%;
	border-bottom: 1px dotted #7d0000;
	width: 98%;
}

td {
	padding-left: 15px;
}

#wrapper  {
	text-align: left;
	margin: 20px auto;
	position: relative;
	width: 775px;
	background-color: #fff;
	background-image: url('../images/wrapper_background.gif');
	background-repeat: repeat-y;
}

#header {
	height: 168px;
}

#header_bt {
	float: left;
	background-image: url('../images/header_bird_top.jpg');
	width: 171px;
	height: 168px;
/*	margin-right: -171px;*/
}

#header_title {
	float: left;
	background-image: url('../images/header_title.gif');
	width: 604px;
	height: 168px;
/*	margin-left: 171px;*/
}

#left_container {
	float: left;
	background-image: url('../images/nav_background.gif');
	background-repeat: repeat-y;
	background-color: #fff;
}

* html #left_container { /* fix 3px bug, part 3 */
	margin-right: -3px;
}

#nav_container {
	width: 142px;
	border-top: 1px solid #7d0000;
	line-height: 150%;
}

#nav_container ul {
	margin: 0 0 0 2px;
	padding: 0;
	list-style-type: none;
}

#nav_container ul li a,
#nav_container ul li a:visited {
	display: block;
	padding: 3px 0 3px 13px;
	width: 126px;
	background-color: #ECC79B;
	border-top: 1px solid #fff;	
	border-bottom: 1px solid #7d0000;
	border-left: 1px solid #fff;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#nav_container ul li a:hover,
#nav_container ul li#active a {
	background-image: url('../images/nav_bullet.gif');	
	background-repeat: no-repeat;
	background-position: 5px 3px;
	background-color: #292B68;
	color: #fff;
	padding-left: 29px;
	width: 110px
}

#main_content {
	background-color: #fff;
	margin-left: 171px;
	margin-right: 16px;
}

* html #main_content { /* fix 3px bug, parts 1 and 2 */
	height: 1px;
	margin-left: 0;
}

.title_image {
	position: relative; /* Need this so IE6 gets the stacking order (index) right */
	margin-top: -5px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	background-color: #e1b37e;
	border-bottom: 2px solid #7d0000;
	border-left: 2px solid #7d0000;
	width: 771px;
	text-align: center;
	padding: 18px 0 5px 0;
	font-size: 11px;
}

.footer_content {
	margin-left: 135px;
}


.cap {
	padding-top: 8px;
	background-repeat: no-repeat;
}

.cap span.first {
	display: none;
}

.alert_box {
	margin: 0 auto;
	width: 500px;
	border: 1px solid #000;
	padding: 5px;
	font-size: 0.95em;
	line-height: 140%;
	background-color: #665328;
	color: #fff;
	font-weight: bold;
}

.alert_box a,
.alert_box a:visited,
.alert_box a:active,
.alert_box a:hover {
	font-weight: bold;
	color: #ff6666;
}