/* html */

body {
	margin: 0 auto;
	padding: 0;
	color: #666666; 
	background: #cccccc;
	text-align: center; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	line-height:20px; 
	font-size: 0.75em; 
	font-family:verdana, arial, helvetica, sans-serif;
}

a { 
	color: #008080;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3, h4, h5 {
    font-family:verdana, arial, helvetica, sans-serif;	
}

h1 { font-size: 150%; color: #666666; margin: 0 0 10px 0; } 
h2 { font-size: 100%; text-transform:uppercase; color: #008080;}
h3 { font-size: 130%; color: #666666;}
h4 { font-size: 170%; padding: 12px; color: #666666;}
h5 { font-size: 100%; color: #008080;}
h6 { font-size: 100%; color: #666666; border-bottom: 1px dashed #008080;}


p, h1, h2, h3, h4, h5, h6 {
	margin: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #333333;
}
ul span, ol span {
	color: #333333; 
}
li span, ol span {
	color: #333333; 
}

/* images */

img {
	border: 2px solid #CCC;
}
img.no-border {
	border: none;
}
img.centered {
	border: none;
	margin: 0 0 0 40px;
	text-align: center;
	}
	
img.main {
	float: right;
	border: none;
	margin: 10px 0px 2px 12px;
}
img.mainborder {
	float: right;
	border: 2px solid #CCC;
	margin: 10px 0px 2px 12px;
}

img.left {
	border: none;
	margin: 0 0 0 25px;	
}
img.float-right {
  	margin: 15px 0px 5px 15px;  
}

img.float-left {
  	margin: 5px 15px 5px 0px;
}
a img {  
  	border: 2px solid #ccc;
}

blockquote {
margin: 0 60px 0 40px;
text-align: justify;
color: #666666;
font-weight: bold;
}

/* course and event tables */

table {
	width: 94%;
	background : #ffffff;
	vertical-align: top;
	float:left;
	margin: 0 0 0 15px;	
}
th {
	background: #9EC630;
	height: 26px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 1px #FFF;
}
tr {
	height: 26px;
	background: #cccccc;
}
td {
	vertical-align: top;
}
td {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
	font-size: 90%;
	font-family: Verdana, arial, helvetica, sans-serif;  
	color: #333333;
}
td.firstcol {
	width: 16%;
}
td.secondcol {
	width: 15%;
}
td.thirdcol {
	width: 25%;
}

/* layout */

#wrap {
	background: #FFF;
	width: 820px; 
	height: 100%;
	margin-top:0;	
	margin: auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* accessibility bar */

#accessbar {
	margin:0;
	margin-top:0;
	padding: 3px 0 3px 0;
	width: 820px;
	height: 18px;	
	background: #000;
	}
	
#accessbar li {
   display:inline;
   margin:0; 
   padding:0;
}

#accessbar ul {
    margin: 4px 0 0 0; 
    padding: 0;
    list-style:none;
	font: bold 95% Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
	float: right;	
}

#accessbar a {
   color: #ffffff;
   text-decoration:none; 
   padding-left:0; 
   padding-right:10px; 
   padding-top: 0; 
   padding-bottom:0;
}

#accessbar a:hover {
	color:#9EC630;
}

/* header */

#header {
	position: relative;
	height: 85px;	
	background: #000 url('images/headerbg.gif') repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 95% Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}

/* main tabs */

#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}

#header li {
   display:inline;
   margin:0; padding:0;
}

#header a {
   float:left;
   background: url('images/tableft.gif') no-repeat left top;
   margin:0;
   text-decoration:none; 
   padding-left:4px; 
   padding-right:0; 
   padding-top:0; 
   padding-bottom:0;
}

#header a span {
   float:left;
   display:block;
   background: url('images/tabright.gif') no-repeat right top;
   color: #FFF; 
   padding-left:8px; 
   padding-right:15px; 
   padding-top:6px; 
   padding-bottom:3px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}

/* main */

#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 50%;		
}
#mainfull {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 70%;	
	margin-top: 15px;	
}

/* left navigation */

#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:2px solid #CCC;	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:2px solid #9EC630;
}

/* right column */

#rightbar {
	float: right;
	width: 23%;
    min-height:100%;
	padding: 0; 
	margin:0 0 0 0;
	background-image:url("rightbarbg.png");
	background-repeat:repeat;
	background-position: left top;
    background: #f2f2f2;
    text-align: center;
    font-size:85%; 
	font-family:verdana, arial, helvetica, sans-serif;
	color: #008080;		
}
#rightbar p.header {
 font-weight: bold;
 font-size: 110%;
 }
#rightbar p.thanks {
 font-size: 100%;
 color: #000000;
 text-align: left;
 }
#rightbar a {
	text-decoration: underline;
	}

/* footer */

#footer { 
	clear: both; 
	color: #FFF; 
	background: #666666; 
	border-top: 2px solid #008080;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

/* alignments */

.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* spans */
.clear { clear: both; }
.lime {	color: #9EC630; }
.green { color: #008080; }
.gray  { color: #666666; }
.blue  { color: #2299cc; }
.lavender {color: #8A2BE2; }
.red {color: #ff291f;}
.alignright {
	float: right;
	display: inline;
}