
body {
	font-size: 80%;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 115%;
	color: #B1121B;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top:0;
	left:0;
	z-index:1;
}
.clear-float { /* 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;
	display: block;
}
#header {
	height: 216px;
	width: 990px;
	background-image: url(/assets/images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	top:0;
	left:0;
	z-index:1;
}
#logo {
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	width: 990px;
}
#logo-image {
	float: left;
	height: 218px;
	width: 230px;
}

#logo-text {
	margin-top: 50px;
	margin-left: 9px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
}
#menu {
	height: 38px;
	width: 798px;
	position: absolute;
	top: 0px;
	right: -0px;
	z-index: 99;
	background-color:#15135f;
}

#action-alert {
	height: 27px;
	width: 788px;
	position: absolute;
	right: 0px;
	float: left;
	bottom: 0px;
	padding-left: 10px;
	vertical-align: middle;
	line-height: 27px;
}
#action-alert  .headlines {
	font-size: 100%;
	color: #15135f;
	text-transform: uppercase;
}
#action-alert  h3 {
	font-size: 120%;
	text-transform: uppercase;
	color: #15135f;
	float: left;
	padding-right: 10px;
	font-weight: bold;
}
#site-search/*
   SITE SEARCH
*/
 {
	width: 192px;
	height: 29px;
	position: absolute;
	z-index: 100;
	top: 189px;
	left: 0px;
}
#site-search   .label {
	color:#15135f;
	font-weight:bold;
}
#site-search   .submit {
	margin-top: 5px;
}
#site-search  .search {
	padding: 0;
	margin: 0;
	height: 18px;
	width: 108px;
	font-size:11px;
	margin-top: 3px;
	border:solid #15135f 1px;
}
#sub-menu {
	height: 24px;
	width: 990px;
	clear: both;
	padding-top: 2px;
	padding-left: 2px;
	position: relative;
	z-index: 100;
}
#contents {
	clear: both;
}
#contents-left {
	float: left;
	width: 250px;
}
#contents-middle {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 505px;
}
#contents-middle p {
	margin-top: 15px;
}

ul.star-list {
	padding-left: 5px;
	margin-left: 10px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(/assets/images/star.gif);
	padding-top: 10px;
}
ul.star-list li {
	padding-bottom: 15px;
}


#contents-right {
	float: right;
	width: 205px;
	text-align: center;
}
#copyright {
	color: #FFFFFF;
	background-color: #B0121B;
	font-size: x-small;
	text-align: center;
	background-image: url(/assets/images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 9px;
	padding-bottom: 5px;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
}
#copyright p   {
	line-height: 120%;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer {
	text-align: center;
	font-size: x-small;
	margin-top: 6px;
	margin-bottom: 3px;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
}

