html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#FFF;
}

#entire {
	position:relative;
	margin:0 auto;
	padding:0;
	width:780px;
	height:100%
}

#header, #headerTop, #headerMid, #headerBot {
	position: relative;
	width:780px;
	margin:0 auto;
	padding:0;
	height:370px;
	background-color:#999;
	background-position:top center;
	background-repeat:no-repeat
}

#headerTop {
	height:100px;
	background-image:url(../images/layout/header-top.gif)
}

#headerTop #topMenu {
	position:absolute;
	top:0px;
	left:35px;
	width:212px
}

#topMenu ul, #topMenu ul li {
	margin:0; padding:0;
}

li.mainNav {
	margin:0;
	list-style:none;
}

li.mainNav a {
	display:block;
	margin:0 auto;
	padding:0;
	width:200px;
	height:30px;
	background-image:url(../images/buttons/arrow-red-green.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:35px;
	line-height:30px
}

li.mainNav a:hover {
	background-position:bottom left;
	background-color:#e9e9e9
}

#headerTop #topSearch {
	position:absolute;
	top:35px;
	left:270px;
	height:30px
}

#topSearchBar {
	background-color:#E9E9E9;
	border:#CCC solid 1px;
	height:16px;
	width:150px;
	vertical-align:top;
	font-family:"Courier New", Courier, monospace; 
	font-size:11px
}

#topSearchGo {
	background-color:#999;
	border:none;
	height:20px;
	width:28px;
	background-image:url(../images/buttons/go.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#topSearchGo:hover {
	background-position:bottom
}

#headerMid {
	height:125px;
	background-image:url(../images/layout/header-middle.jpg)
}

#headerTitle {
	margin:0; padding:0;
	position:absolute;
	top:30px;
	left:35px
}

#headerTitle h1 {
	margin:0; padding:0;
	line-height:40px;
	font-size:40px;
	color:#FFF;
	letter-spacing:-1.5px
}


#headerSlogan {
	margin:0; padding:0;
	position:absolute;
	top:70px;
	left:55px
}

#headerSlogan h2 {
	margin:0; padding:0;
	line-height:16px;
	font-size:16px;
	color:#333;
	letter-spacing:-0.4px
}

#headerBot {
	height:145px;
	background-image:url(../images/layout/header-bottom.jpg)
}

#headerBot #latestItem {
	margin:0; padding:0;
	position:absolute;
	top:57px;
	left:265px;
	width:250px;
	height:70px;
	overflow:auto
}

#entire #mainNav {
	position:absolute;
	margin:0;
	padding:0;
	width:265px;
	top:230px;
	left:0px;
	background-image:url(../images/layout/nav-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom
}

#entire #mainNav ul {
	margin:0;
	margin-top:10px;
	margin-left:18px;
	padding:0
}

#defNavMain {
	margin:0 auto;
	padding:0;
	width:200px
}

#defNavMain h4 {
	text-indent:20px
}

.defNav, .defNav li {
	margin:0; padding:0
}

.defNav li {
	list-style:none
}

.defNav li a {
	display:block;
	margin:0 auto;
	padding:0;
	width:200px;
	height:24px;
	text-indent:5px;
	line-height:24px;
	background-color:#E9E9E9;
	border-bottom:#FFF solid 1px;
	font-weight:bold;
	font-size:11px
}

.defNav li a:hover {
	background-color:#CCC
}

.sideCol {
	font-size:10px;
	letter-spacing:-5px;
	width:10px
}

#footer, #footer #topBar, #footer #bottomBar {
	margin:0; padding:0;	
}

#footer {
	margin-top:10px
}

#footer #topBar, #footer #bottomBar {
	height:26px;
	line-height:26px;
	text-indent:10px
}

#footer #topBar {
	background-color:#6c92b7;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}

#footer #bottomBar {
	background-color:#e9e9e9;
	color:#666;
	font-size:11px
}

#footer #bottomBar a {
	color:#666
}

#footer #bottomBar a:hover {
	color:#333
}

#subFooter {
	font-size:11px;
	color:#666;
	margin:5px
}

.bST { border-top:#CCC solid 1px }
.bSB { border-bottom:#CCC solid 1px }
.bSL { border-left:#CCC solid 1px }
.bSR { border-right:#CCC solid 1px }

.bDT { border-top:#CCC dashed 1px }
.bDB { border-bottom:#CCC dashed 1px }
.bDL { border-left:#CCC dashed 1px }
.bDR { border-right:#CCC dashed 1px }

.aC { text-align:center  }
.aL { text-align:left  }
.aR { text-align:right  }
.aJ { text-align:justify  }

.vT { vertical-align:top  }
.vB { vertical-align:bottom  }
.vL { vertical-align:left  }
.vR { vertical-align:right  }

.noBR {
	page-break-after:avoid;
	page-break-before:avoid;
	page-break-inside:avoid;
	margin:0; padding:0;
}

#wmarquee {
	width:100%;
	background-color:#FFEED7;
	color:#000;
	font-size:11px;
	border-top:#F30 solid 2px;
	height:25px;
	line-height:25px
}
#wmarqueefoot {
	background-color:#FFEED7;
	color:#333;
	font-size:11px;
	border-bottom:#F30 solid 2px;
	height:20px;
	line-height:20px
}

.lmHead { background-color:#999; color:#FFF }
.lmHead a h3 { color:#FFF; cursor:pointer; font-size:12px }
.lmHead a:hover h3 { color:#E9E9E9 }
.lmFoot { background-color:#CCC; font-size:11px; margin:1px; padding:1px }