/* Start of CMSMS style sheet 'pride2010' */
/* MAIN LAYOUT */

body {
	height: auto;
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: small;
}

#header {
	width: 670px;
	height: 110px;
	margin: 0;
	padding: 65px 0 0 270px;
}

#wrapper {
	width: 940px;
	height: auto;
	margin: 20px 0 20px 0;
}

#leftpanel {
	float: left;
	width: 175px;
	height: auto;
	margin: 0;
}

#content {
	float: left;
	width: 550px;
	height: auto;
	margin: 0 20px 0 20px;
	padding: 0;
	line-height: 150%;
}

#rightpanel {
	float: right;
	width: 175px;
	height: auto;
	margin: 0;
}

#footer {
	clear: both;
	width: 670px;
	height: 25px;
	margin: 10px 0 20px 0;
	padding: 30px 20px 20px 250px;
}

/* HEADER STYLING */

#header {
	background: url(graphics/header.png) no-repeat left top;
	font-size: medium;
	text-transform: uppercase;
}

/* MAIN CONTENT STYLING */

.randombanner {
	margin: 0 0 15px 0;
	width: 550px;
	padding: 0;
	height: 185px;
  	background: url(banners/rotate.php) no-repeat left top;      
}

#content h2 {
	margin: 0;
	width: 520px;
	padding: 15px;
	background: #E00BBF;
	font-size: xx-large;
	color: #CCFF00;
	text-transform: uppercase;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#content h3 {
	clear: both;
        margin: 15px 0 15px 0;
	padding: 7px 10px;
	background: #E00BBF;
	font-size: medium;
	color: #CCFF00;
	text-transform: uppercase;	
}


#content h4 {
	font-size: medium;	
}

/* LEFT PANEL MENU */

#navigation {
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px 0 0 0;
        line-height: 150%;
}

#navigation ul {
	font-size: small;
	padding: 0;
	margin: 0;
}

#navigation li {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#navigation ul ul{
	font-size: smaller;
	padding: 0 0 0 12px;
	margin: 10px 0 0 0;
}

#navigation ul ul li{
	margin: 7px 0 0 0;
}


#navigation a {
	background: #000000;
	color: #52CE11;
	padding: 5px 12px 5px 12px;
	text-decoration: none;
}

#navigation a:hover {
	background: #52CE11;
	color: #000000;
}

/* RIGHT PANEL NEWS */

#news {
	width: 145px;
	padding: 15px;
	background: #E00BBF;
        color: #FFFFFF;
}

#news h3 {
	margin: 0 0 15px 0;
	color: #CCFF00;
	font-size: medium;
	text-transform: uppercase;
}

#news a {
	color: #CCFF00;
	text-decoration: none;
}

#news a:hover {
	text-decoration: underline;
}

/* FOOTER STYLING */

#footer {
	background: url(graphics/footer.png) no-repeat left top;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

/* MISCELLANEOUS */

.left48 {
	float: left;
	width: 48%;
}

.right48 {
	float: right;
	width: 48%;
}

.accessibility {
	display: none;
}
/* End of 'pride2010' */

