@import url("nav.css");
@import url("footer.css");
@import url("header.css");
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial;
	background: white url("../images/body_bg.jpg") repeat-x top left;
	color: #3d91ad;
	font-size: 12px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border: 2px solid #008eb2;
	background: #73be1e;
}
#content {
	width: 100%;
}
#main {
	float: left;
	width: 693px;
	background: white;
}
#main .text {
	color: #333;
	font-size: 1.1em;
	padding-top: 25px;
	padding-bottom: 30px;
	float: left;
	width: 100%;
	background: url("../images/green_corner.gif") no-repeat top right;
	font-family: "century gothic", arial, helvetica, sans-serif;
}
#main .text h1 {
	color: #73be1e;
	font-weight: bold;
	font-size: 1.8em;
	margin-top: 0;
}
#main .text a, .specials a{
	color: #73be1e;
}
#main .text a:hover, .specials a:hover{
	color: #3d91ad;
}
#main .text h2 {
	font-size: 1.2em;
	color: #3d91ad;
}
#main .text h2 a {
	color: #3d91ad;
	text-decoration: none;
}
#main .text p,  #main .text ul li  #main .text ol li {
	line-height: 1.5em;
}
#main .text h1,  #main .text h2,  #main .text ul li,  #main .text ol li,  #main .text p {
	margin-left: 30px;
	margin-right: 30px;
}
#sidebar {
	padding-top: 15px;
	background: #72be1e url("../images/green_col_bg.jpg") no-repeat top right;
	color: white;
	float: left;
	width: 267px;
	font-family: arial, helvetica, sans-serif;
	line-height: 2em;
}
#sidebar .date {
	font-size: .85em;
}
#sidebar h2 {
	font-size: 1.2em;
	margin-bottom: 5px;
}
#sidebar .current {
	text-decoration: underline;
}
#sidebar p {
	margin: 0px;
	margin-bottom: 10px;
}
#sidebar a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#sidebar li ul li a {
	font-weight: normal;
}
#sidebar .sidebar1,  #sidebar .sidebar2,  #sidebar .sidebar3 { margin: 0 18px 0 20px; 
}
#sidebar .sidebar1,  #sidebar .sidebar2 {
	border-bottom: 1px solid white;
	padding-bottom: 10px;
}
#sidebar .sidebar1 ul,  #sidebar .sidebar1 li,  #sidebar .sidebar2 ul,  #sidebar .sidebar2 li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar .sidebar1 li ul,  #sidebar .sidebar2 li ul {
	margin-left: 10px;
}
#sidebar .sidebar1 li ul li,  #sidebar .sidebar2 li ul li {
	list-style: disc;
	margin-left: 10px;
}
/* 
Added by .spa @ 6/6/2007 
 - Cleans up formatting/spacing on news items (homepage right sidebar)
*/
#sidebar .sidebar1, #sidebar .sidebar2{
	line-height:1.4em;
}
#sidebar .sidebar1 li, #sidebar .sidebar2 li{
	padding-bottom:1em;
}
#sidebar hr  {
	margin: 0px 0px 10px;
	padding: 0px;
	height: 1px;
	border-bottom: 1px solid #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
