html{overflow-y:scroll;}

body
{
font-size:10pt;
color:#000000;
background-color:#fafbca;
margin:0px;
background-image:url('/images/gradientfromtop.gif');
background-repeat:repeat-x;
font-family: "Helvetica", Helvetica, sans-serif;

}
* { margin: 0; padding: 0; border: 0; }
html {
	height: 100%;
	width: 100%;
}

#bkgd {
	height:1053px;
	width:796px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/bkgd_box.png');
	background-repeat: no-repeat;
	z-index: -1;
}
#wrapper {
	width: 1053px;
	height:100%;
	margin: -40px;
	position: absolute;
	top: 190;
	left: 0;
}

#header {
	width: 900px;
	height: 177px;
	position: relative;
	top: 0;
	left: 0;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	z-index: 4;
}
#main {
	width: 900px;
	height: 100%;
	z-index: 0;
	margin-top: -150px;
	background-repeat: repeat-y;
}
#content {
	width: 570px;
	min-height: 100%;
	float: left;
	Margin: 200px 0 0 20px;
	margin-left: 50px;
	position: relative;
	
}
#gallery{
	width:450px;
	height:580px;
	position:relative;
	margin-top:20px;
}

.pic, .pic a{
	width:100px;
	height:100px;
	overflow:hidden;
}

.pic{
	position:absolute;
	border:5px solid #EEEEEE;
	border-bottom:18px solid #eeeeee;
	
	
	-moz-box-shadow:2px 2px 3px #333333;
	-webkit-box-shadow:2px 2px 3px #333333;
	box-shadow:2px 2px 3px #333333;
}

.pic a{
	text-indent:-999px;
	display:block;
}

footer {
	position:absolute;
	bottom: -100px;
	width: 874px;
	height: 85px;
	background-image: url('../images/footer.png');
}
ol{
	margin-left:50px;
	
}
ul{
	margin-left: 100px;	
}
.clear {
	clear: both;
}
nav{
	width:283px;
	position: absolute;
	right: 135px;
	top:40px;
}

nav ul{
	width:283px;
	list-style-type: none;
	font-weight: bold;
	font-size:14pt;
	margin-left: 0px;
	
}

nav li{
	height: 88px;
	line-height: 88px;
	margin: .5px 0;
		
}

nav a{
	display:block;
	text-decoration: none;
	text-align: left;
	padding-left:134px;
	width: 149px;
	
}

nav a:link{
	color:#000000;
	background-image: url('../images/up_button.png');
	background-repeat: no-repeat;
	background-position: 97% 60%;
}

nav #home.navOn a:link{
	background-image: url('../images/down_button.png');
	background-repeat: no-repeat;
}
nav #courses.navOn a:link{
	background-image: url('../images/down_button.png');
	background-repeat: no-repeat;
}
nav #info.navOn a:link{
	background-image: url('../images/down_button.png');
	background-repeat: no-repeat;
}
nav #degrees.navOn a:link{
	background-image: url('../images/down_button.png');
	background-repeat: no-repeat;
}
nav #studentWork.navOn a:link{
	background-image: url('../images/down_button.png');
	background-repeat: no-repeat;
}
nav a:visited{
	color:#000000;
	background-image: url('../images/up_button.png');
	background-repeat: no-repeat;
	background-position: 97% 60%;
}

nav a:hover{
	color:#ffffff;
	background-image: url('../images/down_button.png');
	background-repeat: no-repeat;
	
}

nav a:active{
	color:#000000;
	background-image: url('../images/up_button.png');
	background-repeat: no-repeat;
	background-position: 97% 60%;
}


P {
	padding: 20px 0;
	margin-left: 20px;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	margin-left: 20px;
	background-image: url('../images/headline.png');
	background-repeat: no-repeat;
	background-position: 0% 65%;
}
#mtn {
	height: 32px;
	width: 50px;
	position: absolute;
	bottom: 36px;
	right: 45px;
}
#foot {
	position: absolute;
	bottom: 30px;
	right: 125px;
	color: #000000;
	text-align: center;
}
#foot P {
	padding: 0;
	padding-top: 0px;

}
#footNav {
	font-size: 10pt;
	font-weight: bold;
	margin-top:8px;
}
#legal {
	font-size: 10pt;
	font-color: #000000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #hhhhhh;
}
a:hover {
	color: #9aac26;
}
dd { 
	display: none;
}
/*body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label,fieldset{
	margin:0px;
	padding:0px;
}*/


