/*
 * The site logo should be 950 px wide.
 * Smaller logos can work if the background color is white.
 *
 */


html {
	color: #000000;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	background-image: url(../images/green%20abstract%20background.jpg);
	background-repeat: no-repeat;
}

#site_logo {
	height: auto;
	background-color: transparent;
	background-image: none;
}
body {
	background-attachment: fixed;
	background-position: left top;
	background-image: url(../images/green%20abstract%20background.jpg);
}

#maincontainer {
	padding: 5px;
	margin: 0px 20px;
	background-color: #ffffff;
	position: relative;
}

#contentcontainer {
	padding-top: 3px;
	border-top: 1px dotted #bbb;
	height: auto;
	overflow: hidden;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
}

	
#search #searchbox {
	background-color: #cadB84;
	border: 1px solid #cccccc;
	color:#00573D;
	height: 1.1em;
	margin:0;
	padding:0;
	width:105px;
	width: auto;
	position: relative;
}
#navbar {
	font-size: 0.8em;
	color: #363636;
	background-color: #ACC740;	
}

#navbar_wrap {
	background-color: #ACC740
	*A;
	position: relative;
	width: 100%;
	background-color: #ACC740;
}

.nav_section {
	background-color: #ACC740;
	/padding-top: 1em;/
	/border-top: 2px solid #ffffff;/
}
ul.toc {
	width: 60%;
	background: #ebebeb;
	margin-bottom: 0.75em;
	border: 1px solid #aaaaaa;
	clear: none;
	margin-top: 0;
	margin-right: 45px;
	margin-left: 45px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.calloutbox{
	width: 230px;


#main_content ol li {
	list-style-type: upper-alpha;
	font-style: normal;
	text-align: center;
}

#main_content ol ol li {
	list-style-type: upper-alpha;
}
/* change the base font size of the content area here using ems. Also note that the background is an off-white and should not be changed */


/* @end */
/*
 * The striped background override.  Please use only university approved colors.
 *
 */
/*
html {
	background: transparent url(../images/page_bg.jpg) repeat;
}
*/


/*
 * Image directory overrides.
 * Change this only if you keep your templates images in a folder other than /images/
 * Do *NOT* modify the image files themselves.
 */
 
/*
.topshadow[class] {
	background:transparent url('../images/top_shadow.png') no-repeat;
}

div.shadowcontainer[class] {
	background-image:url('../images/sides_shadow.png');
}

.bottomshadow[class] {
	background:transparent url('../images/bottom_shadow.png') no-repeat;
}

#main_content {
	background-image: url('../images/body_green_bg.jpg');
}

#contentcontainer {
	background: transparent url('../images/colbg.gif');
}

.calloutbox {
	background: #F4EFDF url('../images/callout_bg.png');
}

*/

