#topmodules {
	background-color:#fff;
	font-family:verdana, arial, sans-serif;
	}
	
#toplinks {
	border-bottom:1px solid #ccc;
	height:35px;
	}

body {
	background-image:  url(../images/page_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Sans-Serif;
	}
	
p {
	font-size:.8em;
	}
	
h1.rtcol {
	font-size:16px;
	color:#313e8c;
	background-image: url(../images/h1_rtcol_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:7px;
	margin:0;
	}
	
#frame {
	width:750px;
	margin:0 auto;
	text-align:left;
	/*background-color:#d8a11e;*/
	padding-bottom:2px;
	}
	
#allContainer {
	float:left;
	}
	
#header {
	display:block;
	float:left;
	width:750px;
	/*height:108px;*/
	padding:0;
	margin:0;
	}
	
#headerLeft {
	display:block;
	float:left;
	width:360px;
	height:108px;
	background-image: url(../images/headerLeft_bg.gif);
	background-repeat:no-repeat;
	}
	
#searchField {
	width:350px;
	color:#fff;
	height:22px;
	/*margin-top:78px;*/
	margin-right:10px;
	text-align:right;
	}
	
#headerRight {
	display:block;
	float:left;
	width:390px;
	height:108px;
	background-image: url(../images/headerRight_bg.gif);
	}
	
#topNavContainer {
	width:390px;
	height:50px;
	margin-top:23px;
	}
	
#topNavContainer ul {
	float:right;
	padding:0;
	margin:20px 10px 0 0;
	}
	
#topNavContainer li {
	display:inline;
	margin-left:5px;
	/*line-height:40px;*/
	}
	
#topNavContainer li a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	}
	
#topNavContainer li a:hover {
	color:#f5c451;
	font-size:12px;
	text-decoration:underline;
	}
	
#healthTipsHead {
	display:block;
	float:left;
	width:750px;
	height:56px;
	background-image: url(../images/healthTips.gif);
	}
	
.healthTipItem {
	/*background-color:#cc0000;*/
	margin-top:15px;
	padding-left:5px;
	padding-bottom:7px;
	border-bottom:1px solid #ccc;
	}
	
.healthTipItem p {
	margin:0;
	padding:0;
	}

.pressReleaseItem, .newsItem {
	/*background-color:#cc0000;
	margin-top:15px;*/
	padding-right:14px;
	}
	
.newsItem {
	margin-top:15px;
	}
	
.pressReleaseItem p, .newsItem p {
	margin:0;
	padding:0;
	}
	
.date {
	font-size:10px;
	margin-bottom:5px;
	}
	
.tipLinkBox {
	/*background-color:#00cc00;*/
	}
	
.tipLinkBox a {
	color:#c54e06;
	font-size:.8em;
	}
	
.tipLinkBox a:hover {
	color:#cc0000;
	font-size:.8em;
	text-decoration:none;
	}
	
#twoColHead {
	display:block;
	float:left;
	width:750px;
	height:36px;
	background-image: url(../images/2col_subpage_head.gif);
	background-repeat:no-repeat;
	}
	
#threeColHead {
	display:block;
	float:left;
	width:750px;
	height:36px;
	background-image: url(../images/3col_subpage_head.gif);
	background-repeat:no-repeat;
	}
	
/* ----------------------------------------------- 2 column --------------------------------------------------*/

#twoColContainer {
	float:left;
	width:750px;
	background-image: url(../images/2colContent_bg.gif);
	bakcground-repeat:repeat-y;
	}
	
#twoColContainer .leftColumn {
	float:left;
	width:181px;
	}
	
#twoColContainer .rightColumn {
	float:left;
	width:569px;
	}
	
#twoColContainer .rightColumn p a {
	color:#c54e06;
	}
	
#twoColContainer .rightColumn p a:hover {
	color:#cc0000;
	text-decoration:none;
	}
	
#twoColContainer .footerImage {
	float:left;
	width:750px;
	height:20px;
	background-image: url(../images/2col_footer_bg.gif);
	}
	
.downloadContainer {
	margin-right:8px;
	}
	
.downloadContainer h2 {
	color:#fff;
	font-size:14px;
	text-decoration:none;
	border:0;
	margin-top:0;
	background:none;
	}
	
.downloadItem {
	background-image:url(../images/downloadItem_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #ccc;
	margin-bottom:10px;
	margin-right:10px;
	padding:3px 10px 10px 10px;
	}
	
.downloadItem a {
	background-image:url(../images/downloadButton_bg.png);
	background-position:left;
	font-size:12px;
	padding:3px 3px 3px 15px;
	color:#fff;
	text-decoration:none;
	}
	
#searchResults {
	margin-right:8px;
	}
	
#searchResults h2 {
	font-size:1em;
	height:27px;
	line-height:27px;
	padding-left:15px;
	background-image:url(../images/h2_bg.png);
	background-position:left;
	color:#fff;
	}
	
