body{
	background-image:url(/images/body_bg.jpg);
	background-repeat:repeat-x;
	color:#000;
	padding:0;
	margin: 20px 0 0 0;
	font:"Times New Roman", Times, serif;
}


a{
	color:#855891;
	font-size:13px;
}

a:hover{
	color:#E4B1F6;
}



h1{
	color:#B49BBC;
	margin: 20px 0 0 30px;
}


.oneColFixCtrHdr #container {
	width: 1000px; 
	margin: 0 auto;
	text-align: left;
	background-image:url(/images/purple_bg_grad.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.oneColFixCtrHdr #header {
	padding: 0;
	margin: 0 0 19px 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	margin: 0;
}

.oneColFixCtrHdr #mainLeft {
	float:left;
	padding: 0;
	width:205px;
	margin-right: 16px;
	display:table;
}

.oneColFixCtrHdr #mainLeftHome {
	float:left;
	padding: 0;
	width:205px;
	margin-right: 16px;
	display:table;
	height:26px;
	background-image:url(/images/btn-home.jpg);
	background-repeat:no-repeat;
}

.oneColFixCtrHdr #mainRight {
	float:left;
	width:779px;
	padding:0;
	display:table;
}

.oneColFixCtrHdr #mainColLeft {
	float:left;
	width:438px;
	padding:0;
	margin-right:18px;
	display:table;
}


.oneColFixCtrHdr #mainColRight {
	float:left;
	width:323px;
	padding:0;
	display:table;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; 
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
}


.subPageContent {
	width:900px;
	text-align:left;
	display:table;
	margin-left:20px;
	min-height:350px;
	margin: 20px 0 0 40px;
}





.mainMenu{
	background-image:url(/images/menu_bg.jpg);
	background-repeat:no-repeat;
	width:779px;
	height:26px;
}

#mainMenuButtons {
	text-align:center;
	width:779px;
	list-style:none;
	line-height:0px;
	padding-left:30px;
}

#mainMenuButtons a{
	float:left;
	padding: 0 40px 0 0;
	display:block;
	list-style:none;
	font-weight:bold;
	font-size:12px;
	height:25px;
	vertical-align:middle;
	line-height:27px;
	text-decoration:none;
	color:black;
}

#mainMenuButtons a:hover{
	color:white;
}



#homeButton a{
	padding: 0 30px 0 0;
	display:block;
	list-style:none;
	font-weight:bold;
	font-size:12px;
	height:25px;
	vertical-align:middle;
	line-height:27px;
	text-align:right;
	text-decoration:none;
	color:black;
}

#homeButton a:hover{
	color:white;
}


.rtBox{
	background-image:url(/images/rtBox_bg.jpg);
	background-repeat:repeat-x;
	width:323px;
	font-size:12px;
	display:table;
}

.rtBox .title{
	font-size:28px;
	text-transform:capitalize;
	color:white;
	margin-left:12px;
	padding-top:5px;
}

.newsList{
	text-align:left;
	color:#96C;
	line-height:17px;
	margin-left:25px;
	margin-top:10px;
}

.newsList li{
	list-style:none;
}

.newsList .date{
	color:#969;
	font-weight:bold;
	font-size:13px;
}

.newsList .title{
	color:#666;
	font-size:13px;
}

.rtBox .purpleText{
	color:#96C;
	font-size:13px;
	margin-left:15px;
}

.rtBox .italicGray{
	color:#666;
	font-style:italic;
	font-size:13px;
	margin-left:15px;
}

.rtBox .grayText{
	color:#666;
	font-size:13px;
	margin-left:15px;
	margin-right:10px;
}


.ftr{
	width:400px;
	margin: 60px auto 40px auto;
	font-size:12px;
	text-align:center;
}

.ftr a{
	color:black;
	text-decoration:none;
	color:#837189;
}

.ftr a:hover{
	color:black;
	text-decoration:underline;
}


textarea, input{
	border:1px solid #B8A1C1;
	font-size:12px;
	background-color:#EFE4F2;
}


.boldLink{
	font-weight:bold;
	color:#969;
	text-decoration:none;
}

.boldLink:hover{
	color:black;
	text-decoration:underline;
}



.good{
	color:green;
	font-weight:bold;
}


.bad{
	color:red;
	font-weight:bold;
}













