@charset "utf-8";
/* CSS Document */
/* Colors
	orange: #ff831d or #EF730d
	red: #ea0000
	silver: #9BAECE
*/
/* Header & Copyright Font Settings */
.header1 {
	font-size: x-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EF730d;
	}

.subhead {
	font: bold, italic, x-large;
	}

.small_font {
	font-size: small;
	}
	
.body_font {
	font-size: smaller;
	}
	
a {text-decoration: none;}	
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline; color: #9BAECE;}

.small_quote {
	font-size: smaller;
	font-style: italic;
	}

img {
	border: 0;
	}

body {
	min-width: 750px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

	
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	}

/* Navigation Menu */
.navText {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 30px;
	}
	
.sfmContact {
	padding: 2px;
	width: 400px;
	border: medium solid #FFCC00;
}

#navigation td {
	text-align: center;
	background-color: #ea0000;
	width: 20%;
	/**/
	}
.PurposeBox {
	margin: 5px;
	padding: 5px;
	border: none /*medium double #DCCCCC*/;
	font-family: Arial, Helvetica, sans-serif;
	left: auto;
	right: auto;
}
#MainContent {
	width: 700px;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	padding: 5px;
	min-height:450px;
	border: medium solid #DDCCCC;
	background-color:  #FDFDFF;
}
#LeftColumn {
	vertical-align: top;
	width: 45%;
	border: medium solid #DDCCCC;
	/*background-color:  #FDFDFF;*/
    }


.mailto {
	text-decoration: underline;
	color: #000000;
}

#wrapper {
	width: 750px;
	margin:0 auto;
}

#navigation a {
	color: #000000;
	text-decoration: none;
	display:block;
	/*padding:8px 6px 10px 20px;*/
	}
	
#navigation a:hover {
	background-color: #ff831D;
	color:#000000;
	}
	
.subhead2 {
	font-size: large;
	font-style: italic;
}


.orange {
	background-color: FF831D;
}

.quote_font {
	font-size:small;
	font-style:italic;
	}

