@charset "utf-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #dddbd7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	background-image:url(images/mainGradient.gif);
	background-repeat:repeat-x;
	background-position:0% 92%;*/
	margin-top: 20px;
}
.oneColFixCtrHdr #header {
	width: 790px;
	height: 156px;
	float: left;
	background-image:url(images/hdr_bkgd.gif);
	background-repeat:repeat-x;
	background-position:top;
	/*padding: 0 10px 0 20px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #circle {
	width: 161px;
	height: 156px;
	float:left;
	padding-left: 23px;
}
.oneColFixCtrHdr #headerBox {
	width: 606px;
	height: 156px;
	float: left;
}
.oneColFixCtrHdr #title {
	width: 331px;
	height: 71px;
	float: left;
	padding-left:17px;
}
.oneColFixCtrHdr #tabs {
	width: 185px;
	height: 28px;
	float: left;
	margin: 43px 0px 0px 51px;
}
.oneColFixCtrHdr #introText {
	width: 558px;
	float: left;
	margin-top: 22px;
	padding-left: 26px;
}
/* Main Page Content Styles */
.oneColFixCtrHdr #col01 {
	width: 754px;
	height: 154px;
	float: left;
	padding-left: 23px;
}
.oneColFixCtrHdr #col02 {
	width: 754px;
	height: 154px;
	clear: left;
	padding-left: 23px;
}
.oneColFixCtrHdr #illoBox {
	width: 376px;
	height: 154px;
	float: left;
	background-image:url(images/home_illustrationBKGD.gif);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #webBox {
	width: 378px;
	height: 154px;
	float: left;
	background-image:url(images/home_websitesBKGD.gif);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #comicsBox {
	width: 377px;
	height: 154px;
	float: left;
	background-image:url(images/home_comicsBKGD.gif);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #flashBox {
	width: 377px;
	height: 154px;
	float: left;
	background-image:url(images/home_flashBKGD.gif);
	background-repeat:no-repeat;
}
#illoText {
	width: 294px;
	height: 85px;
	padding: 46px 0px 0px 48px;
	line-height: 15px;
}
#illoText p {
	margin: 0px;
	padding-top: 6px;
}

#illoText a:link, #illoText a:visited {
	color: #cc3333;
	text-decoration: underline;
}

#illoText a:hover, #illoText a:active {
	color: #FFFFFF;
	background-color: #cc3333;
	text-decoration: none;
}

#webText {
	width: 294px;
	height: 85px;
	padding: 46px 0px 0px 57px;
	line-height: 15px;
}
#webText p {
	margin: 0px;
	padding-top: 6px;
}

#webText a:link, #webText a:visited {
	color: #cc3333;
	text-decoration: underline;
}

#webText a:hover, #webText a:active {
	color: #FFFFFF;
	background-color: #cc3333;
	text-decoration: none;
}

#comicsText {
	width: 294px;
	height: 85px;
	padding: 29px 0px 0px 55px;
	line-height: 15px;
}
#comicsText p {
	margin: 0px;
	padding-top: 6px;
}

#comicsText a:link, #comicsText a:visited {
	color: #cc3333;
	text-decoration: underline;
}

#comicsText a:hover, #comicsText a:active {
	color: #FFFFFF;
	background-color: #cc3333;
	text-decoration: none;
}

#flashText {
	width: 294px;
	height: 85px;
	padding: 29px 0px 0px 71px;
	line-height: 15px;
}
#flashText p {
	margin: 0px;
	padding-top: 6px;
}

#flashText a:link, #flashText a:visited {
	color: #cc3333;
	text-decoration: underline;
}

#flashText a:hover, #flashText a:active {
	color: #FFFFFF;
	background-color: #cc3333;
	text-decoration: none;
}

/* Footer Styles */
.oneColFixCtrHdr #footer {
	text-align:center;
	background:#40464e;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color:#FFFFFF;	
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Styles for transparent PNG files displaying in IE browsers */

img { behavior: url(iepngfix.htc); }