/* === Tags ======================================================================================= */
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Sans-serif, Helvetica;
	font-size: 12px;
	color: #000000;
	background-image: url(images/bgBody.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
	height: 100%;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}
	
table {
	margin: 0;
	padding: 0;
	border: none;
}

/*==============Links=================================================================*/

a:focus {
 outline: none;
}

a {
 color: #808042;
 text-decoration: underline;
}

a:hover {
 color: #808042;
 text-decoration: none;
}

ul {
/* margin: 0;
 padding: 0;*/
}
/*===================================================================================================*/

input.inputText, textarea.inputText, select.inputText {
	border: solid 1px #D3D4CC;
	font-family: Arial, Tahoma, Sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #F9F9F8;
	width: 180px;
}

select.inputText {
 width: 184px;
}

input.inputTextSmall {
 border: solid 1px #D3D4CC;
	font-family: Arial, Tahoma, Sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	width: 40px;
	text-align: center;
	background-color: #ffffff;
}

/* === Base classes =============================================================================== */
.clear {
	clear: both;
}

.left	{
	float: left;
}

.right {
	float: right;
}

.advert {
	display:block;
}

.relative {
	position: relative;
}

/* === Id's ======================================================================================= */

#wrap {
height: 100%;
min-height: 100%;
margin-bottom: -210px;
}

html>body #wrap {
 height: auto;
}

/* ========Header=====================================================================================*/

#header {
 width: 840px;
 height: 78px;
 padding-top: 17px;
 margin: 0 auto;
 text-align: center;
}

#menu {
 width: 740px;
 height: 43px;
 font-size: 11px;
 font-weight: bold;
 text-transform: uppercase;
 margin: 0 auto;
 color: #ffffff;
 text-align: center;
}

#menu td {height: 43px;}
#menu a { color: #ffffff; text-decoration: none;}
#menu a:hover { color: #808042; text-decoration: none;}

.flashDiv {
 width: 100%;
 height: 297px;
 margin: 0 auto;
 text-align: center;
}

/*======Content=======================================================================================*/

#content {
 width: 730px;
 margin: 0 auto;
 padding: 30px 0px;
}

h1.pageCaption {
 font-size: 22px;
 font-weight: normal;
 color: #000000;
 margin: 0;
 padding: 0px;
}

.textDiv {
 width: 100%;
 padding-top: 20px;
}

.question {
 text-indent: 33px;
 padding-top: 4px;
 padding-bottom: 10px;
 background-image: url(images/picQ.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

.answers {
 text-indent: 33px;
 padding-top: 3px;
 background-image: url(images/picA.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

.separator {
 width: 100%;
 height: 40px;
 background-image: url(images/bgSep.gif);
 background-repeat: repeat-x;
 background-position: center;
}

.buttonDiv {
 width: 100%;
 padding-top: 20px;
 text-align: center;
}

.scroll {
 width: 100%;
 text-align: center;
 padding-top: 20px;
}

.scroll li {
 display: block;
 padding: 0;
 font-size: 12px;
 float: left;
}

.scroll li.linkLi {
 padding: 3px 7px 3px 5px;
}

.scroll li a {
 display: block;
 float: left;
 padding: 3px 7px 3px 6px;
 font-size: 12px;
 margin: 0px 1px;
 border: 1px solid #CDCDA5;
 color: #000000;
 text-decoration: none;
}

.scroll li a:hover {
 border: 1px solid #CDCDA5;
 background-color: #CDCDA5;
 color: #ffffff;
 text-decoration: none;
}

.scroll ul {
 padding: 0px 4px;
}

.pictureSmall {
 padding: 3px;
 background-color: #ffffff;
 border: 1px solid #e3e4de;
}

.subCaption {
 font-size: 14px;
 font-weight: bold;
 margin: 0;
 padding: 0;
}

.leftTd {
 padding-right: 16px;
}

.rowTop {
 width: 100%;
 padding-top: 15px;
}

.viewLinks {
 border: 1px dashed #D6D6D6;
 font-size: 11px;
 text-align: center;
 list-style: none;
 margin-bottom: 5px;
}

.viewLinks li {
 padding: 5px 5px;
 display: inline;
}

/*======Footer=====================================================================================*/

#footer {
width: 100%;
 height: 210px;
 margin: 0px;
 background-image: url(./images/bgFooter.gif);
background-repeat: repeat-x;
background-position: bottom;
text-align: center;
color: #ffffff;
}

.footerCont {
 width: 730px;
 margin: 0 auto;
 padding-top: 25px;
}


#footer ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

#footer li {
 display: inline;
 padding: 0px 3px;
}

#footer a {
 color: #ffffff;
 text-decoration: none;
}

#footer a:hover {
 color: #808042;
 text-decoration: underline;
}

.copyr {
 font-size: 11px;
 padding-top: 10px;
 color: #DAD9B8;
}

.heightB {
 height: 210px;
}

.smallFont { font-size: 11px; color: #999999;}

