@charset "utf-8";
.Body_Text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: .5px;
}
a:link {
	color: #555411;
}
a:visited {
	color: #81581B;
}
a:hover {
	color: #AE7724;
}
a:active {
	color: #555411;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Footer_Text {	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #423127;
}
.Services_Text {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11.5px; letter-spacing: 0px; color: #FFFFFF;}

a.Footer_Text:link {color: #423127}
a.Footer_Text:hover {color: #AE7724}

a.Services_Text:link {color: #FFFFFF}
a.Services_Text:hover {color: #000000}

.Sub_Header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #745018;
	letter-spacing: 5px;
	font-weight: bold;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #745018;
	font-variant: small-caps;
	margin-bottom: 10px;
	margin-top: 10px;
}

.Edu_Header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	letter-spacing: 2px;
	font-weight: bold;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #745018;
	font-variant: small-caps;
	margin-bottom: 10px;
	margin-top: 10px;
}

.opaqueLayer
{
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    opacity:0.6;
    filter:alpha(opacity=60);
    background-color: #000000;
    z-Index:1000;
	margin:auto;
}
            
.questionLayer
{
    position:fixed;
    left:0;
	right:0;
	top:35%;
    width:400px;
    height:300px;
    display:none;
    z-Index:1001;
    border:2px solid black;
    background-color:#FFFFFF;
    text-align:left;
    vertical-align:middle;
    padding:10px;
	margin-left:auto;
	margin-right:auto;
}