body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align:center;
	background:#fcdfc1;
}
#content a:link, #footer a:link {
	color: #666666;
	text-decoration: none;
	border-bottom:1px dotted #666;
}
#content a:visited, #footer a:visited  {
	text-decoration: none;
	color: #000000;
	border-bottom:1px dotted #666;
}
#content a:hover, #footer a:hover{
	text-decoration: none;
	border-bottom:1px solid #666;
}
#content a:active, #footer a:active{
	text-decoration: none;
	border-bottom:1px solid #666;
}

h1 {
	font-size: 28px;
	color: #c12026;
	font-weight:normal;
}
h2 {
	font-size: 18px;
	font-weight:normal;
	color: #f59634;
}
h1, h2, h3{
	letter-spacing:-0.05em;
}
p, h1, h2, h3{
	margin:0;
	line-height:20px;
	padding:0 10px 10px 20px;
	}
img{
	border:0;
}
#wrapper{
	margin:0 auto;
	width:600px;
	text-align:left;
}

#header{
	float:left;
	width:600px;
}
#content{
	padding:10px 0px;
	float:left;
	width:600px;
	background:url(../images/bottombody.gif) no-repeat bottom left #fff;
}
#sidebar{
	float:left;
	width:199px;
/*	margin-right:20px;*/
}
#sidebar p{
	padding-left:10px;
}	
#main{
	float:left;
	width:379px;
}
#footer{
	float:left;
	clear:both;
	width:100%;
	font-size:10px;
	padding:5px 10px;
}

/*------Nav--------*/
#nav{
	width:600px;
	background:url(../images/navbg.gif) repeat-x;
	float:left;
}
#nav ul{
	padding:0;
	margin: 0;	
}
#nav ul li
{
list-style-type: none;
padding:0;
margin: 0;
display: block;
float: right;
background: url(../images/navbg.gif) repeat-x;
font: 14px Arial, verdana, sans-serif;
text-align: center;
font-weight:bold;
}

#nav a
{
color:#FFFFFF;
padding: 4px 0 8px 0;
text-decoration: none;
display: block;
width: 100px;
border-bottom:none;
}

#nav li#active { background: url(../images/navrollover.gif) no-repeat;} 
#nav a:hover { background: url(../images/navrollover.gif) no-repeat }

.sidebartext{
	border-left:5px solid #c12026;
}
.sidebartext p{
	padding-bottom:0;
}
.emphasistext{
	font-weight:bold;
	color:#f59734;
}
.featuredevent{
	margin:10px;
	width:340px;
	height:80px;
}
.featuredevent a{
	display:block;
	text-decoration: none;
	width:340px;
	height:80px;
	color:#666666;
	border-bottom:none;
}
.featuredevent img{
	padding:10px 0 0 10px;
	float:left;
}
.featuredevent p{
	padding:10px 10px 0px 150px;
	line-height:16px;
}
#bc a:link, #bc a:visited{background:url(../images/bc_featurebg.gif) no-repeat 0 0;border-bottom:none;}
#bc a:hover, #bc a:active{background:url(../images/bc_featurebg.gif) no-repeat 0 -80px;border-bottom:none;}
#m2m a:link, #m2m a:visited{background:url(../images/m2m_featurebg.gif) no-repeat 0 0;border-bottom:none;}
#m2m a:hover, #m2m a:active{background:url(../images/m2m_featurebg.gif) no-repeat 0 -80px;border-bottom:none;}
#gw a:link, #gw a:visited{background:url(../images/gw_featurebg.gif) no-repeat 0 0;border-bottom:none;}
#gw a:hover, #gw a:active{background:url(../images/gw_featurebg.gif) no-repeat 0 -80px;border-bottom:none;}

#news{
	background:url(../images/newsbottom.gif) no-repeat bottom left;
	padding:0 0 10px 0;
	margin:10px 0 0 0;
}
#news a{
	border:0;
}
#news h2{
	margin:0;
	padding:5px 0  5px 10px;
	background:url(../images/newsheaderbg.gif) no-repeat;
	font-size:18px;
	font-weight: normal;
	color:#666;
}
#news ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
	background:url(../images/newsbg.gif) repeat-x #e5e5e5;
	border-left:2px solid #cdcdcd;
	border-right:2px solid #cdcdcd;
}
#news li{
	margin:0;
	padding:0;
}
#news ul li a{
	padding: 5px 10px;
	display:block;
	color:#333;
	text-decoration:none;
	}
#news ul li a:hover, #news ul li a:active{
	background:#FFFFFF;
	color:#333;
	}
#news .newsdate{
	color:#c01f25;
}
.clearfix{
	clear:both;
	height:0px;
}