body {
	margin: 0px;
	background-color: #f3f3f3;
	font: 12px tahoma, arial, sans-serif;
}

#header {
	width: 960px;
	margin: 10px auto 1px auto;
	height: 100px;
	background: #8f0000 url(images/headerBG.jpg) no-repeat; 
	position: relative;
}

#headerTitle {
	font-size: 26px;
	color: #fff;
	padding: 20px 0px 0px 20px;
}

#headerNavLinks {
	font-weight: bold;
	position: absolute;
	color: #fff;
	left: 10px;
	top: 75px;	
}

#headerNavLinks a {
	color: #fff;
	text-decoration: none;
	margin: 0px 10px;
}

#headerNavLinks a:hover {
	color: #ffff00;
}

#main {
	margin: 5px auto 0px auto;
	background-color: #fff;
	width: 960px;
	height: 500px;
	overflow: show;
	background: url(images/pageBG.jpg) repeat-y;
	line-height: 1.4em;
}

body>#main {
	min-height: 500px;
	height: auto;
}

#footer {
	margin: 0px auto;
	padding: 2px 0px 10px 0px;
	background: url(images/footerBG.jpg) no-repeat;
	width: 960px;
	line-height: 1.2em;
}

#footerLinks {
	text-align: center;
	color: #333;
	padding-top: 10px;
	font-size: .9em;
}

#footerLinks a {
	color: #333;
}

#leftCell {
	width: 234px;
}

#leftMenu {
	padding: 0px 4px;
}

#rightCell {

	width: 202px;
}

#rightMenu {
 padding: 0px 4px;
}

#contentTable {
	margin-top: 6px;
}

#sideArticleHeader {
	color: #fff;
	background: url(images/leftMenuHeaderBG.jpg) no-repeat;
	font-weight: bold;
	padding: 6px 20px;
}

.sideMenuCategory {
	color: #000;
	margin: 20px 5px 5px 20px;
}

.articleSideLink {
	display: block;
	background: url(images/liBullit.jpg) no-repeat 0px 2px;
	padding-left: 12px;
	margin-left: 8px;
	color: #666;
	margin-bottom: 4px;
	line-height: 1em;
}

.pageTitleHeader {
	margin: 0px 0px 20px 0px;
	font-size: 22px;
	font-weight: normal;
	color: #666;
	
}

#maintContent {
	padding: 0px 10px 30px 10px;
}

.indexImg {
	float: left;
	margin: 0px 20px 20px 0px;
}

.pHeader {
	color: #000;
	font-weight: bold;
	clear: both;
	background: url(images/sectionHeaderBG.jpg) no-repeat;
	font-size: 12px;
	padding: 3px 30px;
	line-height: 1em;
	margin-bottom: 10px;
}

.contentParagraph {
	margin: 0px 0px 20px 0px;
}


/* resource include styles */

#resourceHeader {
	font-weight: bold;
	padding: 0px 5px 0px 30px;
	height: 30px;
	background: url(images/topSectionHdrBG.jpg) no-repeat;
}

#resource1 {
	color: #932121;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	padding-left: 35px;
	height: 40px;
	margin-top: 10px;
	background: url(images/topHeaderImg-1.jpg) no-repeat 0px 7px;
}

#resource2 {
	color: #932121;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	padding-left: 35px;
	height: 40px;
	margin-top: 10px;
	background: url(images/topHeaderImg-2.jpg) no-repeat 0px 7px;
}

#resource3 {
	color: #932121;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	padding-left: 35px;
	height: 40px;
	margin-top: 10px;
	background: url(images/topHeaderImg-3.jpg) no-repeat 0px 7px;
}

.topResourceSideDiv {
	margin-bottom: 30px;
	padding: 0px 5px 0px 35px;
}

.topResourceSideDiv ul {
	margin: 0px 15px 5px 15px;
	padding: 0px;
}

.visitLink {
	margin-left: 15px;
	font-size: .9em;
	font-weight: bold;
}

.warning {
	color: #CC0000;
}