@charset "UTF-8";
/* CSS Document */

html, body {height: 100%;
font-family: "Didact Gothic", Arial;
size:14pt;
color:#1A1A1A;
}

#wrap {min-height: 100%;
	}

#header {height:100%;
width:100%;
font-family: "Didact Gothic", Arial;
font-size:16px;

}

#highlight-box {
	width:140px;
	background-color:#1A1A1A;
	font-family: "Didact Gothic";
	size:19pt;
	color:#EDE6D8;
}

h2 {
	font-family: "Didact Gothic", Arial;
	size:45pt;
	color:#4D4D4D;
	text-decoration:none;
	
}

h3 {
	font-family: "Didact Gothic";
	size: 16pt;
	color: #EDE6D8;
}

h4 {
	font-font: "Didact Gothic", Arial;
	size: 18pt;
	color:#4D4D4D;
}
	

#main {overflow:auto;
	padding-bottom: 70px;
	} 

#footer {position: relative;
	margin-top: -70px;
	size: 11pt; 
	height: 70px;
	background:#EDE6D8;
	clear:both;} 
	
	
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
      

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}