a:link{
	color:#000080;
	text-decoration: none;
}
a:visited{
	color:#000080;
	text-decoration: none;
}
a:hover{
	color:#808080;
	text-decoration: none;
}
a:active{
	color:#808080;
	text-decoration: none;
}
body{
	font-family: Arial, Helvetica, sans-serif, Charcoal, Chicago, Geneva, Monaco;
	font-size:13px;
	line-height: 130%;
	background-image:url(images/largeblueband.gif);
	background-repeat:repeat-y;
	margin:0px;
}
code{
	font-family:"Courier New", Courier, mono;
	color:#3333cc;
}
h1{
	font-size:22px;
	line-height: 130%;
	color:#000066;
}
h2{
	font-size:18px;
	line-height: 130%;
	color:#000066;
}
h3{
	font-size:16px;
	line-height: 130%;
	color:#000066;
}
td, th, input, textarea {
	font-family: Arial, Helvetica, sans-serif, Charcoal, Chicago, Geneva, Monaco;
	font-size:13px;
	line-height: 130%;
}
ul{
	color:#ffa500;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
}
li{
	color:#191170;
	margin-top:5px;
}

.leftform{
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	padding-top:5px;
}
.tablehead{
	font-weight:bold;
	background-color:#ffcc66;
	color:#003366;
}
.title{
	color:#000080;
	font-weight:bold;
}
.message {
	font-weight:bold;
	color:#ff0000;
}
.row2{
	background-color:#eeeeee;
}

/* course details page */
.coursedate{
	font-weight:bold;
	color:#ffa500;
	margin-top:10px;
	padding-bottom:0px;
}
.courselocation{
	font-weight:bold;
	color:#191970;
}
.coursedetails{
	font-family:Arial, Helvetica, sans-serif, Charcoal, Chicago, Geneva, Monaco;
	color:#191970;
}
.coursetitle{
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif, Charcoal, Chicago, Geneva, Monaco;
	font-size:16px;
	color:#191970;
; line-height: 120%
}
.coursesubtitle{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif, Charcoal, Chicago, Geneva, Monaco;
	color:#ffa500;
}
.coursesubtitle2{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif, Charcoal, Chicago, Geneva, Monaco;
	color:#191970;
	margin-top:4px;
	margin-bottom:4px;
}
.fee {
	font-weight:normal;
}
/* end course details page */

/* admin nav bar */
.adminmenu{
	border: 1px solid black;
	background-color:#003366;
	color:#ffffff;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}
.adminmenu a:link{
	color:#ffcc33;
}
.adminmenu a:visited{
	color:#ffcc33;
}
.adminmenu a:hover{
	color:#ffffcc;
}
.adminmenu a:active{
	color:#ffffcc;
}
/* end admin nav bar */

/* left menu stuff */
.leftmenu{
	background-image:url(images/largeblueband.gif);
	background-color:#FEA500;
	background-repeat:repeat-y;
}
.menuitem{
	padding-left:10px;
	padding-top:4px;
	font-family:Verdana,Arial;
	font-size:13px;
	font-weight:bold;
}
.menuitem a:link{
	color:#FFD78D;
}
.menuitem a:visited{
	color:#FFD78D;
}
.menuitem a:hover{
	color:#000080;
}
.menuitem a:active{
	color:#000080;
}
/* end left menu stuff */
