body {
	font-family: Verdana, sans-serif;
	font-size: small;
	background-color: #6E7049;
	padding: 0;
	margin: 0;
	text-align: center;
	align: center;
	background-position: center;
	position: relative;
	}
#body p {font-family: Verdana, sans-serif;
	font-size: small;
}
	
a:link {
	color: #900;
	}
a:visited {
	color: #900;
	}

/* navigation */

	#nav {
	margin:0;
	padding:0;
	background:#b2b580;
	background-position:center
	text-align: center;
	}
	#nav li {
	display:inline;
	padding:0;
	margin:0;
	height: 100%;
	text-align:center;
	}
	#nav a:link,
	#nav a:visited {
	color:#000;
	text-decoration:none;
	font:bold 1em/1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #555;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #b2b580;
	text-align: center;
	float: left;
	height: 100%;
	}
	#nav a:hover {
	color:#fff;
	background:#6E7049;
	height: 100%;
	}

/* anchorTopNavr */

#header {

}
#header h1 {
	}
	
	
/* content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #663;
	font-weight: normal;
	}

dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-bottom: 1px dotted #ccc;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #693;
	}

dl.feature dd {
	margin-left: 15px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}


/* sidebars */

.box { 
	width:225 px;
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(images/box-b.gif) no-repeat bottom right;
	}
.box-login { 
width:225 px;
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(images/box-b.gif) no-repeat bottom right;
	min-height:200px;
	}
.boxgreen {
width:225 px;
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #693;
	background: url(images/box-t.gif) no-repeat top left;
	}
.box p, .box ul {
width:225 px;
	margin: 0;
	padding: 0 12px;
	}
.box ul li {
width:225 px;
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(images/li-bullet.gif) no-repeat 0 3px;
	}





#frontdots {
	border-bottom:dotted;
	border-bottom-color:#333300;
	border-bottom-width:thin;
}


#container { 
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-position:center;
} 

# wrapper {
	width:850 px
	}
	
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d5d6be; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#mainContent {
    float: left;
	width: 560px;
	padding: 25px 25px 25px 25px;
	background: url(images/content-bg.gif) repeat-x top left;
	font-family: Verdana, sans-serif;
	font-size: small;
	color:#333;
	border: 10px;
	text-align: left;
	}
#mainContent h1{
	margin: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	font-weight: normal;
	color: #6E7049;
	}

	
/* footer */
	#footer { 
    clear: both;
	background: #828377 url(images/footer-bg.gif) repeat-x top left;
	text-align: center;
	}
	
#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #333; 
	}

.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;
}

/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature { 
	display: inline-table; 
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}
