@charset "utf-8";
/* CSS Document */

/* TEXT STYLES */
 
a:link {
 text-decoration: none;
}
a:visited {
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
a:active {
 text-decoration: none;
}
 
h1 {
 font-family: Tahoma;
 font-size: large;
 color: #993300;
 margin-top: 50px;

}
 
h2 {
 font-family: Tahoma;
 font-size: small;
 color: #993300;
 padding: 0px;
 margin-bottom: -15px;
 margin-left: 50px;
 margin-right: 50px;
}

h2 a {
	 color: #993300;
}
 
h3 {
    font-family: Tahoma;
    font-size: small;
    color: #333333;
    padding: 0px;
    margin-bottom: -15px;
 	margin-left: 50px;
 	margin-right: 50px; 
}
 
 
p { /* general text */
	font-family: Tahoma;
	font-size: small;
	color: #000000;
	margin-left: 50px;
	margin-right: 50px;
}
 
p a { /*link in text */
 color: #006600;
 font-weight: bold; 
}
 
li { /*bullet text */
 font-family: Tahoma;
 font-size: small;
 color: #000000;
 margin-left: 50px;
 margin-right: 50px;
}
 
li a { /*bullet link */
 color: #006600;
 font-weight: bold;
}
 
.pdf {
 font-family: Tahoma;
 font-size: small;
 color: #999999;
 font-weight: bold;
}

.nav {
	color: #993300;
	font-size: x-small;
	font-weight:bold;
	text-align:right;
	margin-top:-5px;
}

.nav a {
	 color: #993300;
}
 
.contact {
 font-family: Tahoma;
 color:#993300;
 font-size: x-small;
 padding-top: 10px;
 text-align:center;
}
 
.list {
 font-family: Tahoma;
 font-size: small;
 color: #000000;
 margin-left: 25px;
 margin-right: 10px;
}

.source {
	font-size:x-small;
}
 
/* PAGE LAYOUT */
 
body {
 margin-left: 0px;
 margin-top: 25px;
 background-color: #e3c38c;
}
 
 
#container {
 width: 85%;
 margin-left:auto;
 margin-right:auto;
 background-color:#ffffff;
}
 
#banner {
 width: 100%;
 background-color: #FFFFFF;
}

#MainConent { /* 1 column layout */
 background-color: #FFFFFF;
 width: 100%;
 padding-bottom: 15px;
}
 
#footer {
 width: 100%;
 background-color: #e3c38c;
 text-align: center;
 clear: both;

