/* CSS Document */

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #b0ccb0;
	margin-top: 0px;
}

/* This manages the full design size */

#wrapper {
	width:791px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images-common/wrapperBkgr.gif);
	height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* This is the header area only */

#header {
	color: #FFFFFF;
	font-size: 24px;
	background-image: url(images-common/header.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	height: 130px;
}

#header div {
	padding:5px;
	float:left;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#header-left {
	width:270px;
}

#header-right {
	width:420px;
}

/* This is the horizontal menu */

#horizmenu {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
#horizmenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#horizmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#horizmenu a:hover {
	color: #FE0134;
	text-decoration: none;
}
#horizmenu a:active {
	color: #FFFF00;
	text-decoration: none;
}
/* This is the full content area, which consists of two columns */

#content {
	margin-top:10px;
	padding-bottom:10px;
}

#content div {
	padding:5px;
	float:left;
}

/* This is the left side of the content, which contains the menus */

#content-left {
	width:160px;
	font-size: x-small;
	padding-top: 1px;
}
#content-left h1{
	vertical-align: top;
	font-size: large;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content-left p{
	vertical-align: top;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d0e5d0;
	background-image: url(images-common/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content-left a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#content-left a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#content-left a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#content-left a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* This is the main content area */

#content-main {
	margin-left: 10px;
	width:585px;
	font-size: 11px;
	line-height: 1.7em;
}
#content-main h1{
	vertical-align: top;
	font-size: x-large;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-weight: normal;
	margin-bottom: 0px;
	border-bottom-color: #D0E5D0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #076224;
}
#content-main h2{
	vertical-align: top;
	font-size: large;
	padding-left: 5px;
	font-weight: normal;
	margin: 0px;
	padding-right: 20px;
	font-style: normal;
	color: #87B387;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content-main h3{
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	font-style: normal;
	line-height: normal;
}
#content-main a {
	color: #0000FF;
	text-decoration: underline;
}
#content-main a:visited {
	color: #993366;
	text-decoration: underline;
}
#content-main a:hover {
	color: #CC3300;
	text-decoration: none;
}
#content-main a:active {
	color: #0000FF;
	text-decoration: underline;
}

/* This is the footer with the copyright language and contact info */
#footer {
	float:left;
	color: #006F3A;
	font-size: 9px;
	font-weight: normal;
	width:790px;
	background-image: url(images-common/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 125px;
}
#footer div{
	padding:5px;
	float:left;
}
#footer a:link, a:visited {
	color: #076224;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #076224;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer-left {
	margin-top: 60px;
	margin-left: 185px;
}
#footer-right {
	width:400px;
	margin-top: 60px;
}
/* This is the bottom */
#bottom {
	clear:both;
	text-align:right;
}
/* Other stuff */
.announcement {
	color:#333333;
	border: 1px solid #EBEBEB;
}
.announcement th{
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #000000;
	font-size: large;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.announcement td{
	background-color: #EBEBEB;
	color: #000000;
	padding: 3px;
	border: 1px solid #000000;
}
.photoRight {
	color: #87B387;
	font-size:10px;
	text-align: center;
	float: right;
	padding: 5px;
}
.photoRt {
	float: right;
	margin-left: 20px;
	font-size: 10px;
	color: #87B387;
	text-align: center;
}

.photoLeft {
	color: #999999;
	font-size:10px;
	text-align: center;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.tabulardata {
	color:#333333;
	border: 1px solid #EBEBEB;
}
.tabulardata th{
	background-color: #87B387;
	color: #FFFFFF;
	padding: 3px;
}
.tabulardata td{
	background-color: #FFFFFF;
	color: #000000;
	padding: 3px;
	border: 1px solid #EBEBEB;
}
.tabulardata2 {
	color:#333333;
}
.tabulardata2 th{
	background-color: #87B387;
	color: #FFFFFF;
	padding: 3px;
}
.tabulardata2 td{
	color: #000000;
}
.redText {
	color: #CC0000
}
.graySmall {
	color: #999999;
	font-size: 9px;
}
.courseID {
	font-weight: bold;
	background-color: #EBEBEB;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
}
.rightPanel {
	padding: 5px;
	float: right;
	width: 200px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #EBEBEB;
	margin-top: 20px;
}

.photoThumbs {
	color: #87B387;
	font-size: x-small;
	line-height: 1.3em;
}
.photoThumbs img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.photoThumbs td{
	padding: 5px;
}
/* external links
================================== 

a[href^="mailto:"] {
  background: url(../images-common/email.png) no-repeat right top;
  padding-right: 15px;
}
a[href$=".pdf"] {
	background: url(../images-common/pdf.gif) no-repeat right top;
	padding-right: 12px;
}
a[href$=".doc"] {
	background: url(../images-common/doc.gif) no-repeat right top;
	padding-right: 14px;
}
a[href$=".swf"] {
	background: url(../images-common/flashPaper.gif) no-repeat right top;
	padding-right: 14px;
}
a[href$=".rtf"] {
	background: url(../images-common/rtf.gif) no-repeat right top;
	padding-right: 14px;
}
a[href$=".ppt"] {
	background: url(../images-common/ppt.gif) no-repeat right top;
	padding-right: 14px;
}
*/
