/* CSS Document */
body 	{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}

.container {
	width: 1024px;
	height:100%;
	border-right-width: thin;
	font-size: 0.8em;
			}
			
.header2	{
		width: 1024px; 
		height:168px; 
		background-image:url(../images/header.jpg); 
		margin:0px;
		}

.menu	{
		width:181px;
		float:left;
		font-size:0.9em;
		}
.menu ul li	{
		border-bottom:1px solid #cc9933;
		list-style-image:url(../images/bullet.jpg);
		line-height:25px;
		height:25px;
		margin-left:-15px;
		margin-right:4px;
		}
.menu a	{
		text-decoration:none;
		color:black;
		display:block;
		padding-left:4px;
		}
.menu a:hover	{
		background-color: #3e1c76;
		color:#FFFFFF;
		}


/* sub menu style */

.submenu	{
		font-size:0.8em;
		}
.submenu ul li	{
		list-style:none;
		list-style-image:none;
		}
.submenu a	{
		text-decoration:none;
		color:black;
		display:block;
		}
.submenu a:hover	{
		background-color: #3e1c76;
		color:#FFFFFF;
		}

/* */


		
.splashcontainer	{
		width: 800px;
		height:328px; 
		float: left;
		}
.splashcontainerHome	{
		width: 595px;
		height:328px; 
		float: left;
		}
		
.splashimage	{
		width:100%; 
		height: 100px;
		}
.splashimageHome	{
		width:100%; 
		height: 100px;
		}
		
.rightfloat	{
	width:230px;
	float:left;
	margin-left: 4px;
	margin-bottom: 8px;
		}

.rightbox	{
		width::100%;
	background-color:#FFFFFF;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #3e1c76;
	font-size: 0.8em;
		}
.rightbox h2	{
	width:100%;
	background-color: #3e1c76;
	color:#FFFFFF;
	font-size: 1.2em;
	text-align:center;
	margin:0px;
	padding-top: 2px;
	padding-bottom: 2px;
		}
		
.calendar	{
		width:221px; 
		float:left; 
		margin-right:1px;
		}

.currentevents	{
		width:262px; 
		float:left; 
		margin-right:1px;
		}
		
.announcements	{
		width:248px; 
		float:left;
		margin-right:1px;
		}
		
.recentnews	{
		width:265px; 
		float:left;
		}
		
.calendar h2, .currentevents h2, .announcements h2, .recentnews h2 {
		width:100%;
		background-color: #3e1c76;
		color:#FFFFFF;
		font-size: 1em;
		text-align:center;
		margin:0px;
		padding:3px 0px 3px 0px;;
		}

.news	{
		margin: 5px;
		padding:5px;
		}
.news h1	{
		margin:0px;
		padding:0px;
		font-size: 0.8em;
		}
		
.bottomcontainer	{
		border:1px solid #3e1c76; 
		width:999px; 
		margin-left: 3px; 
		margin-right:auto; 
		background-image:url(../images/boxesbg.jpg); 
		float:left;
		}
		
.info1 {
		color:#000000;
		font-size:1.1em;
}		
.info1 a {
		color:#000000;
		text-decoration:none;
}		
.info1 a:hover {
		color:#3e1c76;
		text-decoration:none;
}		
.info	{
		position: relative;
		top: 138px;
		color:#000000;
	
		}
.info a	{
		color:#000000;
		text-decoration:none;
		}
.info a:hover	{
		color:#3e1c76;
		text-decoration:none;
		}
.CMS	{
		padding:10px;
		}
.CMS h1	{
	margin:0px;
	font-size:1.4em;
	padding: 0px;
	color:#3e1c76;
		}
/* these were copied from the cms styles */
/* Start Custom styles */
.text {
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.header {
	font-family: arial, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.contentHdr {
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: #1B70D0;
	text-align: justify;
}
/* End Custom styles */
/* leave rest of file alone */
/* To avoid automatic paragraphs spaces: */
P, UL, OL {
	margin-top: 0px; 
	margin-bottom: 0px; 
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}
/* end of  CMS copied styles */