/* Modifications */
/* 08-11-09 Changed pageFooter TOP value from 950px to 960px (LK) */
/* 12-29-09 Changed picbar Top value from 125px to 225px (LK) */
/* 01-04-10 Changed navigation, content, and news Top value from 230px to 180px (LK) */

body
	{
	margin: 0;
	padding: 0;
	background: #482458 url();
	color: #000;
	text-align: center;
	}
	
a
	{
	color: #990000;
	text-decoration: underline;
	}
	
a:hover
	{
	color: #990000;
	text-decoration: none;
	}
	
/* ________________ containers ________________ */

#container
	{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 800px;
	height: 1000px;
	background: #fff url('container8001000.jpg') no-repeat;
	padding-bottom: 45px;
	}
	
#pageHeader
	{
	width: 800px;
	height: 120px;
	background: #fff url('logo1.jpg') no-repeat;
	padding-bottom: 0.2em 3px;
	}



#imptlinks
	{
	position: absolute;
	top: 65px;
	left: 580px;
	width: 220px;
	background: #fff;
	font: 13px/1.5em arial, verdana, serif;
	}

#imptlinks ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#imptlinks li
	{
	text-indent: 0;
	background: #ff0000;
	color: #fff;
	line-height: 1.5em;
	padding: 0.2em 10px;
	border-bottom: #fff 5px solid;
	}

#imptlinks li a 
	{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}

#imptlinks li a:hover 
	{
	color: #ffe852;
	}



#contentbox
	{
	width: 800px;
	background: #fff;
	}

#picbar
	{
	position: absolute;
	top: 225px;
	left: 0px;
	width: 800px;
	height: 100px;
	background: #fff url('') no-repeat;
	}
	
#navigation
	{
	position: absolute;
	top: 180px;
	left: 0px;
	width: 150px;
	background: #fff;
	font: 13px arial, verdana, serif;
	}

#navigation ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#navigation li
	{
	text-indent: 0;
	color: #330066;
	line-height: 1.8em;
	padding: 0.2em 10px;
	}

#navigation li a 
	{
	text-decoration: none;
	color: #660066;
	}

#navigation li a:hover 
	{
	font-weight: bold;
	color: #660066;
	}

#navigation li.header
	{
	width: 150px;
	height: 25px;
	background: #f67718;
	padding: 0;
	}

#navigation li.title
	{
	font-weight: bold;
	}
	
#navigation li.end
	{
	border-bottom: #ffe852 2px solid;
	}
	
#navigationtitle
	{
	position: absolute;
	top: 180px;
	left: 0px;
	font: 15px arial, verdana, serif;
	font-weight: bold;
	color: #fff;
	margin-left:0px;
	padding: 0.2em 10px;
	}

#content
	{
	position: absolute;
	top: 180px;
	left: 155px;
	width: 415px;
	background: #fff url() no-repeat; 
	font: 13px/1.5em arial, verdana, serif;
	}

#content ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#content li
	{
	text-indent: 0;
	color: #000;
	line-height: 1.5em;
	padding: 0.2em 10px;
	}
	
#content li.header
	{
	background: #00ccff;
	width: 415px;
	height: 25px;
	padding: 0;
	}

#contenttitle
	{
	position: absolute;
	top: 180px;
	left: 155px;
	font: 15px arial, verdana, serif;
	font-weight: bold;
	color: #fff;
	margin-left:0px;
	padding: 0.2em 10px;
	}

#news
	{
	position: absolute;
	top: 180px;
	left: 575px;
	width: 225px;
	background: #fff url(); 
	font: 13px arial, verdana, serif;
	}

#news ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#news li
	{
	text-indent: 0;
	color: #000;
	line-height: 1.5em;
	padding: 0.2em 10px;
	}

#news li a 
	{
	text-decoration: none;
	color: #660066;
	}

#news li a:hover 
	{
	color: #660066;
	font-weight: bold;
	}

#news li.header
	{
	width: 225px;
	height: 25px;
	background: #00ccff;
	padding: 0;
	}
	
#newstitle
	{
	position: absolute;
	top: 180px;
	left: 575px;
	font: 15px arial, verdana, serif;
	font-weight: bold;
	color: #fff;
	margin-left:0px;
	padding: 0.2em 10px;
	}
	
#pageFooter
	{
	position: absolute;
	top: 960px;
	left: 160px;
	height: 35px;
	width: 410px;
	background: #fff;
	color: #000;
	font: 11px/1.5em arial, verdana, serif;
	text-align: center;
	}
