a:active, a:focus
{
  outline: none;
}


h1 {
	font-family: Georgia, Times, serif;
	font-size: 21px;
	color: #333;
	font-weight: normal;
	margin-top: 12px;
	line-height: 0px;
	margin-bottom:20px;
}

#body {
	background-color: #eceae1;
	text-align: center;
	border: 30px solid #eceae1;
}

#container {
	text-align: left;
	background-color: #FFF;
	width: 810px;
	margin: 0 auto;
	border: 15px solid #FFFFFF;
}



a.bodyLink:visited,
a.bodyLink:active,
a.bodyLink:link {
	font-family: verdana;
	font-size: 12px;
	color: #2a70a1;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0865b2;
	text-decoration: none;
}
a.bodyLink:hover {
	color: #000;
	border-bottom-width: 0px;
}

a.indexBoxLink:visited,
a.indexBoxLink:active,
a.indexBoxLink:link {
	color: #666;
	text-decoration: none;

}
a.indexBoxLink:hover {
	color: #2a70a1;
}

.normalText {
	font-family: verdana;
	font-size: 12px;
	color: #666666;
	line-height: 1.6em;
}


#header
{
	clear:both;	
}
#headerSeparator
{
	clear:both;	
	height:20px;
	background: url(/images/bgHeaderGrad.gif) repeat-x bottom;
}

.HeaderSection
{
	height:158px;
	float:left;
	padding:0 7px;
}
#headerSection1
{
	width:123px;
}
#headerSection2
{
	width:259px;
	border-left:solid 1px #C8CACB;
	border-right:solid 1px #C8CACB;
}
#headerSection3
{
	width:235px;
}
#headerSection4
{
	width:130px;
}

#content
{
	height:600px;
	clear:both;
}
#bodySection1
{
	padding-top:15px;
	float:left;
	width:551px;
}
#bodySection2
{
	float:left;
	width:259px;
	height:580px;
	background-color:#f2f0e9;
}
#userProfile
{
	padding:15px;
}


a.joinIcon:active,
a.joinIcon:link,
a.joinIcon:visited {
	background-image: url(images/join.png);
	height: 128px;
	width: 128px;
	display: block;
	background-repeat: no-repeat;
	background-position: right bottom;
}
a.joinIcon:hover {background-image: url(images/joinRO.png);}




