@charset "utf-8";
/* CSS Document */

body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
	}

#main {
	margin: auto;
	width: 966px;
	border: 0;
	}

#panel {
	background-image:url(images/mb.gif);
	background-repeat: none;
	width: 966px;
	height: 67px;
	overflow: hidden;
	}

h1 {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #ffffff;
	}

h2 {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #0249ae;
	}

h3 {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #0249ae;
	line-height: 40px;
	}

.vspace {
	height: 40px;
	}

#content {
	width: 721px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #535353;
	line-height: 1.6em;
	padding-right: 20px;
	}

.content td, .content p {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #535353;
	line-height: 1.6em;
	padding-right: 20px;
	}

#wide {
	width: 966px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #535353;
	line-height: 1.6em;
	padding-right: 20px;
	}

.hspace {
	width: 30px;
	}

#sidebar {
	width: 225;
	font-size: 12px;
	}

.menu_top {
	background-image:url(images/sm-top.jpg);
	background-repeat: none;
	width: 225px;
	height: 38px;
	overflow: hidden;
	}

.menu_text {
	text-align: center;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	padding-top: 12px;
	}

.menu_center {
	background-image:url(images/sm-ctr.jpg);
	background-repeat: repeat-y;
	width: 225px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.3em;
	overflow: hidden;
	}

.feedback {
	padding: 10px;
	}

.sig {
	font-style: normal;
	font-weight: bold;
	}

.menu_bottom {
	background-image:url(images/sm-bottom.jpg);
	background-repeat: none;
	width: 225px;
	height: 8px;
	overflow: hidden;
	}

p {
	margin-top: 20px;
	margin-bottom: 20px;
	}

.divide {
	background-image: url(images/div.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin: auto;
	margin-top: 20px;
	height: 3px;
	}

.footer{
	line-height: 12px;
	text-align: center;
	font-size: 10px;
	margin: 0;
	}

.list {
	padding: 15px;
	width: 90%;
	margin: auto;
	border: 0;
	 }

.list td {
	font-size: 12px;
	line-height: 22px;
	vertical-align: top;
	text-align: left;
	width: 10%;
	}

.small_list td {
	font-size: 9px;
	line-height: 22px;
	vertical-align: top;
	text-align: left;
	width: 10%;
	}

ul.rlist{
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

li.rlist{
	background-image: url(images/b-arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	padding-left: 30px;
	text-align: left;
	font-size: .8em;
	font-family: Arial, Verdana, Sans-Serif;
	line-height: 26px;
	}

li.rlist a {
	color: #1f68aa;
	text-decoration: none;
	}

li.rlist a:link {
	color: #1f68aa;
	text-decoration: none;
	}

li.rlist a:visited {
	color: #5c91c0;
	text-decoration: none;
	}

li.rlist a:hover {
	color: #5c91c0;
	text-decoration: none;
	border-color: #ffffff;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	}

.title {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #0249ae;
	line-height: 20px;
	}

.question {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	width: 100%;
	padding: 8px;
	background-color: #fbfbfb;
	border-style: solid;
	border-width: thin;
	border-color:#e9e9e9;
	color: #0249ae;
	line-height: 20px;
	}

.answer {
	margin-bottom: 55px;
	}