html {height:100%}
body {min-height: 101%}

ul#journal li{

font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 11px;
display: inline;
list-style-type: none;
padding-right: 10px;

}

ul#journal li#current a{
color: #7c8da7;
text-decoration: none;
}


/*_________________________ main stuff */

body {
	background-color: #232227;
	margin: 0;

	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	color: #333333;
}

ul, li {
	list-style-type: square;
}

img {
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

.normal {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	color: #333333;
}

.small, .breadcrumbs pathway, .pathway {
	font-size: 9px;
}

.contentheading, .componentheading {
	font-family: Georgia, Times New Roman, serif;
	font-size: 24px;
	color: #003366;
}

.subtitle {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #7c8da7;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.sidebarheading {
	font-family: Georgia, Times New Roman, serif;
	font-size: 17px;
	color: #d9d9d9;
	border-bottom: 1px solid #7b8da6;
	padding-bottom: 3px;
	margin-bottom: 8px;
}

/*_________________________ menus, links */

li.mainlevel {
	padding: 3px 5px 3px 0px;	
}

ul.menu, a:link.mainlevel, a:active.mainlevel, a:visited.mainlevel {
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
	text-decoration: none;
	color: #ffffff;
	list-style: none;
	padding: 0px 5px 0px 0px;
}

a:hover.mainlevel, a#active_menu {
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
	text-decoration: none;
	color: #6b89bd;
	background: url('images/mainlink_bg.png');
	text-align: right;
	list-style: none;
	padding: 0px 5px 0px 0px;
}

table.faculty {
	font-size: 10px;
}

td.mainlvl {
	text-align: right;
	padding-right: 10px;
}




a:link, a:active, a:visited, ul li a { color: #2b4a7f; }
a:hover, li a:hover { color: #6b89bd; }

a:link.sidebar, a:active.sidebar, a:visited.sidebar {
	color: #fff;
}
a:hover.sidebar {
	color: #6b89bd;
}


/*_________________________ main div's */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#leftcol {
	width: 270px;
	float: left;
}

	#rdm_img {
		width: 223px;
		height: 196px;
		float: right;
	}
	#left {
		width: 270px;
		padding-top: 30px;
		float: right;
	}


/* rightcols contains the content and right sidebar areas */

#rightcols {
	float: right;
	/ margin-left: 6px;
}
#header {
	width: 724px;
	height: 103px;
}


	#middlecol {
		width: 559px;
		float: left;
		
		
	}
		#topmenu {
			text-align: center;
			padding-top: 15px;
		}
		#content {
			background-color: #ffffff;
			padding: 0px 20px 40px 20px;
			min-height: 500px;
			height: 100%;
			overflow: visible;
		}
		#bbottom {
			height: 11px;
			width: 559px;
		}
		
	#rightmost {
		position: relative;
		top: 0px;
		width: 141px;
		float: right;
		color: #ffffff;
		background-color: #2b4a7f;
		font-size: 10px;
		padding: 0px 12px 30px 12px;
		/ margin-top: -3px;
	}
#footer {
	width: 724px;
	/ margin-top: -3px;
}
	#footerpt1 {
		float: left;
		font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
		text-transform: uppercase;
		font-size: 8px;
		color: #7b8da6;
		background-color: #232227;
		letter-spacing: 1px;
		line-height: 100%;
		text-align: center;
		padding: 16px 0px 12px 0px;
		width: 543px;
		height: 32px;
	}
	#footerpt2 {
		float: right;
		width: 165px;
		height: 32px;
		background-color: #232227;
	}