/* CSS Document */
* {margin:0;padding:0}
#wrapper {
	margin: 0 auto;
	width: 1000px;
	background-color: #E7E2E8;
	border: thin solid #999;
	overflow: hidden;


}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFFFFF;
	font-size: 14px;
	list-style-position: inside;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	list-style-type: disc;
}

#header {
	height: 130px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding: 10px;
	background-color: #FFF;
}
.purpleheadertext {
	color: #6E4A6f;
	}
.links {
	padding-left: 40px;
	text-decoration: none;
	border: 0px;
}

a {
	text-decoration: underline;
	color: #6E4A6F;
}

#leftcontent a {
	text-decoration: none;
}
#leftcontent a:hover {
	text-decoration: underline;
}


img { border: none; }

h1 {
	font-weight: bold;
	font-size: 24px;
	color: #6E4A6f;
}
h2 {
	font-size: 24px;
	color: #999;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	color: #6E4A6f;
	list-style-type: none;
	padding-top: 15px;
}

.greyline {
	background-image: url(images/greyline.gif);
	background-repeat: repeat-x;
}


a:hover {
	text-decoration: none;
}

#maincontent {
	height: 100%;
	width: 1000px;
	overflow: hidden;
}
#menubar {
	height: 30px;
	background-image: url(images/greymenu.jpg);
}
#leftcontent {
	width: 305px;
	float: left;
	background-color: #E7E2E8;
	padding: 10px;
	padding-top: 18px;
	height: 100%;
	}
#rightcontent {
	width: 655px;
	float: right;
	padding: 10px;
	background-color: #FFF;
	}
.floatright {
	float: right;
	text-align: right;
	padding-left:20px;
}
.floatleft {
	float: left;
	padding-right: 20px;
}
p {
	padding-top: 20px;
	line-height: 125%;


}
#footer {
	background-color: #999999;
	color: #ffffff;
	padding: 10px;
	height: 20px;
}
ul {
	text-align:left;
	list-style-position:outside;
	margin-left: 10px; 
}
.RICS {
	color:#442359;
	float: right;
}
