* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #003464;
}
p {
	margin:0 5px 5px 5px;
}
h1 {
	font: bolder 20px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #006400;
}
h2 {
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color:black;
	margin:5px 0 5px 0;
	color:#003464;
}
h3 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:black;
}
ul {
	padding-left:20px;
}
#wrapper {
	width: 760px;
	padding: 5px;
	background-color: #f4f4f4;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	height: 50px;
	width: 770px;
	background: url(images/footer.gif);
	margin-left: auto;
	margin-right: auto;
	color: #e1e1e1;
	text-align: center;
	display:block;
	clear:both;
}
#footer a {
	color:#FE0000;
}
#content {
	width: 760px;
	background-color: #f4f4f4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0 auto;
	padding:20px 0;
	font-weight: normal;
	display:block;
	clear:both;
}
#image-top {
	width:630px;
	margin: 0px auto;
}
#header {
	height: 100px;
	width: 760 px;
	background: url(images/header.jpg);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}
body {
	margin:0;
	padding:0;
	font: bold 11px/1.5em Verdana;
}
img.floatLeft {
	float: left;
	margin-right: 5px;
}
img.entry {
	float: left;
	margin-right: 5px;
	margin-bottom:10px;
}
/* Highlights note at bottom of terms page when accessed by anchor link #important_note */
#important_note:target {
	background-color:red;
	color:white;
}
#tabs {
	float:left;
	width:100%;
	background:#F4F4F4;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #24618E;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url(images/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url(images/tabright.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {
	float:none;
}
/* End IE5-Mac hack */
    #tabs a:hover span {
	color:#FFF;
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}
