body {
	background-image: url('../images/front_page/diastripes.png');
	background-repeat: repeat;
	background-color: #48607C;
	margin-left: 0px;
	margin-right: 0px;
	font-family: sans-serif;
}

.shadow {
	background-image: url('../images/front_page/darker.png');
	background-repeat: repeat-x;
	position: absolute;
	top: 98px;
	left: 0px;
	width: 100%;
	height: 98px;
}

a img {
	border: none;
}

table {
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 758px;
	position: absolute;
	top: 235px;
	left: 50%;
	margin-left: -379px;
	background-color: #fff;
	text-align: left;
}

.midwrapper {
	width: 758px;
	height: 100px;
	position: absolute;
	top: 136px;
	left: 50%;
	margin-left: -379px;
	background-image: url('../images/front_page/headers.png');
}

.barwrapper {
	width: 760px;
	height: 36px;
	position:absolute;
	top: 100px;
	left: 50%;
	margin-left: -379px;
	padding-left: 0px;
	border: none;
	vertical-align: middle;
	text-align: center;
}

.button {
	float: left;
}

.button td:hover {
	background-color: #006aa0;
}

.menub {
	background-position: top left;
}

.top {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0px;
	background-image: url('../images/front_page/stripes.gif');
	background-repeat: repeat-x;
	text-align: right;
}

.spacer {
	height: 20px;
	clear: both;
}

.bottom {
	width: 100%;
	background-color: #e1d7a6;
	clear: both;
	margin: 0;
}

.topwrapper {
	width: 780px;
	height: 99px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	background-color: #FFF;
	background-image: url('../images/front_page/widelogo.png');
	background-repeat: repeat-x;
	margin-top: 0px;
	text-align: right;
	vertical-align: top;
}


.main_container {
	border: 1px solid;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

.menu_container {
	font-size: 90%;
	width: 169px;
	float: left;
	margin-left: 10px;
	border-left: thin solid;
}

.menu_container h1 {
	margin-left: 0;
}

h1 {
	font-family: sans-serif;
	font-size: 110%;
	padding: 0px;
	margin: 0 0 0 25px;
}	

p {
	font-size: 85%;
	margin: 0 5px 5px 5px;
}

ul.menuitems {
	text-align: left;
	padding: 0px;
	margin: 0 0 0 0;
	list-style-type: none;
}

a {
	text-decoration: underline;
	color: #006aa0;
}

a:hover {
	background-color: #006aa0;
	color: #FFFFFF;
}

img {
	margin: 0;
	border: 0;
}

a#BarOne {
	display: block;
 	float: left;
	width: 116px;
        height: 36px;
	background-image: url('../images/front_page/buttons/n1.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}

a:hover#BarOne {
	background-position: 0 -36;
}

a#BarTwo {
	display: block;
	float: left;
	width: 128px;
        height: 36px;
	background-image: url('../images/front_page/buttons/n2.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}

a:hover#BarTwo {
	background-position: 0 -36;
  }

a#BarThree {
	display: block;
	float: left;
	width: 165px;
 	height: 36px;
	background-image: url('../images/front_page/buttons/n3.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}

a:hover#BarThree {
	background-position: 0 -36;
}

a#BarFour {
	display: block;
	float: left;
	width: 136px;
 	height: 36px;
	background-image: url('../images/front_page/buttons/n4.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}

a:hover#BarFour {
	background-position: 0 -36;
}

a#BarFive {
	display: block;
	float: left;
	width: 124px;
 	height: 36px;
	background-image: url('../images/front_page/buttons/n5.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}

a:hover#BarFive {
	background-position: 0 -36;
}

a#BarSix {
	display: block;
	float: left;
	width: 89px;
 	height: 36px;
	background-image: url('../images/front_page/buttons/n6.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}

a:hover#BarSix {
	background-position: 0 -36;
}

.featured {
	background-image: url('../images/front_page/featured.png');
	background-position: center left;
	background-repeat: no-repeat;
	background-color: #0064a6;
	margin-left: 50px;
	width: 658px;
	padding: 3px 0px 3px 0px;
	min-height: 100px;
}

.featured table {
	width: 635px;
	margin: 0px 3px 0px 20px;
	background-image: url('../images/front_page/stripe.png');
	background-repeat: repeat;
	background-color: #bbd0e9;
}

.news {
	background-image: url('../images/front_page/news.png');
	background-position: center left;
	background-repeat: no-repeat;
	background-color: #A68A00;
	margin-left: 50px;
	width: 658px;
	padding: 3px 0px 3px 0px;
	min-height: 50px;
	vertical-align: center;
}

.news table {
	width: 635px;
	margin: 0px 3px 0px 20px;
	background-color: #e9e1bb;
	vertical-align: center;
	background-image: url('../images/front_page/stripey.png');
	background-repeat: repeat;
}

.quick_links {
	background-image: url('../images/front_page/quick_links.png');
	background-position: center left;
	background-repeat: no-repeat;
	background-color: #000000;
	width: 303px;
	padding: 3px 0px 3px 0px;
	min-height: 100px;
	margin-left: 60px;
	float: left;
	clear: none;
}

.quick_links table {
	width: 280px;
	margin: 0px 3px 0px 20px;
	background-image: url('../images/front_page/stripeb.png');
	background-repeat: repeat;
	background-color: #000000;
}

.prop {
	width: 1px;
	float: right;
}

div.fp_category_other {
	float: right;
	margin-right: 75px;
}

div.fp_category_other p {
	font-size: 12px;
}

div.fp_category_resources {
	float: left;
	padding: 10px;
	width: 250px;
	margin-left: 25px;
	border: 1px solid black;
}

div.fp_category_other p {
	margin: 0 0 10px 6px;
	padding: 0px;
}

a#fp_instruction {
	display:block;
	width: 288px;
	height: 29px;
	background-image: url('../images/front_page/instruction.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}

a#fp_instruction:hover {
	display:block;
	width: 288px;
	height: 29px;
	background-image: url('../images/front_page/instruction.png');
	background-repeat: no-repeat;
	background-position: 0 -29;
}

a#fp_faculty {
	display:block;
	width: 288px;
	height: 29px;
	background-image: url('../images/front_page/faculty.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}

a#fp_faculty:hover {
	display:block;
	width: 288px;
	height: 29px;
	background-image: url('../images/front_page/faculty.png');
	background-repeat: no-repeat;
	background-position: 0 -29;
}

a#fp_about {
	display:block;
	width: 288px;
	height: 29px;
	background-image: url('../images/front_page/about.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}

a#fp_about:hover {
	display:block;
	width: 288px;
	height: 29px;
	background-image: url('../images/front_page/about.png');
	background-repeat: no-repeat;
	background-position: 0 -29;
}

.category_container {
	float: left:
	width: 288px;
	height: 240px;
	margin-left: 50px;
}

div.navigation {
	margin-left: 582px;
}
