@charset "UTF-8";
@import url(../css/reset.css);
@import url(../css/shared.css);
/* CSS Document */

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 325px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 0px;
	line-height: 1.4em;
}
#sidebar1 h2 {
	font-size: 130%;
}
#sidebar1 p {
	padding-bottom: 10px;
	margin: 0px;
}
#sidebar1 a, #sidebar1 a:visited {
	text-decoration: none;
}
#sidebar1 h2 a:hover {
	color: #B82689;	
}
#slidebox {
	margin-top: 20px;
	width: 920px;
	text-align: left;
	position:relative;
	margin-right: auto;
	margin-left: auto;
}
#mainContent {
	margin-top: 20px;
	width: 540px;
	text-align: left;
	float: left;
}
#mainContent h2 {
	color: #1683CF;
	font-size: 150%;
	font-style: italic;
} 
#mainContent p {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 235px;
	line-height: 1.6em;
} 
#mainContent a, #mainContent a:visited {
	text-decoration: none;	
}
#mainContent a:hover {
	color: #B82689;	
}
#mainContent p.item {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#specialItem {
	float: left;
	width: 870px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 40px;
	background-image: url(../images/specialItemBG.jpg);
	background-repeat: no-repeat;
	font-size: 1.4em;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	height: 100px;
} 
#specialItem a, #specialItem a:visited {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.7em;
}
#specialItem a:hover {
	color: #FFF;
	background-color: #F2CD13;	
}
#specialItem a.pinkLink {
	color: #b92789;	
}
#specialItem a.greenLink {
	color: #9fbc59;	
}
#specialItem a.goldLink {
	color: #f7d50f;	
}
#specialItem a:hover.pinkLink {
	color: #fff;	
}
#specialItem a:hover.greenLink {
	color: #fff;	
}
#specialItem a:hover.goldLink {
	color: #fff;	
}
.item {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	height: auto;
	clear: both;
} 
.news {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 325px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin: 0;
	font-size: 0.9em;
} 
.newsLast {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 325px;
	margin: 0;
	font-size: 90%;
}

