body {
	font-family: "century Gothic";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #EFEFEF;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: #E1E1E1;
	padding: 3px;
	height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.but {
	background-color: #666666;
	height: 24px;
	width: 90px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}


.field2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: #E1E1E1;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.h1 {
	font-family: "century Gothic";
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505151;
	text-decoration: none;
}
.h2 {
	font-family: "century Gothic";
	font-size: 22px;
	color: #33518f;
	font-weight:bold;
	text-decoration: none;
}
.white {
	font-family: "century Gothic";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.buttonbottom:link {
	font-family: "century Gothic";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.buttonbottom:visited {
	font-family: "century Gothic";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.buttonbottom:hover {
	font-family: "century Gothic";
	font-size: 14px;
	color: #2270c0;
	text-decoration: underline;
}
.buttonbottom:active {
	font-family: "century Gothic";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.button:link {
	font-family: "century Gothic";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.button:visited {
	font-family: "century Gothic";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.button:hover {
	font-family: "century Gothic";
	font-size: 14px;
	color: #ff9900;
	text-decoration: none;
}
.button:active {
	font-family: "century Gothic";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

#basic-accordian{
	border:1px solid #FFF;
	width:820px;
	position:absolute;
	margin:0 auto 0 auto;
	z-index:1;
	top: 549px;
}

.accordion_headings{
	padding:5px;
	color:#274869;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	background-color: #cbcac8;
}

.accordion_headings:hover{
	background-color: #bcccdc;
	color: #FFFFFF;
}

.accordion_child{
	padding:15px;
	background-color: #fffff;
}

.header_highlight{
	background-color: #37699a;
	color: #FFFFFF;
}
.bluelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #33518f;
	text-decoration: none;
}
