@charset "UTF-8";

html, body{
	height:100%;
	width:100%;
}

body, td,th{
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #FFF;
}

.header {
	font-size: 40px;
	color: #FFF;
}

.subheader {
	font-size: 25px;
	color: #FFF;
}

.link_1 a {
	color: #255;
	display: block;
	text-indent:20px;
	font-size: 18px;
	height: 60px;
	width: 285px;
	line-height: 60px;
	position:relative;
	text-decoration: none;
}
.link_1 a:hover {
	background-color: #4d708c;
	color: #fff;
	height: 60px;
	width: 285px;
	text-align: left;
}

.link_2 a {
	color: #255;
	display: block;
	text-indent:20px;
	font-size: 18px;
	height: 60px;
	width: 285px;
	line-height: 60px;
	position:relative;
		text-decoration: none;
}
.link_2 a:hover {
	background-color: #933148;
	color: #fff;
	height: 60px;
	width: 285px;	
	}
	
.link_3 a {
	color: #255;
	display: block;
	text-indent:20px;
	font-size: 18px;
	height: 60px;
	width: 285px;
	line-height: 60px;
	position:relative;
		text-decoration: none;
}
.link_3 a:hover {
	background-color: #da8f55;
	color: #fff;
	height: 60px;
	width: 285px;		
}

.link_4 a {
	color: #255;
	display: block;
	text-indent:20px;
	font-size: 18px;
	height: 60px;
	width: 285px;
	line-height: 60px;
	position:relative;
		text-decoration: none;
}
.link_4 a:hover {
	background-color: #83af4e;
	color: #fff;
	height: 60px;
	width: 285px;		
}


.link_home a {
	color: #000;
	display: block;
	background-color: #757474;
	line-height: 25px;
	font-size:15px;
	text-transform: none;
	text-align: right;
	height:auto;
}

.link_about a {
	color: #000;
	display: block;
	background-color: #443e6b;
	line-height: 25px;
	font-size:15px;
	text-transform: none;
	text-align: right;
	height:auto;
}


.link_classes a {
	color: #000;
	display: block;
	background-color: #a14b5b;
	line-height: 25px;
	font-size:15px;
	text-transform: none;
	text-align: right;
	height:auto;
}


.link_fp a {
	color: #000;
	display: block;
	background-color: #b37939;
	line-height: 25px;
	font-size:15px;
	text-transform: none;
	text-align: right;
	height:auto;
}


.link_various a {
	color: #000;
	display: block;
	background-color: #79a94d;
	line-height: 25px;
	font-size:15px;
	text-transform: none;
	text-align: right;
	height:auto;
}

#footer {
     position:absolute;
     bottom:0;
     width:100%;
     height:15px;   /* Height of the footer */
     background-image: url(images/green_footer_bg.png);
     }
	 
	 
.content {
	font-size: 13px;
	color: #000;
	text-align: left;
	vertical-align: top;
	margin: auto;
}

.wk {
	font-size: 15px;
	color: #000;
}

.index_classes {
	font-size: 15;
	color: #000;
	text-indent: 10px;
}

.wk a{
	color: #000;
	font-size: 15px;
	height: 30px;
	width: auto;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	display: block;
	position: relative;
}
.wk a:hover {
	background-color: #FFF;
	color: #000;
	height: 30px;
	width: auto;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	display: block;		
}
.caption {
	font-size: 10px;
	color: #333;
}
.subsubheader {
	font-size: 15px;
	color: #FFF;
}
.link_text {
	color: #000;
}

.link_text a {
	color: #000;
}
