﻿/* CSS fonts etc. */
body {
	font-family:Arial;
	font-size:1em;

}


.whiteP {
	LINE-HEIGHT: 1.5;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14px; 
	COLOR: #ffffff;


}

.greenP {
	LINE-HEIGHT: 1.5;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14px; 
	COLOR: #596702;


}

.copyRightMaroon {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #731272;
	padding-left:5px;


}


.maroonP {
	LINE-HEIGHT: 1.5;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14px; 
	COLOR: #731272;


}

.blackP {
	LINE-HEIGHT: 1.5;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14px; 
	COLOR: #000000;


}

.whiteTitle {

	FONT-SIZE: 30px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial;
	text-decoration: none;

}

.whiteLinks {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 17px; 
	COLOR: #ffffff;
	text-decoration: none;

}

.whiteLinks2 {
	FONT-WEIGHT: normal; 
	COLOR: #ffffff;
	text-decoration: none;

}
.whiteLinks3 {
	FONT-WEIGHT: bold; 
	COLOR: #ffffff;
	text-decoration: none;

}


.blackLinks {
	FONT-WEIGHT: bold; 
	COLOR: #000;
	text-decoration: none;

}
.maroonLinks {
	COLOR: #731272;
	text-decoration: none;
	FONT-WEIGHT: bold; 
}



a:hover {
	text-decoration:underline;
}

.middleWhite {
	
	color:white;
	font-size:1.4em;
}

/* CSS layout */
#masthead {
	position: relative;
	width: 760px;
	height: 83px;
}

#top_nav {
}

#left_col {
	width: 257px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 268px;
	color: #000000;
	width: 492px;
}


#container {
	position: relative;
	width: 760px;
}

#footer {
}

/* Navigation */

#navigation 
{ 
list-style: none; 
padding: 0px; 
margin: 0px; 
} 

#navigation li 
{ 
display: block; 
margin: 0; 
padding: 0;

}

#navigation #newsContainer a {
background:none;

} 

#navigation a 
{ 
color: #731272; 
background: url("../images/navOff.gif") left top no-repeat; 
text-decoration: none; 
font-family:Arial;
font-size:small;
font-weight:bold;
padding-left: 50px;
padding-top:16px;
height:29px;

} 

#navigation a.navSel
{ 
color: #fff; 
background: url("../images/navOn.gif") left top no-repeat; 
text-decoration: none; 
font-family:Arial;
font-size:small;
font-weight:bold;
padding-left: 50px;
padding-top:16px;
height:29px;
} 



/*
#navigation a span 
{ 
background: url("right-tab.gif") right top no-repeat; 
padding-right: 10px 
} 
*/

#navigation a, #navigation a span 
{ 
display: block; 
float: left; 
} 

/* Commented backslash hack hides rule from IE5-Mac \*/ 
#navigation a, #navigation a span 
{ 
float: none 
} 
/* End IE5-Mac hack */ 

#navigation a:hover 
{ 
color: #fff; 
background: url("../images/navOn.gif") left top no-repeat; 
text-decoration: none; 
font-family:Arial;
font-size:small;
font-weight:bold;
padding-left: 50px;
padding-top:16px;
height:29px;

} 

#news {
	width: 248px;
}

.maroonBG {
	background-color: #9B6A9E;
}

.lightMaroon {
	background-color: #B794BB;
	background-image: url('../images/maroonBottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;

}

.greenBG {
	background-color: #BFC984;
}

.lightGreen {
	background-color: #B3CE94;
	background-image: url('../images/greenBottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;

}


#newsBottom {
	width: 251px;
	margin-left: 2px;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 20px 20px 30px;
}


