

a:link {color: #006666; text-decoration: none;}
a:visited {color: #006666; text-decoration: none;}
a:hover {color: #006666; text-decoration: underline;}
a:active{ color: ##006666; text-decoration: underline; }

h1 {font: 100% "Trebuchet MS", serif;	color: #006666; text-align: left;} /*RAH Header teal*/
h2 {font: 100% "Trebuchet MS", serif;	color: #660000;} /*maroon font*/
h3 {font: 130% "Trebuchet MS", serif;	color: #000;}
h4 {font: 140% "Trebuchet MS", serif;	color: #660000;} /*main page dept titles*/
h5 {font: 80% "Trebuchet MS", serif;	color: #660000;} /*copyright bar*/
h6 {font: 80% "Trebuchet MS", serif;	color: #006666;} /*bottom nav bar*/
h7 {font: 90% "Trebuchet MS", serif;   color: #000;}
h8 {font: 120% "Trebuchet MS", serif;   color: #006666;} /*includes contact info*/



#wrapper {
	text-align: center;
	width: 1024px;
	background: #fff;
	margin: 0px auto; /* fix for centering div in firefox */}



#header {
	text-align: center;
	background: #006666;
	width: 1024px;
	color: white;
	}
	#header h1 {color: white; font: 280% Times New Roman;}	
	#header h2 {color: white; font: 150% Times New Roman; margin-top: -10px;}	
	#header a{color: white; font: 90% arial; text-decoration: none;}
	#header a:hover {color: white; text-decoration: underline;}
	#header p {color: white;}

.left {
	background: #FFFFCC;
	padding: 10px;}

.deptlinkarea {
	padding: 10px;
	color: #660000;
	text-align: center;
	background: #fff;
	font: 110% arial:}

.textarea {
	padding: 10px;
	background: #fff; 
	font: 130% arial;}
	
.textareamain {
	padding: 10px;
	background: #fff;
	font 100$ arial;}
	
.right {
	padding: 5px;
	background: #fff;}
		
.copyright{
	font: 100% arial;
	text-align: center;
	color: #006666;}

.bottomnav{
	font: 85% arial;
	text-align: center;}

/* Side Menu CSS */
#menu {margin: 0; padding: 0px;}
	
	#menu li, #menu ul { list-style: none; text-align: left;}
	
	#menu a:link, #menu a:visited {
		font: 100% Verdana, Arial, Helvetica, sans-serif; /*YOU CAN CHANGE THIS */
		color: #FFFFCC; /*YOU CAN CHANGE THIS */
		text-decoration: none; /*YOU CAN CHANGE THIS */
		background: #006666;  /*YOU CAN CHANGE THIS */
			margin: 3px 0 3px 0; /*dont change this */
			display: block; /*dont change this */
			padding: 5px 0 5px 10px;  /*dont change this */
			width: 230px;  /*dont change this */
			height: 20px;  /*dont change this */
			/* box model hack */ /*dont change this */
			voice-family: "\"}\""; /*dont change this */
			voice-family:inherit;  /*dont change this */
			height: 15px;  /*dont change this */
			width: 220px;}
	
		/*DONT CHANGE THIS */
		html>body #menu a:link, html>body #menu a:visited, html>body #menu a:hover { 
			height: 15px; width: 220px;}

	#menu a:active, #menu a:hover {
		font: 100% Verdana, Arial, Helvetica, sans-serif; /*YOU CAN CHANGE THIS */
		background: #660000; /*YOU CAN CHANGE THIS */
		color: #fff; /*YOU CAN CHANGE THIS */
		}