@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2F4B5A;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 960px;
	background: url(../images/bg_container.gif) repeat-y 0px 0px;
	margin: 0 auto;
	text-align: left;
} 
#insideBar {
	background: url(../images/bg_topbar.gif) no-repeat 0px 0px;
	height: 8px;
	width: 960px;
	margin: 0px;
	padding: 0px;
}
#flag {
	background: url(../images/bg_flag.gif) no-repeat 0px 0px;
	padding: 98px 18px 0 0;
	height: 46px;
	width: 942px;
	text-align: right;
} 
#insideFlag {
	background: url(../images/bg_insideFlag.gif) no-repeat 0px 0px;
	height: 181px;
	width: 960px;
	margin: 0px;
	padding: 0px;
}
#topnav {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 230px;
	float: right;
}
#topnav a {
	color: #FFFFFF;
	margin-right: 6px;
	margin-left: 6px;
	text-decoration: none;
}
#topnav a:hover {
	color: #738A95;
}
#header {
	background: url(../images/bg_header_home.jpg) no-repeat 0px 0px;
	padding: 0;
	height: 185px;
	width: 960px;
} 
#navbar {
	height: 39px;
	width: 620px;
	margin: 0px;
	padding: 0px;
}
#navbar #cap {
	display: inline;
	text-align: left;
	vertical-align: 0%;
	float: left;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#contenttop {
	background: url(../images/bg_content_top.gif) no-repeat 0px 0px;
	padding: 0;
	height: 8px;
	width: 960px;
} 
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 293px;
	padding: 0px 0px 32px 29px;
	margin-right: 18px;
	color: #2F4B5A;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#sidebar b {
	color: #000000;
}
#sidebar p {
	line-height: 13px;
}
#boxNews {
	background: url(../images/head_latestNews.gif) no-repeat 0px 0px;
	width: 245px;
	padding: 50px 24px 12px;
}
#boxNews a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#boxNews a:hover {
	text-decoration: underline;
}
#boxRecruiting {
	background: url(../images/head_summerProgram.gif) no-repeat 0px 0px;
	width: 245px;
	padding: 50px 24px 12px;
}
#mainContent {
	margin: 0 340px 0 0;
	padding: 36px 0px 36px 36px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2F4B5A;
	width: 584px;
} 
#mainContent p {
	line-height: 24px;
	width: 525px;
}
#mainContent p.normal {
	line-height: normal;
}
#mainContent a {
	color: #AE441B;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent h1 {
	font-size: 24px;
}
#mainContent i.title {
	font-size: 14px;
	color: #738A95;
}
#mainContent h2 {
	font-size: 18px;
}
#mainContent h3 {
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px dotted #2F4B5A;
	margin-top: 24px;
}
#mainContent h5 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #2F4B5A;
	color: #000000;
}
#mainContent .homeMug {
	background: url(../images/bg_mugs.gif) no-repeat 0px 0px;
	padding: 0px 0px 12px;
	width: 111px;
	float: left;
	margin-right: 20px;
	margin-top: 12px;
}
#mainContent .homeMug img {
	margin-top: 8px;
	margin-left: 8px;
}
#mainContent .homeMug p {
	line-height: 14px;
	width: 111px;
}
#mainContent .homeMug b {
	color: #000000;
}
#mainContent img.mug {
	margin-top: 12px;
	border: 1px solid #2F4B5A;
	margin-right: 6px;
	margin-bottom: 12px;
}
#mainContent .pix {
	border: 1px solid #2F4B5A;
}
#mainContent p.caption {
	font-size: 11px;
	font-style: italic;
	margin-left: 24px;
}
#biostats {
	margin-top: 12px;
}
#footer {
	padding: 0;
	background:url(../images/bg_foot.gif) no-repeat 0px 0px;
	height: 53px;
	width: 960px;
} 
#footer #footerLeft {
	vertical-align: top;
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0 0 0 24px;
	width: 736px;
	height: 53px;
	float: left;
}
#footerLeft p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
#footerLeft a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
#footerLeft a:hover {
	text-decoration: underline;
}
#footer #footerRight {
	vertical-align: top;
	padding: 0px;
	width: 200px;
	float: left;
}
img.drawline {
	width: 100%;
	border-bottom: 1px solid #2F4B5A;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
  height:0;
	font-size: 1px;
	line-height: 0px;
}
.indent {
	margin-left: 12px;
}
a.small {
	color: #000000;
	letter-spacing: 0.1em;
	font: bold 9px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#bios {
	margin-top: 12px;
	font-size: 12px;
	line-height: 14px;
}
img.mug {
	margin-right: 6px;
	border: 1px solid #B3BFC3;
}
ul.spread li {
	margin-bottom: 9px;
}
ul.spreadmore li {
	margin-bottom: 12px;
}
p.terms {
	margin-bottom: 9px;
	font: italic 10px/normal Arial, Helvetica, sans-serif;
}
