@charset "utf-8";
/* CSS Document */


/* RESETS*/
 
form, fieldset, table, th, td 
{
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}


body
{
	margin: 0;
    padding: 0;
    background-color: #d7d3cf;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
	width: 100%;
	height: 100%;
	font-size: 100%;
	
}



#wrapper
{
	width: 100%;
}

#header
{
	background: url(../images/headerbg.jpg) repeat-x;
	height: 79px;
}

#leftside
{
	float: left;
	clear: both;
	/*width: 50%;*/
}

#rightside
{
	float: right;
	/*width: 50%;*/
	margin-top: 4px;
}

#bodywrapper
{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0;
	background-color: #c1c1c1;
	clear: right;
}

#leftnav
{
	width: 16%;
	background-color: #c1c1c1;
/*	background-image: url(../images/leftgray1x1.jpg);
	background-repeat: repeat;
	background-attachment: scroll;*/
	max-height: 100%; /*example - real size is 100% */
	float: left; 
}

.leftlist li a:active, .leftlist li a:link, .leftlist li a:visited
{
	text-decoration: none;
	color: #171F32;
	font-weight: bold;
}

.leftlist li a:hover,
{
	text-decoration: underline;
	color: #999999;
}

ul.leftlist
{
	text-align: left;
	width: 90%;
	float: left;
	margin: 40px 0 0 0;
    padding: 0 0 0 10px;
	clear: right;
}

ul.leftlist li
{
	font-size: .71em;
	display: list-item;
	list-style-image: none;
	list-style: none;
	/*background-image: url(../images/leftnavlinkboxes.png);
	background-repeat: no-repeat;*/
	border: 2px solid #d3d3d1;
	line-height: 2em;
	margin-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
}

#content
{
	width: 84%;
	background-color: #d7d3cf;
/*	background-image: url(../images/contentgray1x1.jpg);
	background-attachment: scroll;
	background-repeat: repeat;*/
	max-height: 100%; /*example - real size is 100% */
	float: right;
}

.cushycms
{
	margin: auto 5px;
}

#footer
{
	float: left;
	clear: left;
	height: 25px;
	width: 100%;
	background-color: #253580;
	position: fixed;
	bottom: 0px;
	margin: 5px 0 0 0;
}

#foottxt
{
	color: #FFFFFF;
	font-size: .71em;
	float: left;
	margin: 0 0 0 10px;
	padding: .35em 0;
}

#footer a:active, #footer a:link, #footer a:visited
{
	text-decoration: underline;
	color: #D7D3CF;
	font-weight: bold;
}

