

body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: center;

	}
	
#outer {
	width: 805px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;

}

#header {
	height: 82px;
	margin: 0;
}

#body-top {
	width: 805px;
	height: 27px;
	background: url(body-top.gif) no-repeat;
	overflow: hidden;

}

#body-middle {
	width: 805px;
	padding: 0 0 0 0px;
	margin: 0 0 0 5px;
	background: url(body-middle.gif) repeat-y;
}
div#body-bottom {
	width: 805px;
	height: 35px;
	background: url(body-bottom.gif) bottom no-repeat;
	display: block;
	margin: 0 0 0 -5px;
}

#main-col {
	width: 500px;
	float: left;
	margin: 10px 0 0 15px;
	display: inline;
}

h1 {
		color: #666666;
		margin: 0px 0 0px 0px; 
		padding: 3px 0 5px 0; 
		font:  2em Verdana, Arial, Helvetica, sans-serif;
		font-size:22px;
	}

h2 { 
	FONT: 14px Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #99cc00;
	font-weight: bold;
}

h3 {
		color: #000000;
		margin: 0px 0 0px 0px; 
		padding: 3px 0 0 0; 
		font: bold 12px Verdana, Arial, Helvetica, sans-serif;
		line-height: 16px;
	}

p {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	line-height: 16px;

	color: #000000;

}
.footnote {
    MARGIN-TOP: 20px; FONT-SIZE: 10px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 0px; COLOR: #666666; FONT-FAMILY: verdana

}

img { border:none; }
	 
 
 ul.content{
	list-style: none;
	padding: 5px 0 5px 0px;
	margin: 0px 0px 0px 20px;
	}

ul.content li {
	background: url(blue_bullet.gif) no-repeat 0 0;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 0 0 0 15px;
	}
	


A:link {
    COLOR: #0066cc; TEXT-DECORATION: underline;
}
A:visited {
    COLOR: #0066cc; TEXT-DECORATION: underline;
}
A:active {
    COLOR: #0066cc; TEXT-DECORATION: underline;
}
A:hover {
    COLOR: #3399ff; TEXT-DECORATION: underline;
}



/* ---------right nav tab structure*------------*/
div#side-col {
	width: 204px;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0px 0 0px;
	background-color: #ffffff;
	overflow: hidden;
 display: inline;

}

div#side-box-nav {
	width: 204px;
	background-color: #5280b1;
	padding: 0px 0 5px 0;
	text-align: left;
		overflow: hidden;

}



#rnav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	letter-spacing: +.5px;
	width: 201px;
	background-color: #5280b1;
	position: relative;

		
	}
	
#rnav li {
	margin: 0; 
	padding: 0;
  list-style: none;

}
	
#rnav a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 17px !important; 
	height /**/: 25px; /* for IE5/Win only */
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	}	
	
#rnav a:link, #rnav a:visited {	
	display: block;
	padding: 8px 0 0 35px;
	}
	
#rnav a:hover {
	color: #FFFFFF;
	background-position: 0 -25px;
	padding: 8px 0 0 35px;
	}	
	
#rnav a:active, #rnav a.selected, #rnav li a.selected {
	background-position: 0 -50px;
	padding: 8px 0 0 35px;
	color: #333333;
	}	

/*---- individual tabs -----*/
#rnav1 a  {
	width: 201px;
	background: url(nav_bg.gif) top left no-repeat;
}

#rnav_home a  {
	width: 201px;
	background: url(nav_bg.gif) top left no-repeat;
}


#rnav_collegestudent a  {
	width: 201px;
	background: url(nav_bg.gif) top left no-repeat;
}

#rnav_gradstudent a  {
	width: 201px;
	background: url(nav_bg.gif) top left no-repeat;
}

#rnav_recentgrad a  {
	width: 201px;
	background: url(nav_bg.gif) top left no-repeat;
}

#rnav_hsstudent a  {
	width: 201px;
	background: url(nav_bg.gif) top left no-repeat;
}

#rnav_parent a  {
	width: 201px;
	background: url(nav_bg.gif) top left no-repeat;
}

#rnav_conted a  {
	width: 201px;
	background: url(nav_bg.gif) top left no-repeat;
}




/* -----------------------

Clears

-------------------------*/
.clear {
	clear: both;
}

/* Clearfix Method from: http://www.positioniseverything.net/easyclearing.html*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

