﻿body {
	margin:0;
	border:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-image:url('images/body-background.gif');
	background-repeat:repeat;
	background-attachment:scroll;
}

#container {
	width:800px;
	margin:10px auto;
	border-top:1px solid #E6E6Eb; /*#dcdcdc */
	border-right:1px solid #a9a9a9;
	border-bottom:1px solid #808080;
	border-left:1px solid #a9a9a9;
	padding:0;
	background-color:#f2f2f7;
}
	
#masthead {
	width:800px; /* container.width (800) */
	height: 109px;
	margin:0px;
	border:0;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	/* background-image:url('images/spartan-helmet-green-050-pxls.gif'); */
	/* background:url('images/capstone.jpg') no-repeat 11px center; /* 778 by 109 */
	/*background-repeat:no-repeat;
	background-position:2% 0%;
	padding-bottom:5px;*/
}
	
#navigation {
	width:130px; /* 150 - 2 * navigation.padding(10) */
	margin:0;
	border:0;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	float:left;
}
	
#content {
	width:618px; /* container.width (800) - navigation.width (150) - 2 * content.border (1) - 2 * content.padding (10)  - 10*/
	margin:0;
	border:1px solid #18453b; /* MSU green */
	padding:10px;
	float:left;
	background-color:#fff;
}

#footer {
	width:800px; /* container.width (800) */
	margin:0;
	border:0;
	padding:0;
	padding-top:10px;
	text-align:center;
	clear:both;
	/*
	background-image:url('../images/MSU-wordmark-green-080-pxls.gif');
	background-repeat:no-repeat;
	background-position:50% 90%;
	padding-top:5px;
	padding-bottom:5px;*/
}

/* Masthead Styles */

#masthead div {
	width:778px;
	height:109px;
	margin-left:10px;
	background:url('images/capstone.jpg'); /* 778 by 109 */
	background-size: 778px;
	border-top:1px solid #E6E6Eb; /*#dcdcdc */
	border-right:1px solid #a9a9a9;
	border-bottom:1px solid #808080;
	border-left:1px solid #a9a9a9;
}

#masthead div p {
	color:#ccc;
	font-weight:normal;
	font-size:12px;
 	text-align:right;
 	padding-top:38px;
 	padding-right:7px;
 	line-height:18px;
}

#masthead div p span.msu {
	color:white;
}
#masthead img {
	border-top:1px solid #E6E6Eb; /*#dcdcdc */
	border-right:1px solid #a9a9a9;
	border-bottom:1px solid #808080;
	border-left:1px solid #a9a9a9;
}
		
/* Content Styles */

#content h1, h2, h3, h4, h5, h6 {
	color:#18453b; /* MSU green */
}

#content img {
	margin:10px;
	border:1px solid #18453b;
	padding:0;
}

#content a {
	color:#18453b; /* MSU green */
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}
	
/* Footer Styles */

#footer p {
	color:#18453b; /* MSU green */
	margin-top:0px;
	margin-bottom:10px;
}

#footer p a, h6 a {
	color:#18453b; /* MSU green */
	text-decoration:underline;
}

#footer p a:hover, h6 a:hover {
	color:#284F44; /* MSU light green */
	text-decoration:none;
}

#footer h1, h2, h3, h4, h5, h6 {
	color:#284F44; /* MSU green */
}

#footer h6 {
	margin-top:0px;
	margin-bottom:6px;
}

#footer img {
	margin-top:0px;
	margin-bottom:6px;
}

#footer a img {
	border:none;
}
