/* CSS Document */
body{
background-color: #e8e8e8;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content_table { 
/* This is the main table itself */
background-color:#FFFFFF;
border-collapse: collapse;
border-spacing: 0px;
}


.main {
/* This is the main body section */
background-color: #FFFFFF;
height: 400px;
font-size:12px;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
vertical-align: top;
background-repeat: no-repeat;
background-position: center;
}

/*
.menu_table{
width: 100%;
}

.menu{
text-align: center; 
background-color: #FFFFFF;
}

.menu a {
/* This is the menu link font, and a few other things 
height: auto;
display: block;
color: #333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: 700;
background-color: #FFFFFF;
}

.menu a:hover {
/* This determines the menu button look when you mouseover
color: #000000;
background-color: #669966;
}
*/

/* This determines the submenu look 



.submenu a {
/* Submenu layout
display: block;
color: #333333;
font-weight: 700;
background-color: #CCCCCC;
margin-left: 10px;
padding-left: 20px;
font: "Trebuchet MS";
}

.submenu a:hover{
/* Submenu mouseover color 
color: #000000;
background-color: #FFFFFF;
}
*/

/* */
.footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
background-color: #467AC3;
font-weight: 700;
text-align: center;
}

.footer a{
	color: #FFFFFF;
}

/* Miscellaneous */
.center{
margin: auto;
display: block;
padding: 10px;
}

/* Template 2 */
.blue{
background-color: #467AC3;
}

.sides{
background-color: #467AC3;
margin: auto;
vertical-align: top;
width: 100px;
}

.menu{
background-color: #467AC3;
text-align:center;
}

.menu a {
height: auto;
display: block;
color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: 700;
text-decoration: none;
}

.menu a:hover {
background-color: #CCCCCC;
}

.answer{
	display: none;
	color: #FF0000;
}

.blue_text{
	color: #0000FF;
}

.header{
	size: 30pt;
	color: #467AC3;
	font-weight: 700;
	text-decoration: underline;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #467AC3;
}