@charset "UTF-8";
body {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: 58px 97px;
	margin: 0px;
	background-image: url(../images/comps/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
#center {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent {
	width: 870px;
	background-color: #FFFFFF;
	padding: 25px;
	padding-left: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.leftContent {
	width: 525px;
	float: left;
}
.rightContent {
	width: 266px;
	float: left;
	margin-left: 50px;
}
.orangeBar {
	background-color: #EB7126;
	width: 256px;
	height: 22px;
	padding-top: 10px;
	padding-left: 10px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.greyBox {
	width: 246px;
	background-color: #EBEBEB;
	margin-top: 5px;
	padding: 10px;
}
.footer {
	color: #FFFFFF;
	width: 930px;
	padding-top: 10px;
	padding-left: 10px;
}
.purpleBar {
	background-color: #662B71;
	width: 256px;
	height: 22px;
	padding-top: 10px;
	padding-left: 10px;
}
.headerInterior {
	height: 235px;
	width: 930px;
}
.headerHome {
	height: 399px;
	width: 930px;
}


/* Links */


.greyBox a:link, a:visited, a:active {color: #EB7126;}
.greyBox a:hover {color: #71277A;}

.footer a {color:#FFFFFF;}
a.whiteLink:link {color:#FFFFFF;}
a.whiteLink:visited {color:#FFFFFF;}
a.whiteLink:active {color:#FFFFFF;}
a.whiteLink:hover {color:#FFFFFF;}

.sidebarLinks a{color: #ffffff;}




