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

/* content */
.content
{
	padding: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-color: #FFF;
}
h2 {
	font-family: Arial;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #1F497D;
}
.list-questions
{
	line-height: 25px;
}
.question {
	font-weight: bold;
	margin-top: 30px;
}
.answer {
	padding: 10px;
	border-right: #CCC solid 1px;
	vertical-align: top;
	line-height: 22px;
}
.response {
	padding: 10px;
	vertical-align: top;
	line-height: 22px;
}
.marks {
	color: #999;
	padding: 10px;
}
.about {
	max-width: 500px;
	font-family: "Segoe UI", Arial;
	font-size: 14px;
	line-height: 20px;
}

/* Welcome */
.menu-frame {
	background-color: #C5CAD6;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	color: #333;
	font-family: "Segoe UI", Arial;
	font-weight: bold;
	font-size: 11px;
}
.notice {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 25px;
	color: #333;
	font-family: "Segoe UI", Arial;
	font-weight: bold;
	font-size: 11px;
}
.notice-left {
	float: left;
}
.notice-right {
	float: right;
}
.notice-right span {
	padding-right: 15px;
	text-align: center;
}
#notice-login {
	border-bottom-color: #ad8916;
	background-color: #fefaef;
	padding-top: 7px;
	padding-bottom: 20px;
}
#notice-login a {
	color: #333;
}
#notice-login a:hover {
	color: #F00;
}
#notice-welcome {
	background-color: #fefaef;
	border-bottom-color: #fefaef;
	padding-top: 7px;
	padding-bottom: 10px;
}
#notice-welcome a {
	color: #333;
}
#notice-welcome a:hover {
	color: #F00;
}
#notice-welcome span a {
	color: #15303E;
}
#notice-donation {
	border-bottom-color: #383F4F;
	background-color: #C2D8C8;
	padding-top: 7px;
	padding-bottom: 7px;
}
#notice-review {
	border-bottom-color: #7D2022;
	background-color: #EDD;
	color: #7D2022;
	padding-top: 10px;
	padding-bottom: 10px;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 18px;
	background-color: #fefaef;
	border-bottom: 2px solid #DFD5C8;
}
#welcome-msg {
	padding: 5px;
	padding-left: 25px;
	padding-bottom: 25px;
	line-height: 22px;
}
#welcome-img {
	float: right;
	text-align: right;
	width: 370px;
}
.welcome a:link, a:visited, a:active {
	color: #333;
}
.welcome a:hover {
	color: #C30;
}
h1 {
	font-family: Arial;
	line-height: 20pt;
	color: #567e03;
	font-size: 14pt;
	font-weight: normal;
}


#sddm {
	z-index: 30
}
#sddm li {
	list-style: none;
	float: left;
	font: bold 11px arial;
}
#sddm li a {
	display: block;
	padding-right: 15px;
	color: #333;
	text-align: center;
}
#sddm li a:hover {
}
#sddm div {
	visibility: hidden;
	margin-top: 4px;
	padding: 0;
	background-color: #EAEBD8;
	border: 1px solid #030;
	position: absolute;
}
#sddm div a
{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px;
	text-align: left;
	text-decoration: none;
	background-color: #EAEBD8;
	color: #030;
	font: 11px arial;
}
#sddm div a:hover
{
	background-color: #5F6F39;
	color: #EDF1E4;
}
#m2 {
	width: 140px;
}
#m1 {
	max-width: 250px;
}
#m3 {
	max-width: 250px;
}

/* left and right columns */
.columns {
	width: 100%;
	float: left;
}
#left-column {
	width: 50%;
	vertical-align: top;
	padding-right: 10px;
}
#right-column {
	width: 50%;
	vertical-align: top;
	padding-left: 10px;
}