/* CSS Document */

body{
	margin:0px;
	background:#fff url(images/background.jpg);
	background-position:top left;
	background-attachment:fixed;}
#header{
	text-align:center;
	height:150px;
	margin:0px 0px 7px 0px;}
#navigation{
	text-align:center;
	height:280px;}
#contact{
	text-align:center;
	height:70px;}
#content{
	text-align:center;
	margin:7px 0px 0px 0px;}
#left{
	float:left;
	margin:2px 0px 0px 0px;
	padding:3px;
	width:560px;}
#right{
	float:right;
	margin:2px 0px 0px 0px;
	padding:3px;
	width:320px;}
#wide{
	float:left;
	margin:2px 0px 0px 0px;
	padding:3px;
	width:900px;}
#leftsmall{
	margin:0px 2px auto 2px;
	padding:2px;
	width:486px;}
#foot{
	text-align:center;
	height:50px;}

/*---TEXT---*/
.text{
	font-family:"Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000;
	text-align:justify;
	background: transparent;
}
.text a:link{
	color:#444;
	text-decoration:underline;}
.text a:visited{
	color:#444;
	text-decoration:underline;}
.text a:hover{
	color:#244a71;
	text-decoration:none;}
.text a:active{
	color:#244a71;
	text-decoration:none;}
	
.notepad{
	font-family:"Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000;
	text-align:left;
	padding:2px;
	font-weight:normal;}
.notepad2{
	font-family:"Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	text-align:left;
	padding:2px;
	font-weight:normal;}
	
h1{
	font-family:"Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#244a71;
	margin:0px 0px 0px 0px;}
h2{
	font-family:"Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#244a71;
	margin:0px 0px 2px 0px;
	text-align:center;}
h3{
	font-family:"Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#244a71;
	margin:4px 0px 2px 4px;
	text-align:left;}
.small{
	font-family:"Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
	margin:0px 0px 7px 4px;
	text-align:justify;}

.faqt{
	font-family:"Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#333;
	font-weight:bold;}
.faqt a:link{
	color:#244a71;
	text-decoration:none;}
.faqt a:visited{
	color:#244a71;
	text-decoration:none;}
.faqt a:hover{
	color:#e10000;
	text-decoration:none;}
.faqt a:active{
	color:#e10000;
	text-decoration:none;}
.gold{
	color:#ffd700;
	font-family:"Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	font-weight:bold;}
.silver{
	color:#808080;
	font-family:"Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	font-weight:bold;}
.green{
	color:#228b22;
	font-family:"Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	font-weight:bold;}
.black{
	color:#000;
	font-family:"Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	font-weight:bold;
	margin:1px auto 2px 5px;}

/*---FORM---*/
.field{
	border:1px solid #a0a0a0;
	font-family:"Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	font-size:11px;}
.field2{
	border:1px solid #a0a0a0;
	font-family:"Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	padding:1px;}
#formbtn{
	font-weight:bold;
	color:#000;
	font-family:"Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	font-size:12px;}
	
/*---SIDE---*/
ul.nav {
	list-style:none;
	margin:0px auto 10px auto;
	padding:2px 2px 2px 2px;
	border-top:1px dashed #8c8c8c;
	text-decoration:none;
	font-family:"Comic Sans MS", Georgia, "Times New Roman", Times, serif;}
ul.nav li {
	font-size:23px;
	border-bottom:1px dashed #8c8c8c;
	text-align:left;
	text-decoration:none;}
ul.nav a {
	padding:6px 2px 4px 5px;
	text-decoration:none;}
ul.nav li a {
	font-size:23px;
	color:#000;
	text-decoration:none;
	display:block;}
ul.nav li a.visited {
	font-size:23px;
	color:#000;
	text-decoration:none;
	display:block;}
ul.nav li a:hover {
	color:#ffffff;
	background-color:#b90000;
	text-decoration:none;}
ul.nav li a.active {
	color:#ffffff;
	background-color:#b90000;
	text-decoration:none;}
