/**** Created by REDW LLC. www.redw.com ****/
/**** white: #FFFFFF		black: #000000		blue: #1E5A8C ****/

/**** Content ****/

.main_content {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

.disclaimer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6F9CBB;
	font-style: italic;
	font-weight: bold;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #1E5A8C;	
}


/**** Layout ****/
.banner {
	background-image: url(../_images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 700px;
	height: 131px;

}

/**** Navigation ****/

.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color:  #FFFFFF;
}


a {
    font-size: 14px;
	font-weight: bold;
}

a:link {
    color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

/**** Headings ****/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}