@charset "utf-8";

/* CSS Document */

body {

	font-family:Arial, Helvetica, sans-serif;

	background-color:#ffffff;

}



#wrapper {

	background-color:#ffffff;

	width: 905px;

	height:auto;

	border:4px;

	border-color:#000000;

	border-style:double;

	float: left;

}



#banner {

	background-color:#ffffff;

	color:#D9541E;

	font-size: x-large;

	text-align: center;

	font-variant: small-caps;

	letter-spacing: .2em;

}



#title {

	background-color:#ffffff;

	color:#D9541E;

	font-size: large;

	border-bottom: 2px;

	border-color: #000000;

	letter-spacing: 0.18em;

	padding-left: 10px;

	padding-top: 4px;

}



#navigation {

	background-color:#808080;

	width: auto;

	text-align: left;

	padding: 0,0,0,0;

}



.navigationul {

	float: left;

	list-style-type: none;

	text-align: left;

	width: 95%;

	text-indent: 0px;

	margin: 0;

	margin-left: 0px;

}



.navigationli {

	float: left;

	font-weight: bolder;

	border: 2px;

	border-style: solid;

	padding: 8px;

	background-color: #808080;

	text-align: left;

	text-indent: 0px;

}



#content {

	background-color:#ffffff;

	color:#000000;

	float:left;

	width:100%;

}



#footer {

	background-color:#D9541E;

	color:#EEEEEE;

	float:left;

	clear:both;

	width:100%;

}



.toc {

	background-color:#ffffff;

	list-style: none;

}



.image {

	max-width: 100px;

	float: left;

	clear:both;

	padding: 10px;

	border: none;

}



.title {

	float:left;

	width: 600px;

	font-weight:bold;

	padding: 10px; 

}



.descrip {

	float: left;

	padding: 10px;

	width: 600px;
	
	font-size:13px;

}



.reclink {

	text-decoration:none;

	font-size:13px;

	font-weight:bold;

}

	

a	{

	color:#256c99;

}



a:link	{

	color:#256c99;

}



a:hover	{

	color:#256c99;

}

/* Custom */

