@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	background-color: #CCC;
	color:#333;
}
a image{
	border:none;
}

#container {
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#container #header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 212px;
	width: 900px;
}

#logo {
	padding-top: 14px;
	padding-left: 37px;
}

#container #main {
	background-image: url(images/body_background.gif);
	background-repeat: repeat-y;
	widows:900px;
}
#container #main #left_column {
	float: left;
	width: 250px;
	margin: 0 10px 10px 30px;
}

#container #main #right_column {
	float: left;
	width: 560px;
	margin:40px 40px 10px 10px;	
}	
#container #footer {
	background-image: url(images/footer.jpg);
	height: 35px;
	width: 900px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: normal;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
}
#container #contact {
	background-image: url(images/body_background.gif);
	background-repeat: repeat-y;
	clear: both;
	height: 15px;
	width: 900px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: normal;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
}
#contact1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: normal;
	color: #FFF;
	padding-top: 30px;
	padding-left:40px;	
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #0063C6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#contact a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #133D8C;
	text-decoration: none;
	font-size:12px;
}

#contact a:hover {
	text-decoration: underline;
}

#contact1 a{

	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #133D8C;
	text-decoration: none;
	font-size:16px;
}

#contact1 a:hover {
	text-decoration: underline;
}


#footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #133D8C;
}
#News {
	border: 1px solid #B3C8E0;
	margin: 16px 0 16px 0;
	padding: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #133D8C;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #133D8C;
	margin-bottom:0;
	padding-bottom:0;
}
.questions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight:bold;
	color: #003367;
	padding-left: 180px;
	line-height:175%;
}
#about {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border: 1px solid #B3C8E0;
	margin: 16px 0 16px 0;
	padding: 10px;
}

.accordion_toggle {
	display: block;
	font-weight: bold;
	font-size:16px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin: 0;
	height: 24px;
	color: #003367;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 22px;
}

.accordion_toggle_active {
	display: block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 22px;
	font-weight: bold;
	font-size:16px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #003367;
	height: 24px;
	background-image: url(images/arrowdown.gif);
	background-repeat: no-repeat;

}

.accordion_content {
	overflow: hidden;
}
	
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

li {
	margin-bottom:12px;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul.contactlist {
	margin-top:0;
	padding-top:0;
}
ul.contactlist li {
	margin-bottom:0;
}
