@charset "utf-8";
body  {
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #003;
}
#container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #F90;
	text-align: left;
} 
#header {
	background: url(images/back.gif) repeat-x;
	padding: 60px 10px 5px 20px;
	margin: 0px;
	border-bottom: thin solid #F90;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#sidebar1 {
	float: left;
	width: 170px;
	background: #FC6;
	padding: 10px 10px 200px 20px;
	line-height: 20px;
}
#mainContent {
	padding: 15px 25px 0 10px;
	float: right;
	width: 640px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
} 
#footer {
	padding: 50px 10px 0px 20px;
	text-align: center;
	border-top: thin solid #F90;
	background: url(images/back.gif) repeat-x;
	font-size: 10px;
	line-height: 20px;
} 
.styleright {
	text-align: right;
}

a:link {
	color: #090;
	text-decoration: none;
}
a:visited {
	color: #090;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: underline;
}
a:active {
	color: #900;
	text-decoration: none;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.styleorangelarge {
	color: #F90;
	font-size: 16px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.stylegreenlarge {
	font-size: 16px;
	line-height: 30px;
	color: #090;
	font-weight: bold;
}
.stylegreen1 {
	font-size: 12px;
	line-height: 30px;
	color: #090;
	font-weight: bold;
}