#searchResults a {
	color:#3c457a;
	}
	
#searchResults a:hover {
	color:#cc0000;
	text-decoration:none;
	}
	
#resultContainer {
	background-color:#f5f5f5;
	margin-right:8px;
	padding:8px;
	margin-bottom:5px;
	border:1px solid #ccc;
	}
	
#searchResults p, #resultsContainer p {
	color:#b48619;
	margin:5px 0px 0px 0px;
	padding:0;
	}
	
#searchResults p.score, #resultsContainer p.score {
	color:#000;
	}
	
/* ----------------------------------------------- 2 column END --------------------------------------------------*/
	
	
/* ----------------------------------------------- 3 column --------------------------------------------------*/

#threeColContainer {
	float:left;
	width:750px;
	background-image: url(../images/homeContent_bg.gif);
	bakcground-repeat:repeat-y;
	}
	
#threeColContainer .leftColumn {
	float:left;
	width:181px;
	}
	
#threeColContainer .centerColumn {
	float:left;
	width:398px;
	/*margin-right:7px;
	height:400px;*/
	}
	
/*#threeColContainer .centerColumn img {
	border:1px solid #36437f;
	}*/
	
#threeColContainer .rightColumn {
	float:left;
	width:151px;
	padding-left:10px;
	padding-right:10px
	/*height:400px;*/
	}
	
#threeColContainer .rightColumn p {
	padding:0;
	margin:0;
	}
	
.thirdColumn {
	margin-top:15px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	}
	
#threeColContainer .footerImage {
	float:left;
	width:750px;
	height:20px;
	background-image: url(../images/3col_footer_bg.gif);
	}
	
/* ----------------------------------------------- 3 column END --------------------------------------------------*/
	

/* ----------------------------------------------- Left Nav Start --------------------------------------------------*/

#leftNavContainer {
	width:169px;
	padding-bottom:4px;
	border-top:1px solid #8b8b8b;
	border-bottom:1px solid #8b8b8b;
	background-image: url(../images/nav_bg.png);
	background-repeat:repeat-y;
	}
	
.leftLinkBox {
	/*background-color:#cc0000;*/
	margin-top:4px;
	}
	
.leftLinkBox a:link {
	display:block;
	width:143px;
	height:26px;
	padding-left:25px;
	color:#fff;
	line-height:26px;
	font-size:12px;
	background-image: url(../images/leftnav_bg.png);
	text-decoration:none;
	}
	
.leftLinkBox a:hover {
	background-position:bottom;
	}
	
.leftLinkBox a:active {
	display:block;
	width:143px;
	height:26px;
	padding-left:25px;
	color:#000;
	line-height:26px;
	font-size:12px;
	background-image: url(../images/leftnav_bg.png);
	text-decoration:none;
	}
	
.leftLinkBox a:visited {
	display:block;
	width:143px;
	height:26px;
	padding-left:25px;
	color:#fff;
	line-height:26px;
	font-size:12px;
	background-image: url(../images/leftnav_bg.png);
	text-decoration:none;
	}
	
/* ----------------------------------------------- Left Nav End --------------------------------------------------*/
	
#publicHealthLogo {
	width:181px;
	height:126px;
	margin-top:30px;
	background-image: url(../images/publicHealthLogo.jpg);
	}
	
#subMainColumn {
	display:block;
	float:left;
	width:569px;
	height:400px;
	background-color:#6571a7;
	}
	
.mainContentContainer {
	margin-right:8px;
	}
.mainContentContainer p {
	padding:0 10px 0 10px;
	}
	
.mainContentContainer h2 {
	font-size:1em;
	height:27px;
	line-height:27px;
	padding-left:15px;
	background-image:url(../images/h2_bg.png);
	background-position:left;
	color:#fff;
	}
	
#footer {
	/*display:block;*/
	float:left;
	width:750px;
	height:45px;
	background:#030f5a;
	background-repeat:no-repeat;
	color:#fff;
	font-size:10px;
	}
	
#footerLeft {
	float:left;
	width:325px;
	line-height:45px;
	padding-left:15px;
	/*border:1px solid #ccc;*/
	}
	
#footerRight {
	float:right;
	width:410px;
	line-height:45px;
	/*border:1px solid #cc0000;*/
	}
	
#footerRight ul.footerLinks {
	float:right;
	padding:0;
	margin:0px 10px 0 0;
	height:45px;
	line-height:45px;
	}
	
#footerRight li {
	display:inline;
	margin-left:5px;
	/*line-height:40px;*/
	}
	
#footerRight li a {
	color:#fff;
	font-size:10px;
	text-decoration:none;
	}
	
#footerRight li a:hover {
	color:#f5c451;
	font-size:10px;
	text-decoration:underline;
	}
	
/*#footer a {
	color:#cc0000;
	}*/
	
#clear {
	clear:both;
	}
	
#test {
	background-color:#cc0000;
	}