BODY {
	margin:15px 0px;
	font-family:"Times New Roman", serif;
	font-size:12pt;
}
BODY, TD {
	font-family:"Times New Roman", serif;
	font-size:12pt;
	color:#444;
	line-height:1.3em;
}
A, A:link {
	font-family:"Times New Roman", serif;
	font-size:12pt;
	color:#06F;
}
A:hover {
	color:#8aF;
}
A:visited {
}
A.home, A.home:link, A.home:visited {
	color:#f88;
}
INPUT, TEXTAREA, SELECT {
	font-family:sans-serif;
	font-size:10pt;
	color:navy;
}
H1, H2, H3, H4, H5 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#0066cc;
	/*color:#53c0eF;*/
	font-weight:normal;
	margin-bottom:0.4em;
}
H1.white, H2.white, H3.white, H4.white, H5.white {
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#FFF;
	font-weight:normal;
	margin-bottom:0.4em;
}
H1.light, H2.light, H3.light, H4.light, H5.light {
	color:#7cf;
}


#logo_banner {
	background-image: url("images2/logo_banner.png");
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin-top:40px;
	height:91px;
	width:100%;
	text-align:center;
}
#menu {
	margin:0px;
	width:200px;
	float:left;
}
#home_page_intro_wrapper {
	width:800px;
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
}
#home_page_intro {
	margin-left:145px;
	width:600px;
	color:#565656;
	text-align:left;
}
#home_page_main_wrapper {
	width:100%;
	background-image: url("images2/background_gradient.png");
	background-repeat: repeat-x;
	background-color:#2c2c2c;
	padding-bottom:100px;
}
#home_page_main {
	background-image: url("images/home_page_divide.png");
	background-repeat: repeat-x;
	/*background-color: #565656;*/
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:920px;
	color:#ffffff;
}
#home_page {
	/*background-color: #565656;*/
	width:100%;
}
#home_page_body {
	float:left;
	width:720px;
}
#spotlight-box {
	float:right; 
	width:196px; 
	margin:0px 0px 20px 20px;
}
#spotlight-box-contents {
	background-color:#3B3B3B;
	text-align:center;
	margin:0px;
	padding:0px;
}
#spotlight-image {
	border:#6FCFF8 2px solid;
	width:100px; 
	height:75px;
}
#spotlight-title {
	font-family: "Times New Roman"; 
	font-size:12pt; 
	font-style:italic;
	color:#FD7E95;
}
#spotlight-body {
	font:8pt Verdana; 
	color:#EDE8CD; 
	text-align:left; 
	padding:10px 15px; 
	line-height:11pt;
}
#announcements-box {
	position:absolute;
	top:200px;
	left:200px;
	width:550px;
	background-color:#971428;
	color:#EDE8CD; 
	visibility:hidden;
	border:#ccc 2px solid;
	padding:3px;
}
#announcements-box2 {
	position:relative;
	background-color:#971428;
	color:#EDE8CD; 
	visibility:inherit;
	border:#ccc 2px solid;
	padding:5px 10px 25px 10px;
	font:12pt Verdana; 
	line-height:14pt;
}
.announcements-close, .announcements-close:link, .announcements-close:visited {
	color:#f33;
	text-decoration:none;
	font:8pt Verdana;
	font-weight:bold;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.splash-text {
	font-size:36pt;
	text-align:center;
	margin-top:100px;
	font-family:Arial;
	color:#888;
}
.frame {
	border-color:#cFf0F8;
	border-width:3px;
	border-style:solid;
}
.borderless {
	border-width:0px;
}
.action {
	border:gray 1px dashed; 
	padding:3px; 
	background-color:#ffc;
}

