/* CSS Document */

/*site colors
	light-tan: #f7ddb2
	blue: #073B6B
*/

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	/*background-image: url("../images/bark_bg7.jpg");*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrapper {
	
}

/*THIS IS THE CENTERING DIV - must be wrapped around header, content, footer divs*/
#center {
	width: 795px;
	position: relative;
	margin: 0 auto; /*this declaration centers div*/
}

#header {
	background: url("../images/header_bg.jpg") no-repeat;
	width: 795px;
	height: 163px;
}

#container {
	margin: 0 auto;
	background: url("../images/bark_sidebar_bg.jpg") repeat-y;
	background-color: #f7ddb2;
	width: 795px;
	float: left;
}

#content {
	width: 610px;
	margin-left: 180px;
	position: relative;
	/*border: 1px solid blue;*/
}

#main_content {
	width: 580px;
	/*border: 1px solid blue;*/
}



#left_sidebar {
	margin-top: 120px; /* was -4 */
	/*background: url("../images/bark_sidebar_bg.jpg") repeat-y;*/
	height: auto;
	width: 162px;
	float: left;
	padding-bottom: 180px;
	
}

#right_column {
	width: 220px;
	position: absolute;
	top: 10px;
	left: 375px;
}

#right_column_content {
	background: url("../images/right_column_content_solid.jpg") repeat-y;
	padding-left: 20px;
	margin-top: -3px;
}

#footer {
    height: 40px;
    background-color: #073B6B;
    color: #fff;
    padding: 5px 15px 10px 15px;
    font-size: 12px;
    position:relative;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #ccc;
    text-decoration: underline;
}

#footer span {
    position: absolute;
    top: 30px;
    right: 20px;   
}

a 
{
    color: #073b6b;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	color: #C12A21;
	margin-top: 39px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
}

h2 
{
    color: #000;
    font-size: 18px;
}

h3 {
	color: #073B6B;
	font-family: "Times New Roman", Times, serif;
	font-size: 22pt;
	margin-bottom: 0px;
	margin-left: 75px;
}

h4.slideout 
{
	margin-top: -6px;
	font-family: Arial, Helvetica, sans-serif;
    color: #073b6b;
    font-size: 11px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	width: 467px;
}

#right_column_content h3 {
	background: url("../images/column_header_image_solid.jpg") 40px 0px no-repeat;
	margin: 0px;
	padding-top: 48px;
	color: #063C6A;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	position: relative;
	right: 8px;
	font-size: 14pt;
}

#right_column_content h3.smaller {
	font-size: 12pt;
}


#right_column_content ul {
	margin: 2px 10px 16px 10px;
	padding-left: 3px;
}

#right_column_content ul li {
	font-size: 12px;
	margin-bottom: 4px;
	margin-left: 12px;
}

p#welcome {
	width: 320px;
	position: relative;
	bottom: 10px;
	left: 10px;
	margin-left:40px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #252525;
}

#student_box {
/*	width: 294px;*/
/*	height: 240px;*/
/*  background: url("../images/students_image.jpg") 0px 30px no-repeat;	*/
/*  border: 1px solid blue;*/
/*	margin-left: 50px;*/
}

#student_box img {
/*	margin-left: 32px; */
}

#student_box p {
/*	font-size: 10px; */
/*	margin: 140px 32px 0 40px; */
}

ul 
{
  
}
#tbFacilities h4{
	font-weight:bold;
}
#tbFacilities span
{	
	font-weight:normal;
}


