/* CSS Document */
* {
	font:12px 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #333;
	background-repeat: repeat-x;
}

body {
	margin:0 auto;
	padding: 0;
	background-color:   #DCF7D2;
	text-align: center;
}

/* Header */

div.gs_header {
	background-color:#fff;
	background-image:url(images/back-lowcontrast.jpg);
	background-repeat:repeat-x;
	padding: 1px 0px 0px 0px;
	margin:0px;
	height: 80px;
}

#menu {
	margin-top: -1px;
	margin-bottom: -1px;
	background-color: #669933;
	display: block;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
	position: relative;
	width: 150px;
}

.sub {
	margin-top: 5px;
	clear:both;
		border-top: 1px dotted #ccc;
}

.sectionheader {
	color:#DCF7D2;
	font-size:24px;
	font-weight:bold;
	clear: both;
	padding: 0;
}

div.gs_content {
	line-height: 120%;
	border-bottom:1px solid #cccccc;
	text-align: center;
	background-color: #E7F9E1;
	width: 850px;
	margin:0 auto;

}

.leftContent {
	padding:5px 10px 0px 10px;
	font-size: 10px;
}

.courseSyllabi {
list-style-type: square;
}

/*/ headings & text mods /*/

.tableheader {
	font-weight: bold;
	padding:5px 0px 5px 10px;
}

.gs_light {color:#999999; font-weight:bold;}

.gs_bold {font-weight: bold;}

.gs_tiny {color:#999999;font-size: 11px;padding: 0px;}

.contentSuperbold {font-size: 16px;font-weight:bold;color:#EFAC91;}


/* global navigation */

#nav {
	margin: 00;
	padding: 0;
	min-width:100%;
	display: block;
	position: relative;
	text-align: center;
	float: left;
	width: 130px;
	line-height: 0;
	padding-top: 0px;
	clear: both;
}

#nav li {
	list-style: none;
	float: left;
	margin-left: 0px;
	margin-bottom: -1px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 10px;
	line-height: 20px;
	white-space: nowrap;
	background-color: #669933;
	width: 140px;
	text-align: left;
	}

#nav a {
	display: block; 
	float: left;
	padding: 3px 16px 3px 16px;
  	text-decoration: none; 
	color: #fff; 
  	width: .1em;
}

html>body #nav a {width: auto;}    /* fixes IE6 hack */

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {
	float: none;
}            /* End IE5-Mac hack */

#nav a:hover {
	background-color: #333; 
	color: #fff;
  	border-color: #000 #CCC #CCC #000;
}

#nav a:active { 
	color: #989D3C;
}

#nav #current, #nav #current a {color: #FDB; 
  background-image:  url(../tabs2-big-ct.gif);
}


/*/ other links /*/


a	{
	text-decoration:    underline;
	color: #669933;
}

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

a:active {
color:              #000;
text-decoration:    none;
}

.rightnav a {
	color:#669933;
	text-decoration:underline;
}

.rightnav a:hover {
	color:#A0AB63;
	text-decoration:none;
}

	/* font-size: x-small;
	font-weight: lighter;
	letter-spacing: 2px;
	line-height: 150%;
	text-justify: auto;
	word-break: keep-all;
	word-wrap: normal;
	text-align: justify; */

.rightContent {
	padding: 2px 2px 2px 20px;
}

.tiny_link a {
	font-size: 11px;
	color: #669933;
	text-decoration:none;
}

.tiny_link a:hover {
color:#A0AB63;
	text-decoration:underline;
}

		/*/ footer /*/
		
div.gs_footer {
	padding:0px 0px 1px 0px;
	background-color:#eee;
	margin: 0 auto;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
