body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #ffffff url(../images/mainBg.jpg) top left repeat-x;
	text-align: center;
}

a
{
	color: #001d7a;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #576db3;
	text-decoration: underline;
}

#mainDiv
{
	width: 786px;
	margin: auto;
	position: relative;
	background: url(../images/mainDivBg.jpg) top left repeat-y;
	min-height: 550px;
	padding-top: 1px;
}

#leftShadow
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/leftShadow.jpg) top left no-repeat;
	width: 24px;
	height: 549px;
	z-index: 2;
}

#rightShadow
{
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/rightShadow.jpg) top right no-repeat;
	width: 24px;
	height: 549px;
	z-index: 2;
}

#headerDiv
{
	position: relative;
	height: 140px;
	width: 100%;
	z-index: 100;
	margin: 0px;
	padding: 0px;
}

#headerDiv #logo
{
	background: url(../images/w4rLogo.jpg) top left no-repeat;
	width: 136px;
	height: 157px;
	position: absolute;
	top: 6px;
	left: 60px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

#headerDiv #slogan
{
	background: url(../images/slogan.gif) top left no-repeat;
	width: 455px;
	height: 116px;
	position: absolute;
	top: 6px;
	left: 230px;
	margin: 0px;
	padding: 0px;
}

#headerDiv span
{
	display: none;
}

#searchBox
{
	position: absolute;
	bottom: 0px;
	right: 30px;
}

#searchBox input
{
	border: 1px solid #231f20;
	padding: 2px;
	width: 170px;
	margin-right: 10px;
}

#searchBox #submitSearch
{
	background: url(../images/goBtn.gif) top left no-repeat;
	width: 60px;
	height: 23px;
	border: 0px;
	cursor: pointer;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#contentDiv
{
	background: url(../images/contentBg.jpg) top left repeat-x;
	border-top: 1px solid #231f20;
	margin: 10px 24px;
	position: relative;
	min-height: 500px;
}

#contentLeftShadow
{
	background: url(../images/contentShadowLeft.jpg) top left no-repeat;
	width: 14px;
	height: 391px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#contentRightShadow
{
	background: url(../images/contentShadowRight.jpg) top right no-repeat;
	width: 14px;
	height: 391px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#menuDiv
{
	float: left;
	margin: 10px;
	width: 210px;
}

#menuDiv ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menuDiv li
{
	margin: 0px;
	padding: 0px;
}

#menuDiv a
{
	display: block;
	width: 179px;
	height: 23px;
	background: url(../images/menuItemBg.jpg) top left no-repeat;
	margin: 1px 0px;
	text-decoration: none;
	font-size: 14px;
	color: #231f20;
	text-align: left;
	padding: 8px 0px 0px 30px;
	font-weight: normal;
}

#menuDiv ul ul
{
	margin: 0px 0px 10px 17px;
	padding: 0px 0px 4px 10px;
	background: #cccccc;
	border: 1px solid #aaaaaa;
	width: 160px;	
	list-style: url(../images/subMenuArrow.gif) inside;
}

#menuDiv ul ul li
{
	margin: 4px 0px;	
	text-align: left;	
}

#menuDiv ul ul a
{
	display: inline;
	width: auto;
	height: auto;
	background: none;
	margin: 0px;	
	padding: 0px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

#menuDiv ul ul a:hover
{
	background: none;	
	color: #c12929;
}

#menuDiv a:hover
{
	background: url(../images/menuItemBgHover.jpg) top left no-repeat;
	font-weight: bold;
}

#belowMenuDiv
{
	width: 200px;
	text-align: left;
	font-size: 12px;
	margin-left: 10px;
}

#quoteDiv
{
	width: 200px;
	text-align: left;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 20px;
	font-style: italic;
}

#belowMenuDiv a
{
	display: inline;
	width: auto;
	height: auto;
	background: none;
	margin: 0px;	
	padding: 0px;
	font-size: 12px;
	color: #001d7a;
	font-weight: bold;
}

#belowMenuDiv a:hover
{
	background: none;	
	color: #576db3;
	text-decoration: underline;
}

#pageContentDiv
{
	float: right;
	width: 475px;
	text-align: left;	
	margin: 10px 20px 0px 0px;	
}

#pageContentDiv h1, h2, h3, h4, h5, h6
{
	margin: 10px 0px;
	padding: 0px;
	clear: both;
}

#pageContentDiv h1
{
	font-size: 14px;
	font-weight: bold;
}

#pageContentDiv h2
{
	font-size: 14px;
	font-weight: bold;
	color: #e12e29;
}

#pageContentDiv h3
{
	font-size: 14px;
	font-weight: bold;
	color: #e12e29;
	border-bottom: 1px solid #000000;
}

#pageContentDiv h4
{
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #000000;
	text-align: right;
}

#pageContentDiv img
{
	border: 1px solid #000000;
}

.box
{
	background: #dedede url(../images/boxBg.jpg) top left repeat-x;
	border: 1px solid #b5b4b4;
	margin: 10px 0px;
	padding: 0px 10px;
	width: 450px;
}

.box ul
{
	list-style: url(../images/boxArrow.gif);
	margin-top: 0px;
}

.box li
{
	margin: 10px 0px;
}

.clear
{
	clear: both;
}

#footerDiv
{
	clear: both;
	background: url(../images/footerBg.jpg) bottom left no-repeat;
	height: 45px;
	font-size: 11px;	
}

#footerLeft
{
	float: left;
	text-align: left;
	margin-left: 25px;
	padding: 5px 0px 0px 10px;
	width: 726px;
	border-top: 1px solid #cccccc;
}

#footerRight
{
	float: right;
	text-align: right;
	margin-right: 10px;
}

#hiddenQuotesDiv
{
	display: none;
}