/* CSS Document */
/* Layout */
/* LAYOUT - 50 Left-50 Right */
#homefullwrap {
	margin:0 auto;
	width: 920px;
	float: left;
	padding:30px 0px 0px 20px;
	}

div.homecontent {
	background-image:url(../images/Homesplash.jpg);
	background-repeat: no-repeat;
	height: 449px;
	}
	
#homeleft50wrap {
	margin:0 auto;
	width: 50%;
	float: left;
	}
	
#homeleftcontent {
	padding: 10px 55px 0px 90px;
	}

#homerightcontent {
	padding: 10px 90px 0px 55px;
	}
	
p#welcome {
	font-size:200%;
	font-weight:bolder;
	color:#003399;
	padding:20px 0px 0px 10px;
	border-bottom:solid 1px #666666;
	}
	
h1.home {
	font-size:150%;
	color:#333333;
	text-align:center;
	border:none;
	}

h1.home a {
	text-decoration:none;
	color:#333333;
	}

h1.home a:hover,
h1.home a.over {
	color:#003399;
	}

/***** RSS News Feed *****/
#rsscontent {
	padding: 25px 10px 25px 16px;
	max-height: 365px;
	overflow: hidden;
	}

#rsscontent a:hover {color:#330099;}

p.newsdate {
	font:bold 11px Arial, Helvetica, sans-serif;
	margin: 0px;
	}

p.newstitle {
	font:12px Arial, Helvetica, sans-serif;
	}