@charset "utf-8";
/* CSS Document */
body {
	color: #4c3327;
	line-height : 1.6em;
	font-size : 11px;
	font-family : "Trebuchet MS";
}
.fineprint {
	font-family : "Trebuchet MS";
	color: #4c3327;
	font-size: 10px;
}
.head {
	text-align: center;
	font-family : "Trebuchet MS";
	color: #4c3327;
	font-size: 20px;
	font-weight: bold;
}
.head2 {
	text-align: center;
	font-family : "Trebuchet MS";
	color: #4c3327;
	font-size: 14px;
	font-weight: bold;
	}
.head2bdr {
	text-align: center;
	font-family : "Trebuchet MS";
	color: #4c3327;
	font-size: 14px;
	font-weight: bold ;
	border-bottom:medium;
	border-bottom-color: #a2c4c3;
	border-bottom-style:double;
}

.head_green{
	text-align:center;
	font-family: "Trebuchet MS";
	color: #848b43;
	font-size: 20px;
	font-weight:bold;	
	}
.head_green2{
	text-align:center;
	font-family: "Trebuchet MS";
	color: #848b43;
	font-size: 14px;
	font-weight:bold;
	}
.head_brown3{
	text-align:left;
	font-family: "Trebuchet MS";
	color: #4c3327;
	font-size: 14px;
	font-weight:bold;
	}
.brown {
	color: #4c3327;
	line-height : 1.6em;
	font-size : 11px;
	font-family : "Trebuchet MS";
	text-align:left;
}
.green  {
	color: #848b43;
	line-height : 1.6em;
	font-size : 11px;
	font-family : "Trebuchet MS";
	text-align:left;
}
.centerg{
	text-align:center;
	color: #848b43;
}
.leftb {
	text-align:left;
	color: #4c3327;
	vertical-align:top;
}
.leftg {
	text-align:left;
	color: #848b43;
	vertical-align:top;
}
.center {
	text-align:center;
		color: #4c3327;
}
.calloutlg {
	text-decoration:underline;
	text-align:left;
	color: #848b43;
}
.calloutlb {
	text-align:left;
	text-decoration:underline;		
	color: #4c3327;
}

.italic {
	font-style: italic;
}
.tab1g {
	padding-left: 15pt;
	color: #878B43;
	text-align:left;
}
.tab1b {
	padding-left: 15pt;
	text-align:left;
}
.tab2g {
	padding-left: 30pt;
	color: #878B43;
	text-align:left;
}
.tab2b {
	padding-left: 30pt;
	text-align:left;
}
.pr_title {
	font-weight: bold;
	text-align:left;
}
.pr_titleg {
	font-weight: bold;
	color: #878B43;
	text-align:left;
}
/*Backgrounds*/
.whitepage
{
	background-color:#FFF;
}
.sitebackgound
{background-image:url(images/GWS_Page.gif);
background-repeat:repeat;
}

/*links*/
a:link {
	text-decoration: none;
	color: #878B43;
}
a:visited {
	text-decoration: none;
	color: #878B43;
}
a:hover {
	text-decoration: none;
	color: #a7c4c2;
}
a:active {
	text-decoration: none;
	color: #878B43;
}
a.news:link {
	text-decoration: none;
	color: #4c3327;
}
a.news:visited {
	text-decoration: none;
	color: #4c3327;
}
a.news:hover {
	text-decoration: none;
	color: #a7c4c2;
}
a.news:active {
	text-decoration: none;
	color: #4c3327;
}
/* Course levels */
.basic {
	color: #4F7D7C;
	font-weight: bold; 
}
.advanced {
	color: #4C3427;
	font-weight: bold; 
}
.everyone {
	color: #878B43;
	font-weight: bold; 
}