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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:1.5;
	font-style: normal;
	color: #000000;
	width:auto;
	text-align:left;
	height:100%;
	background-color: #FFFFFF;
	margin-left:0;
	margin-top:3%;

		}
		
h1 {
    margin: 0;
    padding: 0;
	font-weight: normal;
	font-size: small;	
	color: #b54343;
	text-transform:uppercase;
	}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#resourcetext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color: #B54343;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #0041B9;
	text-decoration: underline;
}


a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #336633;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #b54343;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}


.A1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration:none;
	color: #000000;
	font-weight:normal;
}
.A1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}
.A1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration:none;
	color: #b54343;
	font-weight:normal;
}
.A1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}



#nav {
	align:center;
	padding-top:10px;
}
 
#header {
 	margin:auto;
	align:center;
	width:950px;
	background-image:url(title.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-bottom:70px;
}

#maintext{
	padding-left:30px;
	padding-right:30px;
	text-align: justify;
	height: 100%;
}
#maintext a {
	color: #0033CC;
	text-decoration: underline;
}


#content {
	margin:auto;
	align:left;
	width:950px;
	height:100%;
}



#footer {
	width:950px;
	font-size:x-small;
	text-align:center;
	padding-top:30px;
}
