* {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS";
}
h1,h2,h3,h4,h5 {
	font-family:"Trebuchet MS";
	padding:1em 0 0 0;
}
p {
	line-height:1.4em;
}
body {
	font-size:100%;
	text-align:center;
	background:#ddd;
}

#wrap {
	margin:0 auto;
	width:1024px;
	position:relative;
	overflow:hidden;
	text-align:left;
	background:#fff;
}
#header {
	font-weight:bold;
	font-size:12pt;
	background: #000;
	color: #fff;
	/*background: #fff url(header.jpg) 100% 100% no-repeat;*/
	clear:left;
	float:left;
	right:0;
	width:1024px;
	padding:20px 0 0 0;
	border-bottom:1px solid #000;
}
#header p {
	padding:0 20px;
	line-height:1.4em;
}
#header-reps-left {
	clear:none;
	width:250px;
	float:left;
	position:relative;
	/*left:30px;*/
	padding-top:10px;
}
#header-reps-left h4 {
	padding:10px 10px 0 20px;
}
#header-reps-logo {
	clear:none;
	width:524px;
	float:left;
	position:relative;
	/*left:60px;*/
	text-align:center;
}
#header-reps-right {
	clear:none;
	width:250px;
	float:right;
	position:relative;
	/*right:30px;*/
	padding-top:10px;
	text-align:right;
}
/* Main Menu (default) */
#centeredmenu {
   font-size:14pt;
   float:left;
   width:100%;
   border-bottom:8px solid #681288;
   overflow:hidden;
   position:relative;
   padding-top:10px;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#000;
   color:#af24e3;
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenu ul li a:hover {
   background:#af24e3;
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#681288;
   font-weight:none;
}
#content {
	float:left;
	width:1024px;
	background:#eee;
	position:relative;
	left:768px;
}
#main {
	float:left;
	width:708px;
	position:relative;
	right:738px;
	padding:20px 0;
	background: #fff;
}
#main h2 {
	padding:0;
}
#main p {
	/*font-size: 100%;*/
}
#side {
	float:right;
	width:216px;
	position:relative;
	right:788px;
	padding-bottom:20px;
}
#side h3 {
	/*font-size: 90%;*/
}
#side p {
	line-height: 1.2em;
	padding:5px 0 0 0;
	font-size: 90%;
}
#sidea,
#sideb,
#sidec,
#sided {
	clear:left;
	float:left;
	width:216px;
	/*text-align:justify;*/
}
#footer {
	clear:both;
	float:left;
	width:1024px;
	border-top:1px solid #000;
	background:#eee;
	text-align:center;
}
#footer p {
	padding:20px 30px;
}
hr {
	color: #000;
}
.r {
	float:right;
	padding:0 0 10px 20px;
}
.c {
	text-align: center;
}
.top10 {
	padding-top:10px;
}
.bot10 {
	padding-bottom:10px;
}
