/* CSS Document */
body{
background-image:url(../images/bodybg.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#26574e;
}

.header{
background-image:url(../images/header_bg.png);
background-repeat:no-repeat;
background-position:left;
height:231px;
}

.mid{
background-image:url(../images/middle_bg.png);
background-repeat:repeat-y;
background-position:left;
height:400px;
}

.footer{
background-image:url(../images/footer_bg.png);
background-repeat:no-repeat;
background-position:left;
height:234px;
}

.face{
background-image:url(../images/face.png);
background-repeat:no-repeat;
background-position:right bottom;
height:390px;
}

.menulinks,a.menulinks,a.menulinks:visited,a.menulinks:active,a.menulinks:link{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:600;
color:#26574e;
text-transform:uppercase;
text-decoration:none;
}

a.menulinks:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:600;
color:#333333;
text-transform:uppercase;
text-decoration:underline;
}

.contentlinks,a.contentlinks,a.contentlinks:visited,a.contentlinks:active,a.contentlinks:link{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:600;
color:#26574e;
text-decoration:underline;
}

a.contentlinks:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:600;
color:#333333;
text-transform:uppercase;
text-decoration:underline;
}

.menulinks_selected{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:600;
color:#333333;
text-transform:uppercase;
text-decoration:underline;
}



.whitelinks,a.whitelinks,a.whitelinks:visited,a.whitelinks:active,a.whitelinks:link{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:600;
color:#FFFFFF;
text-transform:uppercase;
text-decoration:none;
}

a.whitelinks:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:600;
color:#b49b50;
text-transform:uppercase;
text-decoration:underline;
}


.heading{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:600;
color:#99823c;
}

.normalText{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
line-height:1.5;
}


br{
line-height:13px;
}

.questionDiv{
background-image:url(../images/question_block.png);
background-repeat:no-repeat;
background-position:center;
top:33%; left:67%; height:245px; width:255px; position:relative;
}

.textbox{
border:1px solid #CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}

.whiteText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.boldheaders,a.boldheaders,a.boldheaders:link,a.boldheaders:active,a.boldheaders:visited,a.boldheaders:hover{
font-family:tahoma;
font-size:18px;
color:#FFFFFF;
text-decoration:none;
font-weight:500;
}
