* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	/*background-image:url('images/menu_background.gif');*/
	background-repeat:repeat-y;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/* links */
a {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

/* header */
#header-images {
	float: left;
	padding: 0px;
	width: 520px;
	height: 150px;
	background-color: #ffffff;
	background-position: top left;
	background-repeat: repeat-y;
}
#header-logo {
	float: right;
	padding: 0;
}
#header-search {
	float: right;
	padding: 0 15px 0 0;
	clear: right;
}
#header-search input {
	font-size: 11px;
}

/* wrapper */
#wrapper {
	overflow:hidden;
	padding-bottom: 20px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 200px;
	background-color: #99ca3c;
	background-image: url('images/menu_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 30px;
}

#sidebar ul {
	background-color: #99ca3c;
	list-style:none;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #99ca3c;
	text-decoration: none;
	text-align: right;
	font-style: normal;
}

#sidebar ul li a:hover {
	background-color: #bbf44d;
	font-style: italic;
}

/* main */
#main {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 210px;
	padding-right: 15px;
	padding-top: 10px;
	font-size: 12px;
}

/* styles for index.php */

/* news */
#index-news {
	background-color: #eeeeee;
	padding: 5px;
	font-size: 12px;
	text-align: left;
}

/* main content */
#index-main {
	margin-top: 10px;
	padding-right:220px;
}

/* alumni comments */
#index-right-head {
	width: 190px;
	float: right;
	margin-top: 10px;
	background-color: #aaaaaa;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 5px;
	text-align:center;
	font-weight:bold;
	clear:right;
	font-size: 15px;
}

#index-right {
	width: 190px;
	float: right;
	background-color: #eeeeee;
	border: 1px solid #000000;
	padding: 5px;
	clear:right;
}

#index-right hr {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #333333;
}

/* styles for sections */
#subsections {
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: thin dotted #999999;
	border-bottom: thin dotted #999999;
	background-color: #CCCCCC;
	clear: both;
}

/* alumni spotlights */
#spotlights-head {
	margin-right: 220px;
	margin-top: 10px;
	background-color: #aaaaaa;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 5px;
	text-align:center;
	font-weight:bold;
	font-size: 15px;
}

#spotlights-head img{
	padding: 5px;
}

#spotlights {
	margin-right: 220px;
	background-color: #eeeeee;
	border: 1px solid #000000;
	padding: 5px;
}

/* form styles */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cell-padding: 3px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:500px;
	height: 300px;
}

/* calendar */
#calendar .month-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #666666;
	margin-bottom: 10px;
}
#calendar .month-selection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	margin-bottom: 10px;
}
#calendar table {
	margin-top:10px;
	margin-bottom:10px;
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: rgb(255, 250, 250);
}
#calendar table th.header, #calendar table td.header {
	border-width: thin thin thin thin;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: rgb(255, 245, 238);
	-moz-border-radius: 0px 0px 0px 0px;
	text-align:center;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
}
#calendar table th.past, #calendar table td.past {
	min-height:80px;
	height:80px;
	vertical-align: top;
	border-width: thin thin thin thin;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: #2f4603 #2f4603 #2f4603 #2f4603;
	background-color: #bbf44d;
	-moz-border-radius: 0px 0px 0px 0px;
}
#calendar table th.future, #calendar table td.future {
	min-height:80px;
	height:80px;
	vertical-align: top;
	border-width: thin thin thin thin;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: #2f4603 #2f4603 #2f4603 #2f4603;
	background-color:#d6ff87;
	-moz-border-radius: 0px 0px 0px 0px;
}
#calendar table th.empty, #calendar table td.empty {
	min-height:80px;
	height:80px;
	vertical-align: top;
	border-width: thin thin thin thin;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: #2f4603 #2f4603 #2f4603 #2f4603;
	background-color: #ffffff;
	-moz-border-radius: 0px 0px 0px 0px;
}
#calendar .event-date {
	color:#2f4603;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	float:right;
}
#calendar .event-description {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding-bottom: 1em;
}
#event-box {
	float: right;
	background-color: #fff;
	border: medium solid #000;
	text-align: center;
	padding: 20px;
}

/* text behavior */
#main h1 {
	font-size: 18px;
	font-style: normal;
	color: #666666;
	background-image: url('images/h1.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}

#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main p {
	font-size: 12px;
	margin-bottom: 10px;
}

/* directory */
#directory-sectors {
	float: left;
	width: 230px;
}

#directory-sectorlist {
	padding: 0 1px 1px;
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
	background: #93BD42;
	width: 230px;
}
#directory-sectorlist li {
	list-style: none;
	margin: 0;
	border-top: 1px solid #93BD42;
	text-align: left;
}
#directory-sectorlist li a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 1em solid #79A229;
	background: #DAFF92;
	text-decoration: none;
}
#directory-sectorlist li a:link, #directory-sectorlist li a:visited {
	color: #333;
}
#directory-sectorlist li a:hover {
	border-color: #C7F572;
	color: #FFF;
	background: #232;
}
#directory-subsectorlist {
	padding: 0;
	margin-left: 0;
	font: bold 11px Verdana, sans-serif;
	background: #93BD42;
	width: 230px;
}
#directory-subsectorlist li {
	list-style: none;
	margin: 0;
	border-top: 1px solid #93BD42;
	text-align: left;
}
#directory-subsectorlist li a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 2em solid #8EC328;
	background: #E6FFB6;
	text-decoration: none;
}
#directory-subsectorlist li a:link, #directory-sectorlist li a:visited {
	color: #333;
}
#directory-subsectorlist li a:hover {
	border-color: #C7F572;
	color: #FFF;
	background: #232;
}
#directory-search {
	margin-left: 250px;
	background-color: #E6FFB6;
	border: thin solid #AAAAAA;
	margin-bottom: 10px;
}
#directory-search td {
	padding-right: 1em;
	text-align: left;
}
#directory-results {
	margin-left: 250px;
}
#directory-results .emph {
	text-align: center;
	font-size: 3em;
	color: #666;
}

/* footer */
#footer-top {
	clear: both;
	background-color: #99ca3c;
	text-align: center;
	padding: 8px;
	font-size: 12px;
	color:#FFFFFF;
	margin-top:10px;
	border-top:10px solid #fff;
}

#footer-bottom {
	background-color: #ffffff;
	clear: both;
	text-align: center;
}

#footer-bottom p.top {
	margin:4px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
#footer-bottom p.bottom {
	font-size: 9px;
	color: #666666;
	margin:4px;
	text-align: justify
}

/* random other styles */
img {
	border: 0;
}

