/* ---------- Basic Overloads ---------- */

BODY {
		background-color		:  #FFFFFF;
		margin					: 12px;
		padding				: 4px;
	}
	
TD, DIV, P, .plain {
		font-family			: verdana, arial;
		font-size				: 14px;
		color					: #404040;
		line-height				: 14px;
	}
	
P {
		margin					: 14px 0px 14px 0px;
		padding				: 0px;
	}
	
FORM {
		padding				: 0px;
		margin					: 0px;
	}
	
IMG {
		border					: none;
	}
	
H1 {
		background-color		: #FFBF00;
		padding				: 12px 10px 12px 20px;
		color					: white;
		font-family			: Arial; 
		font-size				: 18px; 
		font-weight			: bold;
		font-style				: italic;
		line-height				: 18px;
		margin					: 0px;
	}	
	
H2 {
		color					: #254FA9;
		font-family			: Arial;
		font-size				: 15px;
		line-height				: 15px;
		margin					: 0px;
		padding				: 0px 0px 2px 0px;
	}
	
H2 A {
		color					: #FF0000;
	}

H2 A:hover {
		color					: #FF0000;
	}


/* ---------- Link Styles ---------- */

A {
		color					: #4573b3;
		text-decoration		: none;
	}
	
A:hover {
		color					: #4573b3;
		text-decoration		: underline;
}


/* ---------- Home Styles ---------- */

#spotlight {
		width					: 282px;
		height					: 141px;
		background			: url("../images/home/spotlight.gif") 0 0 no-repeat;
		background-color		: #969A6F;
		padding				: 34px 12px 12px 12px;
		color					: white;
		line-height				: 13px;
		cursor					: hand;
		border-left				: solid white 4px;
	}
	
.home-header {
		border-top				: solid white 2px;
		background-color		: #D9A222;
		padding				: 5px 0px 4px 15px;
	}
	
.home {
		background-color		: #FAEABF;
		padding				: 15px 15px 15px 15px;
		color					: #404040;
		line-height				: 14px;
	}
	
.home UL {
		padding				: 0px;
		margin					: 0px;
	}
	
.home LI {
		list-style-type			: none;
		background			: url("../images/home/arrow.gif") 0 2px no-repeat;
		padding				: 0px 0px 12px 15px;
	}


/* ---------- Header Styles ---------- */

#container {
		width					: 790px;
	}

#header {
		height					: 68px;
		background			: url("../images/header/background.gif") 0 0 repeat-y;
		border-bottom			: solid #D9A222 6px;
	}

#header-right {
		float					: right;
		padding				: 20px 20px 0px 0px;
		text-align				: right;
	}
	
#header DIV {
		color					: #36578C;
		font-size				: 10px;
		font-weight			: normal;
	}
	
#header A {
		color					: #36578C;
		font-size				: 10px;
		font-weight			: normal;
	}

#footer {
		border-top				: solid #4573B3 6px;
		padding				: 1px 6px 4px 6px;
		color					: #404040;
	}


/* ---------- Navigation Styles ---------- */

#subnav {
		background-color		: #FAEABF;
		width					: 160px;
	}
	
#subnav UL {
		padding				: 0px;
		margin					: 0px;
	}
	
#subnav LI {
		list-style-type			: none;
		background-color		: #969A6F;
		border-bottom			: solid #C3C4A3 1px;
		padding				: 7px 10px 7px 40px;
	}
	
#subnav LI.on {
		list-style-type			: none;
		background-color		: #72753D;
		border-bottom			: solid #C3C4A3 1px;
		padding				: 7px 10px 7px 40px;
	}
	
#subnav A {
		color					: white;
	}
	
#content {
		padding				: 20px 20px 20px 20px;
		color					: #404040;
	}

#content UL {
		padding				: 0px;
		margin					: 0px 0px 0px 20px;
	}
	
#content LI {
		color					: #404040;
	}
	

/* ---------- Other Styles ---------- */

.white_text {
	font-family: verdana, arial;
	font-size: 11px;
	color: #ffffff;
	line-height: 12px;
}

.gray_text {
	font-family: verdana, arial;
	font-size: 11px;
	color: #666666;
	line-height: 12px;
}

.quote {
	font-family: verdana, arial;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	line-height: 12px;
	padding: 0px 10px 0px 10px;
}

.subtitle {
	font-family: verdana, arial;
	font-size: 12px;
	color: #ff0000;
	line-height: 14px;
	font-weight: bold;
}

.headline {
	font-family: verdana, arial;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	font-weight: bold;
}

.newsdate {
	font-family: verdana, arial;
	font-size: 11px;
	color: #4573b3;
	line-height: 12px;
	font-weight: bold;
}

.blue_title {
	font-family: verdana, arial;
	font-size: 12px;
	color: #4573b3;
	line-height: 14px;
	font-weight: bold;
}
