@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	height: 100%;
	background-color:#93A5C4;
 	background: #93A5C4;
}
.container {
	height: 100%;
	width: 100%;
	background: #FFF;
	margin: 0 auto;
}
.header {
	height: 140px;
	background: #6F7D94;
	float: left;
	width: 100%;
	background-image: url(/images/header.png);
}

FORM.search {
	z-index: 2;
}
.sidebar1 {
	background: #93A5C4;
	height: 100%;
	float: left;
	width: 17%;
	padding-bottom: 10px;
}
.content {
	height: 100%;
	padding: 20px 0;
	width: 66%;
	float: left;
	background-image: url(/images/taffbg.gif);
}
.contentmain {
	height: 100%;
	width: 79%;
	float: left;
	background-image: url(/images/taffbg.gif);
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	z-index: 3;
}
.sidebar2 {
	height: 100%;
	float: left;
	width: 16%;
	background: #93A5C4;
	padding: 10px 0;
}
/* ~~The footer ~~ */
.footer {
	height: 45px;
	padding: 0px;
	background: #6F7D94;
	position: relative;
	width: 100%;
	clear: both;
	bottom: 0%;
	float: left;
	background-image: url(/images/footer.png);
	padding-top: 15px;
}
.inactive {
  color: #666666;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
H1.header {
	width: 80%;
	height: 10px;
	background:#FFF;
	font-size:10px;
}
a.rphoto {
	color: black;
	font-size:11px;
	text-decoration: none;
}
a.rphoto:hover {
	color: white;
	font-size:11px;
	text-decoration: none;
}
a.txtblklnk {
	color: black;
	font-size:10px;
	text-decoration: none;
}
a.txtblklnk:hover {
	color: white;
	font-size:12px;
	text-decoration: none;
}
submit.search {
	height: 29px;
	width: 330px;
	background-color: #93A5C4;
	padding-top: 5px;
	clear: both;
} 
input.search{
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0 0px 0px;
	padding: 0px;
	border: 1px solid #000;
	background-color: #FFF;
	position: relative;
	right: 0px;
	bottom: 0px;
	top: -15px;
	border-color: #000;
}
.news {
	color: #000;
	border: 2px solid #93A5C4;
	width: 300px;
	height: 85px;
	position: absolute;
	left: 500px;
	top: 10px;
	background-color: #f4ee96;
	padding: 15px;
	font-size: 12px;
	font-weight:bold;
}
.topright {
	background: #6F7D94;
	height: 102px;
	position: absolute; right: 0px; top: 0px;
}

.divsearch2 {
	background: #6F7D94;
	position: absolute;
	right: 0px;
	top: 100px;
	height: 20px;
	text-align: center;	
}
textarea.search {
	border: 1px solid #8595B2;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
}
.spacer {
	height: 10px;
}
.horzspacer {
	width: 10px;
	height: 100px;
	float: left;
	background: #93A5C4;
}
.randomphoto {
	width: 70%;
	max-width: 200px;
	min-width: 100px;
	margin: 0 auto;	
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 10px;
	font-size: 10px;	
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 3px 3px 3px 3px;
	display: block;
	text-decoration: none;
	background: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #6F7D94;
	color: #FFF;
}
.indexcontent:first-letter { text-transform: uppercase; }
.indexcontent {
	text-indent: 30px;
	font-size: 11px;
}
.emphasisyellow {
	font-size: 11px;
	font-weight: bold;
	color: yellow;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

