html {
	height:100%;
}

body.main {
	margin:0px;
	background-color:#cbcbcb;
	font-family:Arial;
	font-size:12px;
	height:100%;
	color:				#231f20;
	line-height:	150%
	
}

a{
	text-decoration:	none;
	color:				#652d89;
}


.backgroundContainer{
	width:				995px;
	height:				100%;
	margin-left:		auto;
	margin-right:		auto;
	position:			relative;
	background-image:	url('/lib/images/background.png');
	background-repeat:	repeat-y;
	background-position: 50% 0;
	padding-left:		16px;
}

.mainContainer{
	width:				980px;
	height:				100%;
	background-color:	#FFFFFF;
}

.mainContent{
	padding-left:		20px;
	padding-right:		20px;
	width:				940px;
}

.navigation{
	width:				930px;
	background-color:	#000000;
	height:				18px;
	padding-top:		9px;
	padding-bottom:		9px;
	padding-left:		10px;
}

span.navigation{
	margin:				0px;
	padding:			0px;
	color:				#ffffff;
	font-weight:		normal;
	font-size:			16px;
}

.subNav{
	width:				940px;
}

.socialMedia{
	padding-top:		6px;
	float:				left;
	font-size:			11px;
	color:				#848484;
	font-family:		Arial;
}

.search{
	float:				right;
	padding-top:		1px;
	position:			relative;
	width:				302px;
}

.columnset{
	clear:				both;
	width:				940px;
	height:				100%;
}

.column_left{
	width:				460px;
	height:				100px;	
}

.column_center{
	width:				219px;
	border-left:		1px solid #d0d0d0;
	border-right:		1px solid #d0d0d0;
	padding-left:		10px;
	padding-right:		10px;
max-with:219px;
}

hr.blackLine{
	border:				2px solid #000000;
	margin:				0px;
	padding:			0px;
}


h2.header{
	padding:			0px;
	margin:				0px;
	color:				#652d89;
	font-weight:		bold;
	font-size:			20px;
	margin-bottom:		3px;
}

.footer{
	width:				980px;
	height:				105px;
	background-image:	url('/lib/images/footer_bg.png');
}

a.twitterLink{
	color:				#652d89;
	text-decoration:	none;
}

div.hr_double{
width: 100%;
height: 2px;
border: 0;
background-color: #ffffff;
border-top: 1px solid #535353;
border-bottom:1px solid #535353;
margin-top:10px;
margin-bottom:10px;
clear:both;
}

div.hr_blackLine{
width: 100%;
height: 3px;
border: 0;
background-color: #000000;
margin-top:2px;
margin-bottom:5px;
clear:both;
}

div.hr_single{
width: 100%;
height: 1px;
border: 0px;
background-color: #d0d0d0;
margin-top:5px;
margin-bottom:5px;
clear:both;
}

.searchField{
	color:#787878;
	width:242px;
	height:16px;
	#height:15px;
	border:1px solid #000000;
	background-image:url(/lib/images/searchBackground.png);
	font-size:10px;
	padding-left:10px;
	padding-top:4px;
}
