body, html{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	}
#container {
	width: 100%;
	height: 100%;
	}
a:hover {
	text-decoration:underline
}
#top_left {
	background-color: #574E83;
	width: 151px;
	text-align: center;
	height: 100px;
	}
#top_right {
	background-color: #93A2B5;
	height: 100px;
	}
#mid_left {
	background-color: #ECE9D6;
	width: 151px;
	vertical-align: top;
	}
#mid_center {

	padding: 20px 5px;
	vertical-align: top;
	height: auto;
	}
#mid_right {
	background-color: #5E569C;
	vertical-align: top;
	}
#bottom_left {
	background-color: #915B15;
	text-align: center;
	height: 35px;
	}
#bottom_right {
	background-color: #5E569C;
	height: 35px;
	}
.locationheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: none;
	font-weight: bolder;
	color: #FFFFFF;	
	}
.div
{
	background-color:#ECE9D6;
	font-size: 8pt;
	height: 35px;
}
#nav_menu {
    background-color: #ebe9d8;
    padding: 0px;
    position: absolute;
    top: 107px;
    left: 0px;
    width: 151px;
    border-width: 2px 0px 0px 0px;
    border-color: white;
    border-style: solid;
}
#nav_top {
    width: 142px;
    border-right: 2px solid white;
    height: 4px;
}

* html #nav_top {
    width: 144px;
    padding: -20px;
    margin: -6px 0px;
}
.nav_button {
    color: #574e83;
    font: 10pt Times New Roman, serif;
    background-color: #d9d5b7;
    width: 132px;
    border-top: 1px solid white; 
    border-right: 2px solid white; 
    text-align: right;
    padding: 1px 10px 1px 0px;
}
* html .nav_button {
    width: 144px;
    padding-top: 2px;
    padding-bottom: 2px;
    font: 11.5pt Times New Roman, serif;
    letter-spacing: -1px;
    white-space: nowrap;
    word-spacing: -1px;
    overflow: hidden;
}
.nav_button a {
    color: #574e83;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    display: block;
}
.nav_bottom {
   color: #574e83;
   font-size: 10pt;
   font-family: Times New Roman, serif;
   width: 134px;
   text-align: right;
   padding: 2px 10px 3px 0px;
   background: url("http://help.gcu.edu/asp_development/sfm/images/nav_bottom_background.gif") 0px 0px no-repeat;
   border-top: 1px solid white;
}
* html .nav_bottom {
    margin-right: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 11.5pt;
}
.nav_bottom a {
    color: #574e83;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    display: block;
}
.nav_sub {
    background-color: #babfb9;
}
