BODY {background:#222;}
BODY,TD{font-family:Gill Sans, Arial, sans-serif;font-size:14px;color:#22005C;}
A{color:#000;font-weight:bold;}
.navLink{font-family:Gill Sans, Arial, sans-serif;color:#7B7BFF;font-weight:bold;text-decoration:none;font-size:13px;}
.navLinkOver{font-family:Gill Sans, Arial, sans-serif;color:#7B7BFF;font-weight:bold;text-decoration:none;font-size:13px;}
P{padding-bottom:0px;margin-bottom:0px;}
.Title{font-family:Gill Sans, Arial, sans-serif;font-size:18px;color:#22005C;font-weight:bold;}
.infoDiv{position:relative;display:block;left:355px;top:80px;width:180px;background:#FFF7CF;}
.navBox{background:#22005C;padding-top:2px;}
.navBoxOver{background:#380099;padding-top:2px;}


/*Styles for News Article display*/
/*Title*/
.NewsArticleTitle{
	font-weight:bold;
	font-size:14px;
	padding-top:10px;
}
/*Date*/
.NewsArticleDate{
}
/*Article*/
.NewsArticle{
	padding:8px;
}

/*Navigation links for News section*/
.NewsNav {
	
}

TABLE.holder {
	border:1px solid #000;border-bottom:0px;
	background:#22005C;
}

/*Events */
TABLE.EventsList {
	width:700px;
}

TABLE.EventsList TD{
	padding:4px;
}
TABLE.EventsList TD.EventDay {
	width:45px;
}
TABLE.EventsList TD.EventDate {
	width:55px;
}
TABLE.EventsList TD.EventTime {
	width:65px;
}
TABLE.EventsList TD.EventTitle {
	width:300px;
}

TABLE.EventsList TD.EventLocation {
	width:250px;
}
TABLE.EventsList TD A {
	text-decoration:none;
}

TABLE.EventsList TD A:hover{
	text-decoration:underline;
}

TABLE.EventsList CAPTION {
	text-align:left;
}



/* Form*/
.form {
	padding:0;
	margin:0;
	margin-top:10px;
	display:block;
	width:500px;
}

.form DIV {
	padding:0;
	margin:0;
	clear:both;
	float:left;
	width:150px;
	margin-bottom:10px;
}

.form DIV.formnote {
	float:right;
	width:150px;
	clear:none;
	font-size:11px;
}

.form DIV.formrequired {
	font-weight:bold;
	color:navy;
}

.form DIV.formerror {
	font-weight:bold;
	color:red;
}

.form INPUT, .form TEXTAREA {
	padding:0;
	margin:0;
	float:left;
	margin-bottom:10px;
}



/*Styles for News Articles in list*/
/*Outer UL... holds the entire list*/
UL.NewsArticlesList {
	padding:0;
	margin:0;
	list-style-type:none;
	margin-bottom:10px;
}

/*Article Title*/
UL.NewsArticlesList LI {
	padding-left:10px;
	padding-top:15px;
}

/*Category Title at top of list*/
UL.NewsArticlesList LI.CategoryTitle{
	font-weight:bold;
	font-size:14px;
	padding:0;
	font-family:Gill Sans, Arial, sans-serif;font-size:18px;color:#4A2B00;font-weight:bold;	
}

/*Date & Summary holder of each article*/
UL.NewsArticlesList UL {
	padding:0;
	margin:0;
	list-style-type:none;
	padding-left:10px;
}

/* each date or summary */
UL.NewsArticlesList UL  LI{
	padding-top:0px;
}

#ContentP {
	padding-left:40px;
}