body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #858585;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-color: #ccc;
	/*background-image: url(images/pg-bkg.jpg);*/
	background-repeat: repeat-x;
		padding-top: 20px;
}
.twoColFixRtHdr #container {
	width: 940px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 90%;
	/*background-color: #FFFFFF;*/
	background-image: url(images/backgroundmid.gif);
} 
.twoColFixRtHdr #header {
	font-size: 16px;
	color: #66CC00;
	letter-spacing: 5px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 40px;
		background-image: url(images/backgroundtop.gif);
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 510px;
	color: #000;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 560px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 40px;
} 
.twoColFixRtHdr #mainContent h1 {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-transform: uppercase;
	font-size: 100%;
	color: #66CC00;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #frontpage {

	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
} 
.twoColFixRtHdr #footer {
	/*background:#fff; */
	background-image: url(images/backgroundbot.gif);
	background-position: bottom;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
		padding-top: 0;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fmenu-sel {
	color: #8CC742;
	text-decoration: none;
	font-weight: bold;
	font-size: 75%;
	letter-spacing: 5px;
}

a.fmenu:link {
	color: #858585;
	text-decoration: none;
	font-weight: bold;
	font-size: 75%;
	letter-spacing: 5px;
}
a.fmenu:visited {
	color: #858585;
	text-decoration: none;
	font-weight: bold;
		font-size: 75%;
	letter-spacing: 5px;
}
a.fmenu:active {
	color: #66CC00;
	text-decoration: underline;
	font-weight: bold;
		font-size: 75%;
	letter-spacing: 5px;
}
a.fmenu:hover {
	color: #66CC00;
	text-decoration: underline;
	font-weight: bold;
		font-size: 75%;
	letter-spacing: 5px;
}
.highlight{
	color: #66CC00;
}
a.resou:link {
	color: #000;
	text-decoration: none;
}
a.resou:visited {
	color: #858585;
	text-decoration: none;
}
a.resou:active {
	color: #858585;
	text-decoration: underline;
}
a.resou:hover {
	color: #858585;
	text-decoration: underline;
}
#mainimg {
	padding-left: 30px;
}
#modelnav
{
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#modelnav ul{
	margin: 0px;
	padding: 0px;
}

#modelnav ul li {
	list-style: none;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#modelnav ul li a {
	display: block;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 5px 0px 0px;
	line-height: 14px;
	width: 112px;
	height: 19px;
	color: #FFFFFF;
	background-color: #66CC00;
}

#modelnav ul li a.selected{
	color: #333333;
	width: 112px;
	text-decoration: none;
}

#modelnav ul li a:hover{
	color: #333333;
	text-decoration: none;
	background-color: #669900;
}

