/* CSS Document */

	
body{
	width:100%;
	margin:0;
	padding:0;
	background-color: #000033;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFF99;
	}

#header{
	width:100%;
	height:40px;
	border-color:#FFFFFF;
	border-style:solid;
	background-image: url(images/featherhead10.jpg);
	background-repeat: repeat-x;
	border-width: 1px 0px 1px 0px;
	}
	
#header2 {
	width:100%;
	height:20px;
	background-color:#C1C1C1;
	border-style:solid;
	border-width: 0px 0px 1px 0px;
	border-color:#FFFFFF;
	margin-bottom:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000033;
	font-weight: bold;
	float:left;
	vertical-align: middle;
	line-height: 150%;
		}
	
#titles{
	background-color:#000033;
	width: 100%;
		}

	
#navigation{
	width:25%;
	background-color: #000033;
	float: left;
	margin:0;
	padding:0;
	font-size: small;
	text-align: left;
	}
		
.navitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:75%;
	margin:0 auto 0 auto;
	}

.navitem a:hover{
	color: #0099FF;
	}

.navitem a{
	color: #FFFF99;
	text-decoration: none;
	}
	
#concepts{
	font-weight:bold;
	color: #000099;
	}	
	
.topslice{
	height:30px;
	background-image:url(images/slices3/topslice.jpg);
	background-repeat:repeat-x;
	}		

.bottomslice{
	height:25px;
	background-image:url(images/slices3/bottomslice.jpg);
	background-repeat:repeat-x;
	}		
	
	
.leftslice{
	width:35px;
	height:100%;	
	background-image:url(images/slices3/leftslice.jpg);
	background-repeat:repeat-y;
		}	

.rightslice{
	width:35px;
	height:100%;
	background-image:url(images/slices3/rightslice.jpg);
	background-repeat:repeat-y;
	}	
		
		
#content{
	float: left;
	margin-right:1%;
	width:73%;
	margin-bottom: 20px;
	background-color: #D6D6D6;
	}

.spacer{
	width:30px}
	
.text{
	font-size:small;
	color:#000033;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #D6D6D6;
	text-align:left;
	margin:0px;
	padding:0px;
	}
	
.text h1{
	margin:0px;
	padding:0px;
	line-height: 100%;
	font-size:x-large}

.text p{
	clear: left;
	margin-bottom:0px;
		}

.text ul{
		margin-bottom:0px;
		}

.text a{
	color: #000099;	
		}
		
.mainreason{
	float:left;
	font-size:larger;
	font-weight:bold;
	color: #000066;	
	}
	
.top{
	float:right;
	margin-bottom: 2em;
}

.feathertext{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	font-size: medium;
	}
	
.email{
	color:#000099;
	text-decoration:underline;
	}

.address{
	text-align:center;
	color:#666666}