/*@import url(layouts.css);*/
/*
@import url(../../SHF-home-page/css/components.css);
@import url(../../SHF-home-page/css/modules.css);
@import url(../../SHF-home-page/css/navigation.css);
@import url(../../SHF-home-page/css/misc.css);
@import url(../../SHF-home-page/css/forms.css);
*/
/* #######################  GENERAL SETTINGS ############################ */
* {
	margin:0;
	padding:0;
}
html.body {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #F6F6F6;
	margin-top: 0px;
	background-color: #333333;
}
body {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #F6F6F6;
	margin-top: 0px;
	background-color: #333333;
	text-align:center;
}
div.page_frame {  
	text-align:center;
}
h1 {
	font-size:24px;
	line-height: 1em;
	font-weight:normal;
	margin-top:6px;
}
h2 {
	font-size:15px;
	line-height: 1em;
	font-weight: 900;
}
h3 {
	font-size:14px;
	line-height: 1em;
	font-weight: 900;
}
h4 {
	font-size:13px;
	line-height: 1em;
	font-weight: 900;
}
h5 {
	font-size:12px;
	line-height: 1em;
	font-weight: 900;
}
h6 {
	font-size:11px;
	line-height: 1em;
	font-weight: 900;
}
td {
	font-size: 12px;
}
th {
	font-size: 12px;
}
a {
	color: #666666;
	border:none;
	text-decoration:none;
}
a:hover {
	color:#FFCC00;
	text-decoration:none;
}
a:visited {
	color: #666666;
	text-decoration:none;
}
a:active {
	color: #666666;
	text-decoration:none;
}
a.image, a.image:hover {
	border:0;
}
img {
	border:none;
}
a.angel {
	color:#f0f0f0;
}
a.angel:hover {
	color:#ff33cc;
}
a img {
	border:none;
}
/* Clears Divs */
.clr {
	clear: both;
}
div.home_menu {
	margin:0px 0px 50px 0px;
	padding-top:2px;
	height:19px;
	width:100%;
	background-color:#333333;
	color:#F6F6F6;
	font-size:12px;
	z-index:10;
}
ul.menu {
	list-style:none;
	margin-left:12px;
}
ul.menu span {
/*	width:120px; */
}
ul.menu li {
	display:inline;
	margin:0px 20px 0px 24px;
	color:#F6F6F6;
	width:140px;
}
/*
.home_menu li a {
	text-decoration:none;
	color:#F6F6F6;
}
*/
.home_menu li a:hover {
	text-decoration:none;
	color:#FF0;
}
div.copy {
	font-size:10px;
	color:#999999;
	margin-top:18px;
}
div.copy a {
	font-size:10px;
	color:#999999;
}
div.copy a:hover {
	font-size:10px;
	color:#FFFF00;
}
div.home_panels {  /* containing box around panels on hoee page */
	width:425px;
	margin:0px auto 0px auto;
	padding:0px 20px 0px 20px;
	text-align:left;
	overflow:hidden;
}
div.home_panels table.blog {
	position:relative;
	left:-0px;
	margin:0px auto 0px auto;
	width:500px;
	overflow:hidden;
}
div.track_panels {  /* containing box around panels on hoee page */
	width:auto;
	height:300px;
	margin:0px auto 0px auto;
	text-align:center;
}
div.panels {   /* individual diuipline panels */
	float:left;
	height:300px;
	width:75px;
	margin:0px 19px 0px 0px;
}
td.panels {
	height:300px;
	width:75px;
	padding:0px 15px 0px 0px;
}
#last {
	padding-right:0px;
}
div.spacer {
	clear:both;
	height:4px;
}
div.track_menu {
	text-align:center;
	margin-top:15px;
}
/*
.track_menu li a {
	text-decoration:none;
	color:#F6F6F6;
}
*/
.track_menu li a:hover {
	text-decoration:none;
	color:#FF0;
}
/*
.track_menu ul {
	width:680px;
	height:24px;
}
*/
.track_menu ul li {
	display:inline;
	margin:0px 10px 0px 10px;
	color:#F6F6F6;
	width:140px;
}
.track_menu li.first {
	margin-left:0px;
}
.track_menu li.last {
	margin-right:0px;
}
/********** discipline navigation in HTML/CSS *************/

div.horiz-discs {
	position:relative;
	margin:0px auto 0px auto;
	width:440px;
}
div.disc-nav-overlay {
	position:absolute;
	top:0px;
	left:0px;
}
div.hdisc {
	width:440px;
	height:90px;
	margin-bottom:12px;
	margin-left:0;
}




/* #######################  END GENERAL SETTINGS ############################ */

