@charset "utf-8";
/* I hate ie6 */

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color:#1B1B1B;
	background: #febe10;
}
#container {
	width:828px;
	margin:0 auto;
	}
#header {
	background: #fff url(images/header.gif) no-repeat;
	height:243px;
	width:828px;
}
#body-container {
	margin:0 auto;
	width:770px;
}
#navigation {
	float:left;
	line-height:1.5;
	width:180px;
}
#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navigation li {
	background-color:#de6026;
	border-bottom:1px solid #fff;
	border-left:4px solid #fff;
	margin:0;
	padding:0;
	display:block;
}
#navigation ul a {
	color:#fff;
	display:block;
	font-weight:bold;
	padding:0.5em 1.2em;
}
#navigation ul a:hover {
	background-image:url(images/menu-hover.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#navigation-bottom {
	background-image: url(images/menubottom.gif);
	background-repeat:no-repeat;
	background-position: bottom center;
}
#navigation-bottom a {
	margin-left:4px;
}
#content {
	background:#fff url(images/footer-bg.gif) no-repeat bottom;
	float:right;
	padding:15px 20px;
	width:550px;
	min-height:320px;
}
/* for Internet Explorer 6*/
/*\*/
* html #content {
	height: 325px;
}
* html #navigation-bottom a {
	height:1em;
	}
/**/	
#footer {
	color:#333;
	font-size:0.9em;
	float:right;
	margin-top:10px;
	text-align:center;
	width:580px;
}
#footer p {
	line-height:1.2;
	}
#footer a {
	color:#333;
}
/*typography*/
a {
	text-decoration: none;
	color: #de6026;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
}
h1 {
	color:#5c75b1;
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
	color:#5c75b1;
	font-size: 1.6em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h3 {
	color:#5c75b1;
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
#content ol, #content ul, #content li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
strong, b {
	font-weight: bold;
}
th {
	text-align:left;
	}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.float-left {
	float:left;
	margin-right:10px;
}
.float-right {
	float:right;
	margin-left:10px;
}
hr {
	border: none 0;
	border-top: 1px solid #fff;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

