html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	background-color:#4F96B8;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
#topmost {
	background-color:#ffffff;
	text-align:left;
	width:800px;
	margin:1px auto 5px;
}
#topcontainer {
	float:left;
	background-color:#ffffff
}
#headcontainer {
}

#contentcontainer {
	float:left;
	width: 800px;
	text-align:left;
	background:#fff;
	padding:10px 0;
}
#containerdiv {
	float:left;
	width:96%;
	margin-left: 15px;
}
#container {
	float:left;
	margin:0px;
	text-align: left;
	width:770px;
}
#primarycontentcont {
	float:left;
}
#navcontainer {
	font-size:10px;
	vertical-align: top;
	width: 0px;
	height:350px;
	display:none;
	
}

#primarycontent1 {
	vertical-align: top;
	width: 800px;/*background-color: #ffffff;*/
}
#primarycontent2 {
	vertical-align: top;/*background-color: #ffffff;*/
}
#primarycontentcont {
	width:100%;
	margin:0px;
	background-color: #ffffff;
}
#nav {
	background-color:#C3DBE8;
	border:1px solid $ffffff;
	line-height: 24px;
	height: 25px;
	text-align: center;
	width:800px;
}
#subnav {
	background-color: #ffffff;
	line-height: 21px;
	height: 24px;
	width: 800px;
	text-align: center;
}
#nav UL {
	list-style-type: none;
	clear: both;
	padding:0px;
	width: 766px;
}
#subnav UL {
	list-style-type: none;
	clear: both;
	padding: 0px 0px 0px 0px;
	width: 766px;
}
#nav LI {
	list-style-type: none;
	float: left;
	margin: 0px;
}
#subnav LI {
	list-style-type: none;
	float: left;
	margin: 3px 0px 0px 0px;
}
#nav A {
	font-size:11px;
	padding: 3px 12px 3px 12px;
	margin:1px 3px 0px 0px;
	font-weight:bold;
	color:#000;
	text-decoration: none;
}
#subnav A {
	font-size:11px;
	padding: 1px 12px 1px 12px;
	margin:0px 3px 0px 3px;
	font-weight:normal;
	color: #666666;
	text-decoration: none;
}
#nav A:hover {
	padding: 6px 12px;
	color: #FFFFFF;
	font-weight:bold;
	background:#639A00;
}
#nav LI.hot {
	color: #CCCCCC;
}
#nav LI.hot A, #nav LI.hot A:hover {
	padding: 6px 12px;
	color: #FFFFFF;
	font-weight:bold;
	background:#639A00;
}
#nav .login {
	float: right;
}
#subnav .login {
	float: right;
}
#subnav A:hover {
	color:#000;
}
#subnav LI.hot {
	background: #ffffff;
}
#subnav LI.hot A, #subnav LI.hot A:hover {
	color:#000000;
	background-color: #ffffff;
	padding: 0px 12px 0px 12px;
	font-weight:bold
}
#subnav LI.hot A, #subnav LI.hot A:hover {
}
#footer {
	float:left;
	width:760px;
	margin:10px 0;
	padding:10px 20px 0;
	border-top:5px solid #4F96B8;
	font-size:11px;
}
#footer a {
	color:#4F96B8;
}
#footer p {
	padding-bottom:3px;
}
.pnmpowered {
	text-align: center;
}

.clear {
	clear:both;
}
.stretcher .stretchtoggle {
	color:#000000;
	cursor:default;
	text-decoration:none;
}
.stretcher .stretchtoggle:hover {
	text-decoration:none !important;
	cursor:default !important;