@charset "utf-8";
@import url("layout.css");
@import url("forms.css");
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

img {
	border-width:0px;
}

body {
	background:#013557 url(images/siteBodyBg.gif) repeat-x top left;
	font:14px/18px Arial, Helvetica, sans-serif;
	color:white;
}

a {
	color:#00abde;
}

a:hover {
	color:#ff9933;
}

p {
	margin-bottom:16px;
}

li {
	margin-bottom:8px;
}

ol, ul {
	list-style-position:outside;
	margin-left:24px;
}

h1 {
	color:#aaaaaa;
	font-size:16px;
	line-height:22px;
	padding-bottom:16px;
}

h2 {
	color:#FF9933;
	font-weight:bold;
	font-size:14px;
}


/* General Classes */
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}



/* Home */
#home #content {
	padding-right:330px;
	background:#002944 url(images/homeContentBg.jpg) no-repeat top right;
}

#newsBox { 
	height:128px;
	overflow:hidden;
	position:relative;
}

	#newsScroller {
		position:absolute;
		top:0px;
		left:0px;
	}
	
#ctrlScroller {
	float:right;
	width:45px;
	display:block;
	border:1px solid;
	text-align:center;
	text-decoration:none;
}

/* About */
#aboutNav, #articleNav {
	list-style:none;
	margin:auto 0px 15px 15px;
	border-left:1px dashed #999999;
	float:right;
	padding:5px;
}

	#articleNav {margin-left:8px;}

	#aboutNav li, #articleNav li {
		display:inline;
		text-transform:uppercase;
		letter-spacing:1px;
	}
	
	#aboutNav li a, #articleNav li a {
		display:block;
		padding:3px 5px 3px 20px;
		width:130px;
	}
	
.about #content p {
	margin-right:165px;
}
	
/* Biographies */
#biographies #content p {
	margin-right:275px;
}

/* Curriculum */
#curriculum #content p {
	margin-left:320px;
}
