@charset "UTF-8";

body {
	background-color: #F2F7F8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.container {
	background-color: #FFF;
	width: 960px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.header {
	clear: both;
	height: 110px;
	width: 960px;
	background-color: #BAD6E4;
}
.menu {
	width: 960px;
	clear: both;
	background-color: #3F7CA4;
	height: 40px;
}
.leftcolumn {
	float: left;
}
.rightcolumn {
	float: left;
	padding-left: 20px;
}


.main {
	width: 940px;
	background-color: #FFF;
	clear: both;
	height: auto;
	padding: 10px;
}
a,a:active,a:link , a:visited{
	color: #3F7CA4;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	text-decoration: underline;
	text-align: right;
}
.footer {
	font-family: Helvetica, arial, sans-serif;
	font-size: 10px;
	margin-bottom: 20px;
	clear: both;
	background-color: #3F7CA4;
	text-align: center;
	padding-top: 10px;
	color: #FFF;
	padding-bottom: 10px;
}
.footer a {
	font-size: 9px;
	color: #FFF;
}


.sectiontitle {
	font-family: Helvetica, arial, sans-serif;
	font-size: 18px;
	color: #3F7CA4;
}

#announcement {
	float: right;
	height: 140px;
	width: 200px;
	border: thick dotted #3F7CA4;
	background-color: #FFFBF1;
	color: #3F7CA4;
	font-size: 12px;
	margin-top: -40px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

h1 {
	color: #3F7CA4;
	font-family: Helvetica, arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
}
h2 {
	color: #3F7CA4;
	font-family: Helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}

p {
	font-size: 12px;
	line-height: 16px;
	color: #333;

}

.introduction {
	padding-top: 20px;
}

.question {
	font-family: Helvetica, arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #3F7CA4;
}
.15 {
	padding: 15px;
}

.answer {
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F7F7F5;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}
.style1 {
	font-size: 18px;
	font-style: italic;
}
.style3 {
	color: #3F7CA4
}
.style4 {
	font-size: 24px;
}
.style5 {	font-size: 18px
}
.style6 {
	font-size: 18px;
}
.style9 {
	color: #3F7CA4
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: -15px;
}

