/* CSS for www.lewisriver.com/mtsthelensinstitute/
	 Hand coded by Matthew Farnell
	 Feel free to copy and use any of this CSS */
	 
/* Quick Edits
-------------------------------*/
	 
body {
	font-family: Times New Roman, serif;
	font-size: 16px;
	letter-spacing: 0;
	word-spacing: normal;
	}
	
A:link, A:visited { 
	color: #13A8C7; }

A:hover { 
	color: #4BB85F;
	}

#sidebar a {
	color: #ffffff;
	}
	
#sidebar a:hover {
	color: #000000;
	}
#sidebar a.active {
	color: #000000
	}
	
/* Headers
-------------------------------*/

H1 {
	display: inline;
	FONT-FAMILY: Tw Cen MT, Arial, sans-serif;
	FONT-SIZE: 18pt; 
	COLOR: #2A833A; }
	
H2 {
	display: inline;
	FONT-FAMILY: Times New Roman, serif;
	FONT-SIZE: 15pt; }

H3 {
	display: inline;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 10pt; }
	
H4 {
	display: inline;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 10pt; 
	font-weight: normal;
	}
	
	
/* Body
-------------------------------*/

body {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url('/mtsthelensinstitute/images/sidebar/background.gif') left repeat-y;
	}
	
	
/* Layout
-------------------------------*/

#container {
	 width:753px;
	}

#content {
  width: 568px; 
	float: right;
	}
	
#sidebar {
	float: left; 
	padding-left: 7px; 
	padding-right: 7px;
	text-align:center;
	width: 170px;
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:156px;
	}
	
#sidebar { 
  width:170px; 
} 

html>body #sidebar {
  width:156px;
}

#footer {
	font-size: 14px; 
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.skip {
	display: none;	
	}

/* Link appearance
-------------------------------*/
A:link, A:visited { 
	text-decoration: underline;
	}

A:hover { 
	text-decoration: none;
	}

/* Sidebar
-------------------------------*/
	
#sidebar ul {
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar a {
	text-decoration: none;
	width: 100%;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	}
	
#sidebar li {
	height: 33px;
	margin: 0px;
	}
	
#sidebar li a {
	font-family: 'Times New Roman', Times, serif;
	font-size: 19px;
	}

#sidebar a:hover {
	text-decoration: none;
	width: 100%;
	} 
	
	
/* Misc
-------------------------------*/

.left {
	text-align: left;
	}
	
.top {
    margin-top: 0;
}

.zero-border {
    border: 0;
}

p.back {
	font-family: 'times new roman', times, serif; 
	font-size: 18px; 
	font-weight: bold;
	text-align: center;
}

