/*==============================
	GLOBAL
==============================*/

body{
	background-color: #F3F4F4;

/*
	background-color: #E0E4CC;
	background-color: #ECE7C6;
*/
}

#container {
	width: 960px;
	margin: 10px auto 0!important;
	background: transparent url(http://www.isu.edu/templates/v1/images/roundcontainer.jpg);
}

#content {
	width: 720px;
	margin-left: 240px;
}

#subheader {
	height: 65px;
	background: #BA4B00 url(http://www.isu.edu/templates/v1/images/cornergradient.png);
	padding-top: 10px;
}

#subheader h2 {
    margin: 0 20px;
    padding-top: 15px;
}

#subheader h2 a{
    color: #FFF;
	text-decoration: none;
}
	
p.subtitle{
    color: #EECC22;
    margin: 5px 20px;
    font-size: 1.3em;
}

p.subtitle a{
    color: #EECC22;
	text-decoration: none;
}
/*==============================
	NAVIGATION
==============================*/

#nav {
	width: 240px;
	float: left;
	background: #EAEDE6;
}

#nav ul.navlinks {
	list-style-type: none;
	margin-left: 20px;
	margin-top: 0;
}

#nav ul.navlinks li {
	padding-top: 3px;
	padding-bottom: 3px;
}

#nav a {
    font-size: 1em;
    font-weight: bold;
}

.toggle {
	list-style-type: none;
        margin-left: 20px;
}


==============================
	FOOTER
==============================*/

#isufooterwrap {
	background-color: #F3F4F4;
}

#isufooter {
	background: transparent url(../images/roundfooter.jpg);
}
