@charset "utf-8";

/*==========TAG LEVEL STYLES==========*/
html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}
img {border:none; }
table {border-collapse:collapse; }
p, ul, ol, table {
	font-size:.8em;
	line-height:1.6em;
	color:#6F7C81;
	}
a,
a:active,
a:visited {
	color: #002664;
	text-decoration: none;
	}
a:hover {text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	margin-bottom:10px;
	font-family: Century Gothic, Avant Garde, Arial, sans-serif;
	color:#003E7E;
	font-weight:400;
	}
h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}
h5 {font-size: .8em;}	
h6 {font-size: .6em;}	

.caption {font-size:11px; color:#003E7E; font-weight:bold;}

/*==========DIV LEVEL STYLES==========*/
#container {
	margin:0 auto;
	width:1000px;
	border-left: 1px solid #003E7E;
	border-right: 1px solid #003E7E;
	background: url('/redesign/images/background.jpg') repeat-y center;
	}

/*==========CLASS LEVEL STYLES==========*/
.clearFloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
	}

/* for residency pictures in Right Column
.caption {
	font-size:.6em;
	line-height:1em;
	padding-bottom: 5px;
	border-bottom: solid 1px #ffffff;
	margin-left:7px;
	text-align: center;
	margin-top: 2px;
	margin-right:7px;
	}
.h3kicker {font-size: .8em}*/



/*td ul {
	font-size:.8em;
	line-height: 1.5em;
	color:#626366;	
	}*/
