/*================================================================================================*/

* {
	margin:				0;
}

img {
	border:				0;
	padding:			0;
}

/*================================================================================================*/

body, html {
	background-color:	#fff;
	font-family:		MS Sans Serif, Helvetica, sans-serif, Arial;
	font-size:			10px;
	text-align:			center;
}

/*================================================================================================*/

#bodybox {
	background:			url("!data/nav/bg-fire.gif") repeat-x 0px 108px #000;
	/* hackme for IE	url("!data/nav/bg-fire.gif") repeat-x 0px 110px #000; */
	margin:				auto;
	width:				760px;
	text-align:			left;
}

/*================================================================================================*/

#headerbox {
	background-color:	#fff;
	height:				88px;
	margin:				0px 0px 25px 0px; /* hackme for IE 0px 0px 0px 0px;*/
	width:				760px;	
}

/*================================================================================================*/

#logoheader {
	background-color:	#fff;
	height:				88px;
	padding:			10px 0px 10px 10px;
}

/*================================================================================================*/

#blurbheader {
	background-color:	#fff;
	float:				right;
	padding:			18px 8px 0px 0px; /* hackme for IE 28px 20px 0px 0px;*/
}

/*================================================================================================*/

#content {
	margin:				10px 5px 10px 5px;
}

#content {
background-color: #ffffff;
font-size:16px;
line-height: 20px;
}

/*================================================================================================*/

#column_eh, #column_bee, #column_see, #column_dee {
	background-color:	#fff;
    border-width:		1px;
	border-style:		solid;
	border-color:		#ddd #000 #000 #bbb;
	margin:				5px 5px 10px 5px; /* hackme for IE 5px 5px 0px 5px;*/
	float:				left;
	width:				175px;
}

#logo {
	text-align:			center;
}

/*================================================================================================*/

#column_content {
	background-color:	#fff;
    border-width:		1px;
	border-style:		solid;
	border-color:		#ddd #000 #000 #bbb;
	margin:				5px 5px 10px 5px; /* hackme for IE 5px 5px 0px 5px;*/
	float:				center;
	width:				738px;
}

/*================================================================================================*/

#full {
	background-color:	#fff;
    border:				1px solid;
	border-color:		#ddd #000 #000 #bbb;
	margin:				7px 5px 10px 5px; /* hackme for IE 5px 5px 0px 5px;*/
	float:				left;
	padding:			15px 0px 15px 0px;
	width:				738px; /* hackme for IE 730px;*/
}

/*================================================================================================*/

#footer {
	background-color:	#000;
	clear:				both;
	padding:			1px 0px 1px 0px;
}

/*================================================================================================*/

#navheader {
	background-color:	#c90c0c;
	clear:				both;
	padding:			1px 0px 1px 0px;
}

/*================================================================================================*/

.header {
	background-color:	#ccc;
	color:				#000;
	font-weight:		bold;
	padding:			2px 0px 2px 3px;
}

.subhead {
	background-color:	#000;
	color:				#fff;
	font-family:		Arial, Helvetica, sans-serif, MS Sans Serif;
	font-size:			15px;
	font-weight:		bold;
	padding:			1px 0px 1px 3px;
}

.slug {
	background-color:	#000;
	font-size:			11px;
	margin:				0px 0px 10px 0px;
}

/*================================================================================================*/

.blurb {
	font-family:		Arial, Helvetica, sans-serif, MS Sans Serif;
	font-size:			15px;
	font-weight:		bold;
	color:				#bbb;
	text-align:			right;
	text-decoration: 	none;
}

.blurb a:link, .blurb a:visited {
	color:				#fff;
	text-decoration:	underline;
}

.blurb a:hover {
	text-decoration:	none;
}

/*================================================================================================*/

p, li {
	color:				#000;
	background-color:	transparent;
	font-size:			13px;
	margin:				10px 10px 10px 10px;
	text-decoration:	none;
}

p a:link, p a:visited {
	color:				#c60000;
	font-weight:		bold;
	text-decoration:	underline;
}

p a:hover {
	color:				#000;
	font-weight:		bold;
	text-decoration:	underline;
}

/*================================================================================================*/

.ittybitty {
	font-size:			10px;
}

/*================================================================================================*/

.footer {
	font-size:			10px;
	color:				#fff;
	text-align:			center;
	text-decoration: 	none;
}

.footer a:link, .footer a:visited {
	color:				#fff;
	font-weight:		bold;
	text-decoration:	underline;
}

.footer a:hover {
	text-decoration:	none;
}

/*================================================================================================*/

.navheader {
	font-size:			10px;
	color:				#fff;
	text-align:			center;
	text-decoration: 	none;
}

.navheader a:link, .navheader a:visited {
	color:				#fff;
	font-weight:		bold;
	text-decoration:	underline;
}

.navheader a:hover {
	text-decoration:	none;
}

/*================================================================================================*/

