﻿body  {
	background: #e1e1e1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 970px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
	background:#FFFFFF url(../images/BG/bg.gif) repeat-y left top;
} 
#toplinks {
	padding:0 25px;  
	padding-top:15px;
	width:820px;
	overflow:hidden;
	text-align:right;
	font-weight:bold;
}
#bottomlinks { 
	width:940px;
	overflow:hidden;	
	padding:0 5px;  
	margin:30px 10px;
}
#header {
	padding:0 25px;
	padding-top:30px;
	background:url(../images/BG/top.gif) no-repeat left top;
}
#navbar {
	width:930px;
	margin:10px;
}
#rightbar {
	width:170px;
	float:right;
	padding-left:15px;
	background:transparent url('../images/dotL.gif') repeat-y scroll left top;
}
#content {
	padding:0 20px;
	width:920px;
	overflow:hidden;
}
#mainContent {
	margin-left:210px;
	margin-right:170px;
}
#mainFullContent {
	margin:10px;
}
#mainContentRight {
	margin-left:210px;
	margin-right:10px;
}
#botCurve {
	padding:15px;
	background:url(../images/BG/bottom.gif) no-repeat left bottom;
}

.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;
}
#footer {
	color:#666666;
	text-align:center;
	font-size:11px;
	margin-bottom:20px;
}

.BoxContent
{
	padding: 10px;
	padding-bottom: 20px;
	margin-bottom: 5px;
	border-right: cornflowerblue 1px solid;
	border-top: cornflowerblue 1px solid;
	border-left: cornflowerblue 1px solid;
	border-bottom: cornflowerblue 1px solid;
}

.BoxContent a{
	 text-decoration:none;
}
.BoxContent td
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	background-color: #ffffff;
}
.SEOBoxContent {
    padding-bottom:20px;
    margin-bottom:5px;
	width: 850px;  

}
.announcements {
	border:solid 1px #CCCCCC;
	padding:20px 10px;
	padding-bottom:0;
}
.announcements ul {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.announcements ul li {
	margin-bottom:20px;
}
.announcements ul span {
	color:#999999;
}
.announcements a {
	color:#000000;
}
.seoservice
{
		border-bottom: lightgrey 1px solid;

}
.seoSubTitle {
	font-size: 14px;
	color: #EC562B;
	font-weight: bold;
}
.SeoBoxContent
{
	padding: 10px;
	padding-bottom: 20px;
	margin-bottom: 5px;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
}
