/*div {
	border: 1px solid green;
}*/

body {
	font-family: verdana, geneva, sans-serif;
	font-size: 70%;
	padding:0;
	margin:0;
	color:#333333;
	background-repeat: repeat;
}

body.bkg1 {
	background-image: url(bkg_1.jpg);
	background-position: 0px 300px;
}

body.bkg2 {
	background-image: url(bkg_2.jpg);
	background-position: 0px 300px;
}

body.bkg3 {
	background-image: url(bkg_3.jpg);
}

body.bkg4 {
	background-image: url(bkg_4.jpg);
}

body.bkg5 {
	background-image: url(bkg_5.jpg);
}

.bkg6 {
	background-image: url(bkg_6.jpg);
}

body.bkg7 {
	background-image: url(bkg_7.jpg);
}

body.bkg8 {
	background-image: url(bkg_8.jpg);
}

p {
	padding:0px;
	margin: 0px 0px 15px 0px;
}

form {
	padding: 0;
	margin: 0;
}

h1 {
	padding: 0px 0px 10px 0px;
	color: #500200;
	margin: 0px;
	font-size: 13px;
	text-transform:uppercase;
}

h2 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #000000;
	font-size: 11px;
}

h3 {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	color: #999999;
	font-size: 10px;
	font-weight:bold;
}


h4 {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	color: #000000;
	font-size: 16px;
	font-weight:bold;
}

a {
	color: #660000  ;
	text-decoration: none;
}

a:hover {
	color: #500200;
	text-decoration: underline;
}

a.linkTitle {
	color:#000000;
	font-weight:bold;
	text-decoration: none;
	font-size:11px;
	margin: 0px 0px 0px 0px;
}

a.linkTitle:hover {
	color:#000000;
	font-weight:bold;
	text-decoration: underline;
}


p {
	margin-top:3px;
}

#container {
	text-align: left;
	width: 730px;
	margin: 0px auto;
	padding: 0px;

}

#nav {
	padding: 0;
	margin: 0;
	background-color: #EFEFEF;
	clear: both;
}

#nav a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #660000  ;
	font-weight:bold;
	text-decoration: none;
}

#navLeft {
	float:left;
}

#navRight {
	float:right;
	padding-right:25px;
}

#MenuContainer {
	float: left;
	width: 150px;
	background: #EFEFEF;
}

#Menu {
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
#Menu li {
	color: #000000;
	margin-top: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	padding-bottom: 1px;
	padding-top: 4px;

}
#Menu li a {
	color: #000000;
	font-weight: bold;

}
#Menu li.selected {
	border-bottom: none;
}
#Menu li.selected, #Menu li.selected a {
	color: #990000;
	font-weight: bold;
}

#Menu li.selected ul {
	border-top-style: none;
	border-top-width: 1px;
	border-top-color: #666666;
	margin-top: 3px;
}

#Menu li.selected li, #Menu li.selected li a {
	color: #3E#E42;
	font-weight: normal;
}
#Menu li.selected li {
	margin-left: 6px;
	color: #666666;
	border-top-color: #DFDFDF;
	padding-bottom: 0px;
	padding-top: 3px;
}

#Menu li.selected li.selected, #Menu li.selected li.selected a {
	font-weight: normal;
	color: #666666;
}
#Menu li.selected li.selected {
	border-bottom: none;
}

#Menu li.selected li.selected li, #Menu li.selected li.selected li a {
	color: #666666;
	font-weight: normal;
}
#Menu li.selected li.selected li {
	margin-left: 9px;
	color: #666666;
}

#Menu li.selected li.selected li.selected, #Menu li.selected li.selected li.selected a {
	color: #660000;
}
#Menu li.selected li.selected li.selected {
}

#contentSection {
	padding: 0px 15px 25px 10px;
	margin:0px 0px 5px 0px;
	clear: both;
	vertical-align: top;
	float: left;
	background-color: #EFEFEF;
}

#footer {
	clear:both;
	background: #EFEFEF;
	padding: 20px 20px 20px 20px;
}

#footerLeft {
	float:left;
	width:235px;
	padding:18px 0px 0px 0px;
	margin:0px;
	font-size: 90%;
}

#footerRight {
	text-align:right;
	width:445px;
	height: 60px;
	margin-left: 235px;
}

#footerRight img {
	margin: 0px 0px 0px 15px;
	border: 0px;
	padding:0px;
}

#document, #Members_Login {
	padding:0px;
	margin:0px;
	float: right;
	width: 540px;
	margin-left: 10px;
	margin-top: 12px;
	font-size: 80%;
}

#Members_Login {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#document ul {
	list-style:disc outside;
	margin-left:30px;
	padding:0px;
}

#document ol {
	list-style-position:outside;
	margin-left:30px;
	padding:0px;
}

#document h1 {
	font-size: 12px;
	font-family:arial;
}

#document h2 {
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	font-family:arial;
}

#document h3 {
	font-size: 11px;
	font-family:arial;
}

#document hr {
	height:0px;
	border:0px;
	border-top:dashed 1px #333333;
	margin:10px 0px 12px 0px;
}

.form label {
	width:180px;
	height:15px;
	padding: 5px 0px 0px 0px;
}

.form input.check {
	clear:both;
	float:left;
}

.form textarea {
	clear:both;
	width:670px;
	height:200px;
}
/* ----------------------------- Frontitia Styles ----------------------------- */

.errormsg {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.2em;
}

#content_table {}
#content_table td.question {
	background-color: #E5E5E5;
}
#content_table td.answer {
	background-color: #FFFFFF;
}
#content_table td.header {
	color: #660000;
	font-size: 1em;
	text-transform:uppercase;
	font-weight: bold;
}
