/* Widener University Style Definitions */

body {
	background-color: #4B6B9A;
	margin: 0px;
	color: #000000;
}

#header {
	width: 769px;
	height: 53px;
	margin-top: 42px;
	margin-bottom: 8px;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	border: 0px;
}

#container {
	width: 769px;
	height: 100%;
	border: 0px;
	padding: 0px;
	border-bottom: 70px solid #4B6B9A;
}

#inner-container {
	position : absolute;
	width: 757px;
	height: 675px;
	background-color: #FFFFFF;
	border: 6px solid #FFFFFF;
	background-image: url(images/horizontal.gif);
	background-repeat: repeat-y;
}

#upper-area {
	width: 758px;
	height: 120px;
	background-image: url(images/upper-area.gif);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#navigation {
	width: 178px;
	height: 434px;
	color: #FFFFFF;
	background-image: url(images/navi-top.gif);
	background-repeat: no-repeat;
	background-color: #C6C6C6;
	padding-top: 112px;
	float: left;
	margin-right: 5px;
}

#content {
	width: 571px;
	height: 100%;
	margin-left: 1px;
	padding-top: 5px;
	border: 0px;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 12px;
}


#navigation ul {
	width: 178px;
	list-style-type: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigation ul li {
	width: 178px;
	height: 18px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	background-color: #C6C6C6;	
	font-size: 16px;
	text-align: left;
	text-indent: 20px;
}

#navigation ul li:hover {
	background-color: #C40008;
}

div#navigation a:link { font-size: 13px; color: #FFFFFF; font-weight: bold; text-decoration: none; }
div#navigation a:hover { font-size: 13px; color: #FFFFFF; font-weight: bold; text-decoration: none; }
div#navigation a:visited { font-size: 13px; color: #FFFFFF; font-weight: bold; text-decoration: none; }

div#navigation p { text-align: center; font-size: 10px; }

#bottom-bar {
	//width: 100%;
	position: absolute;
	//height : 770px;
	bottom : 80px;
	border: 0px;
	font-size: 11px;
	text-align: center;
	text-indent: 450px;
}
