/* CSS Document */
body {
	font-family: "Eras Medium ITC", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #D4D4D4;
}

#Wrapper {
	width:950px;
	z-index:1;
	margin: 0px auto;
	text-align: left;
	position: relative;
	top: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-color: #010101;
}

#sidebar {
	float: left;
	width: 190px;
	background-color: #E6E6E6;
	height: 630px;
	left: 0px;
	position: relative;
}

#sidebar img {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
}

#rightbar {
	float: right;
	width: 195px;
	height: 520px;
	color: #330000;
	background-color: #F4D7E9;
	position: relative;
	padding-left: 5px;
	text-align: left;
	font-size: 0.9em;
}
#rightbar p {
	font-size: .9em;
	margin-top: .5em;
}

#newstitle {
	margin-left: -5px;
}

#newshdr {
	color: #333333;
	font-size: 1.2em;
}

#newsdate {
	color: #330099;
	line-height: 1em;
}

#maincontent {
	float: left;
	width: 545px;
	background-color: #E6E6E6;
	height: 650px;
	position: relative;
	padding-right: 10px;
	overflow: auto;
}
#maincontent p {
	margin-top: 0px;
}


h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 2.2em;
	color: #333333;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #FF66CC;
	line-height: 1em;
}

h3 {
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

.paraheader {
	font-weight: bold;
	color: #000066;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}

#feature {
	border: thin solid #666493;
	margin: 0px;
	padding: 4px;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #DDDDE1;
}

p {
	font-size: 1em;
	line-height: normal;
	font-style: normal;
	margin-top: 14px;
	margin-bottom: 14px;
}

#footer {
	clear: both;
	font-size: 1em;
	padding: 8px 20px 8px 20px;
	color: #FFFFFF;
	background-color: #000000;
}
#footer a {
	color: #DDDDDD;
	text-decoration: none;
}

#footer img {
	background-color: #FFFFFF;
}

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

#banner {
	background-color: #CCCCCC;
}

.imgfltrght {
	float: right;
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
}

.imgfltlft {
	float: left;
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
}

.pinksubhead {
	font-size: 1.3em;
	color: #D463B1;
}

.pinktext {
	color: #D463B1;
}
.paraintro {
	font-weight: bold;
	color: #000000;
}

.imglft {
	margin-right: 5px;
}
.imgrt {
	margin-left: 5px;
}
