@charset "UTF-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #1C64B0;
	font-family: Arial, Helvetica, sans-serif;
	margin:0; 
	padding:0; 
	height:100%;
	
}
div#content {
	background-attachment: fixed;
	background-image: url(images/85percent.png);
	border: 1px solid black;
	padding: 10px;
	position:absolute;
	left:132px;
	top:35px;
	visibility: visible;
	width: 80%;
	height: 80%;
	overflow: auto;
}
div#contentie {
	background-attachment: fixed;
	background-image: url(images/bgfade.jpg);
	border: 1px solid black;
	padding: 10px;
	position:absolute;
	left:132px;
	top:35px;
	visibility: visible;
	width: 80%;
	height: 80%;
	overflow: auto;
}

div#nav {
	position: absolute;
	visibility: visible;
	width: 130px;
	left: 0px;
	top: 0px;
	height: 447px;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
.floatright { 
float: right; 
margin: 0;
padding-left: 15px;
}
.floatleft { 
float: left;
margin: 0;
padding-right: 15px;
 } 
img {
border-style:none;
}
h1 {
	font-size: large;
}
h2 {
	font-size: large;
}
.justified{
text-align:justify;
}
.smalltext {
	font-size: small;
}

/*form snazz*/
.trap {
width:5px;
visibility:hidden;
}
/*.label
{
width: 10em;
float: right;
text-align: right;
margin-right: 0.5em;
display: block;
}*/
 
input{
	border: 1px solid black;
	font-size: large;
}

textarea{
	border: 1px solid black;
	font-size: large;
}

.submit input{
font-size: x-large;
} 
fieldset{
border: none;
	/*border: 1px solid #000000;*/
	width: 40em;
}

legend{
	background-image: url(images/boxhead.gif);
	background-repeat: repeat-x;
	/**/
	border: 1px solid black;
	padding: 2px 6px;
}
/*end of form snazz*/
.popquote{
	float: right;
	font-size: xx-large;
	background: #f7cd7e;
	background-image: url(images/quotebg.gif);
	background-repeat: repeat-x;
	/*background-color: #FFFFFF;*/
	text-align: center;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	margin: 10px;
	width: 3em;
}
.popquoteie{
	float: right;
	font-size: x-large;
	background: #f7cd7e;
	background-image: url(images/quotebg.gif);
	background-repeat: repeat-x;
	color: #0066CC;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	margin: 10px;
	width: 3em;
}
.box{
	padding: 0px;
	width: 350px;
	visibility: visible;
	border: 1px solid #000000;
	
}
.boxbigger{
	padding: 0px;
	width: 450px;
	visibility: visible;
	border: 1px solid #000000;
	
}
.boxhead{
	height: 50px;
	padding: 5px;
	background: #f9dba2;
	background-image: url(images/boxhead.gif);
	background-repeat: repeat-x;
}
.boxbody{
	background-color: #FFFFFF;
	padding: 5px;
}
