html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:950px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 background-image:url(../images/menu_left_background.jpg);
 background-repeat:repeat-y; 
} 

#main-menu{
width:100%;
height:29px;
text-align:left;
}

#main-menu-left-block{
width:240px;
height:29px;
float:left;
background-image:url(../images/menu_main_left.jpg);
background-repeat:no-repeat;
}

#main-menu-content{
background-color:#8491AE;
width:710px;
height:29px;
float:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
color:#FFFFFF;
}

#header-writer{
height:40px;
width:710px;
background-image:url(../images/header_background.jpg);
background-repeat:repeat-y;
float:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
color:#3A4B66;
font-style:italic;
font-weight:500;
padding-bottom:15px;
}

#header{
 position:relative; 
 height:100px;  
 width:100%;
} 
 
#leftcol{
 width:240px; 
 float:left; 
 position:relative;
 background-image:url(../images/menu_left_background.jpg);
 background-repeat:repeat-y; 
  }

#leftcol-content{
padding-left:60px;
width:170px;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

#twocols{
 width:710px; 
 float:right; 
 position:relative;
 background-color:#FFFFFF;
  }
 
#rightcol{
 width:250px; 
 float:right; 
 position:relative; 
 }
 
#maincol{ 
 float: left; 
 display:inline; 
 position: relative;
 background-color:#FFFFFF;
 width:460px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#3A4B66;
 }
 
#footer{
height:30px;
 clear:both;
 background-color:#8491AE;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#FFFFFF;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

a.whitelink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

a.whitelink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

a.whitelink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#FFFFFF;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	color: #3A4B66;
	text-decoration: none;
}

a.whitelink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color:#3A4B66;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color:#3A4B66;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#FFFFFF;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	text-decoration: none;
	color:#8491AE;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color:#3A4B66;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8491AE;
	text-decoration: none;
}

/* -----------------------------------------------------------------------
Q&A formatting
----------------------------------------------------------------------- */

.question{
/*		color: #FCFADD;	*/
text-decoration:underline;
cursor:pointer;
}

.question2{
color: #FF9900;
text-decoration:underline;
cursor:pointer;
}

.dropdown{
font-weight:700;
text-decoration:none;
cursor:pointer;
}

.answer{
width:100%;
color:#8491AE;
display:none;	
}

.answer2{
width:100%;
color:#999999;
display:none;	
}