.primary-1 { background-color: #5B8726 }
.primary-2 { background-color: #4D652F }
.primary-3 { background-color: #36580C }
.primary-4 { background-color: #94C35A }
.primary-5 { background-color: #A0C376 }

BODY {
	background: #333;
	background-repeat: repeat-y;
	background-position: center;
}

H1, H2, H3, H4 {
	color: #5b8726;
}

H1#pagetitle {
	color: #222;
	margin: 15px 75px 0 0;
	float: right;
	font-style: italic;
}

IMG#logoimage {
	margin: 10px 20px 10px 10px;
	float: right;
}

DIV#border {
	background: white;
	width: 760px;
	margin: 25px auto;
	padding: 10px;
}

DIV#headerbanner {
	background: #333;
}

DIV#undergrad {
	background: url('/Images/undergrad.png');
	background-repeat: repeat-x;
	height: 64px;
	border-bottom: solid 1px #444;
}

DIV#marketingbar{
	color: white;
	background: #333;
	padding: 1em;
	font: 10px sans-serif;
}

DIV#marketingbar DT {
	color: #94C358;
	padding-top: 10px;
}

DIV#marketingbar DD {
	margin-left: 0;
	padding-top: 4px;
}

DIV#marketingbar H3 {
	color: #94C358;
	margin: 0;
}

DIV.container {
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

DIV.main-menu {
	background-color: #222;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}

DIV.main-menu UL {
	background: #222;
	padding: 0;
	margin: 0;
}

DIV.main-menu LI {
	list-style-type: none;
	float: left;
	padding: 5px 26px 5px 26px;
	margin: 0;
	border-right: dashed 1px #666;
}

DIV.main-menu A { color: white; }
DIV.main-menu A:hover { color: white; }
DIV.main-menu A:visited { color: white; }
DIV.main-menu A:active { color: #81B668; }

TR.title {
	color: white;
	background-color: #5B8726;
}

label {
	float: left;
	width: 140px;
}

/* ie hacks */

* html BODY {
	text-align: center;
}

* html P {
	text-align: left;
}

* html H1, H2, H3, H4 {
	text-align: left;
}

* html UL, OL, DL, LI, LABEL, INPUT {
	text-align: left;
}