body {
	background-color: #ffffff;
	background-image: url(/background.jpg);
	background-repeat: repeat; /*x or y*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 12pt;
	font-style: normal; /*italic*/
	color: #000000;
}

td{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #555555;
	}

.frontframe {
	border: 1px solid #75b328;
	width: 300px;
	height: 300px;
	vertical-align: middle;
	text-align: center;
	/*padding: 3px;
	margin: 7px;*/
}

.framed, .framed td {
	border: 1px solid #75b328;
}


A.pages:LINK {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

A.pages:VISITED {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

A.pages:HOVER {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #dddddd;
}

A.pages:ACTIVE {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #dddddd;
}


A.course:LINK {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #75b328;
}

A.course:VISITED {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #75b328;
}

A.course:HOVER {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

A.course:ACTIVE {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}

A:LINK {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #75b328;
	text-decoration: none;
}

A:VISITED {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #75b328;
	text-decoration: none;
}

A:HOVER {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

A:ACTIVE {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #75b328;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #75b328;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color: #666666;
}

address {
	margin: 0 auto;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	font-style: normal;
	text-align: center;
	color: #000000;
	white-space: pre;
}

address a:link, address a:visited, address a:hover, address a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}

#button{
	height: 30px;
	width: 130px;
	text-align: center;
	background-color: #75b328;
}
/*	border-right: 3px solid white;*/

#button a {
	color: white;
	font-weight: bold;
	background-color: #75B328;
	text-decoration: none;
	border: 0px solid black;
}
#button a:link {
	color: white;
}
#button a:visited {
	color: #eeeeee;
}

#button a:hover {
	color: #dddddd;
}

.navtop {
	 border: 0;
	 background-color: #75b328;
	 width: 950px;
}

.navside {
	 width: 200px;
}
.content {
	width: 690px;
	vertical-align:top;
}