@charset "UTF-8";
body  {
	font: 100%/1.5 Helvetica, "Helvetica Neue", Arial;
	background: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h3 {
	color: #0999D3;
	font-style: italic;
}
h4 {
	color: #666666;
	font-size: 1em;
	font-style: italic;
}
#mainContent #student {
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 0px 0px 15px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 5px 15px 10px;
}
#sidebar2 #box1 {
	background: #EEECE9 url(images/small_contactbtm.gif) no-repeat bottom;
	width: 219px;
	padding-bottom: 20px;
}
#sidebar2 #box1 a {
	color: #333333;
	text-decoration: none;
}
#sidebar2 #box2 {
	background: url(images/howtoapply.jpg) no-repeat;
	width: 219px;
	padding-bottom: 20px;
}
#sidebar2 #box2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #sidebar2 #box1 a:hover, #container #sidebar2 #box1 a:active {
	color: #0999DC;
}
#sidebar2 #box3 {
	background: url(images/cost_referrals.jpg) no-repeat;
	width: 219px;
	padding-bottom: 20px;
}
#sidebar2 #box3 a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar2 #box4 {
	background: url(images/appointment.jpg) no-repeat;
	width: 219px;
	padding-bottom: 20px;
}
#sidebar2 #box4 a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar2 #box5 {
	background: url(images/clinical_training.jpg) no-repeat;
	width: 219px;
	padding-bottom: 20px;
}
#sidebar2 #box5 a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar2 #box6 {
	background: url(images/graduate_testimonials.jpg) no-repeat;
	width: 219px;
	padding-bottom: 20px;
}
#sidebar2 #box6 a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar2 #box7 {
	background: url(images/patient_testimonials.jpg) no-repeat;
	width: 219px;
	padding-bottom: 20px;
}
#sidebar2 #box7 a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #sidebar2 #box1 a:hover, #container #sidebar2 #box1 a:active {
	color: #0999DC;
}
#sidebar2 #box1 p {
	font-size: 90%;
	padding-left: 10px;
	color: #333333;
}
#sidebar2 #box1 h2, #sidebar2 #box2 h2, #sidebar2 #box3 h2, #sidebar2 #box4 h2, #sidebar2 #box5 h2, #sidebar2 #box6 h2, #sidebar2 #box7 h2 {
	margin-top: 0px;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 90%;
	padding-left: 10px;
	background: url(images/small_contacttop.gif) no-repeat;
}
#mainContent {
	margin: 0 250px 0 230px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent a {
	color: #0999DC;
	text-decoration: none;
}
#mainContent a:hover, #mainContent a:active {
	color: #666666;
}
#sidebar1 #leftnav1 ul {
	font-size: 0.75em;
	list-style: none;
	margin: 0px;
	padding: 20px 0px 0px;
	line-height: 30px;
}
#sidebar1 #leftnav1 ul a.last {
	border-bottom: none
	}
#sidebar1 #leftnav1 ul a:hover {
	background: #B00063;
	}
#sidebar1 #leftnav1 ul a.current {
	cursor: default;
	background: #B00063;
	}
	#sidebar1 #leftnav1 ul a.sub {
	cursor: default;
	background: #000000;
	}
#sidebar1 #leftnav1 ul a.fixed {
	background: #104698;
	font-weight: bold;
}
#sidebar1 #leftnav1 li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 17px;
	border-bottom: 1px solid #fff;
}
#sidebar1 #leftnav1 {
	background: #0999DC url(images/leftnav_top.gif) no-repeat;
	width: 185px;
}
h5 {
	color: #666666;
	font-size: 100%;
	font-style: italic;
}
#mainContent blockquote {
	font-size: 0.85em;
}
cite {
	font-weight: bold;
	padding-left: 20px;
}
h2 {
	font-size: 1.6em;
	color: #0999DC;
}
table {
	border: 1px solid #666666;
}
th {
	font: bold normal 0.9em Helvetica, "Helvetica Neue", Arial;
	padding: 0.4em;
	background: #CCCCCC;
	text-align: center;
	border: 1px solid #666666;
}
td {
	font: normal 0.8em "Helvetica Neue", Helvetica, Arial;
	text-align: center;
	padding: 0.3em;
	border: 1px solid #666666;
}
#mainContent p.small {
	font-size: 0.9em;
}
