html,body{
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
}

#outer{
width: 100%;
}

#container {
width: 898px;
}

#header {
height: 57px;
width: 900px;
/*background-image:url(images/skyline.jpg);
background-repeat:no-repeat;
background-position:right;*/
text-align: left;
}
/*
#navbar {
background-image:url(images/menubg.jpg);
background-repeat:no-repeat;
width: 900px;
height: 31px;
color:#FFFFFF;
vertical-align:middle;

padding-top: 9px;
}

#navbar a{
color:#FFFFFF;
text-decoration:none;
padding-top: 3px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}

#navbar a:hover{
color:#FFFFFF;
background-color:Gray;
text-decoration:none;
}
*/

#main div {
float: left;
}

#text
{
    text-align: left;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    overflow: auto;
    width: 460px;
    height: 460px;
}

#leftcontent {
background-image:url(images/leftcontent.jpg);
background-repeat:no-repeat;
background-attachment:scroll;
width: 510px;
height: 502px;
margin-top: 5px;

}

#rightcontent {
width: 372px;
height: 502px;
background-image:url(images/rightcontent.jpg);
background-repeat:no-repeat;
text-align: center;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left:10px;
}

#footer {
width: 898px;
color:#4d4d4d;
}

#footer a,#footer a:link,#footer a:hover{
color:#4d4d4d;
text-decoration: none;
}

h1{
color: #1a1750;
font-size: 14px;
}

h2{
color: #1a1750;
font-size: 12px;
margin-bottom:3px;
}

.questions {
	MARGIN-TOP: 6px; FONT-WEIGHT: bold; FONT-SIZE: 14px; MARGIN-BOTTOM: 0.5em; MARGIN-LEFT: 1em; COLOR: #1a1750; LINE-HEIGHT: 100%; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica; TEXT-ALIGN: left
}
.answers {
	MARGIN-TOP: -5px; FONT-WEIGHT: normal; FONT-SIZE: 12px; MARGIN-LEFT: 2em; COLOR: #727272; MARGIN-RIGHT: 1em; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica; TEXT-ALIGN: justify
}

.blueboldtext{
color:gray; 
font-weight:bold;
}
