/* CSS Document For Boot Camp Site */

table.main
{
	background-image:url('../images/background.jpg');
	border:1px Solid black; 
	text-align:center;
}

/*------------ Header Section-------------*/
table.header
{
	border:0px;
	width:799px;
}

/*------------ Navigation Section-------------*/
#menu
{
	background-color:#CDBE70;
	widows:799px;
	height:28px;
	border-bottom:2px Solid #000000;
	padding-left:10px;
}
.menu_link
{
	font:14px Arial, Helvetica, sans-serif;
	font-weight:800;
	color:#000000;
	padding:2px 10px 4px 0px;
	text-decoration:none;
}

a.menu_link:link
{
	color:#000000;
	text-decoration:none;
}
a.menu_link:visited
{
	color:#000000;
	text-decoration:none;
}

a.menu_link:hover
{
	color:#000000;
	background-color:#FFFF00;
	text-decoration:none ; 
}

#menu #active_menu_link
{
	font:14px Arial, Helvetica, sans-serif;
	font-weight:800;
	color:#000000;
	padding:2px 10px 4px 0px;
	text-decoration:none;
	background-color:#EEE685;
}

#menu #active_menu_link:hover
{
	color:#000000;
	background-color:#FFFF00;
	text-decoration:none ; 
}

/*------------ Content Section-------------*/
#spamcheck {
visibility:hidden;
display:none;
}

table.content
{
	width:799px;
}

.content_heading
{
	text-align:center;
	font:20px Arial;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

.content_text
{
	text-align:left;
	font:16px Arial;
	font-weight:600;
	color:#000000;	
}

.center_text
{
	text-align:center;
	font:16px Arial;
	font-weight:600;
	color:#000000;	
}

.question_text
{
	color:#006400;
}

.answer_text
{
	color:#8B6508;
}

/*------------ Footer Section-------------*/
tr.footer
{
	background-color:#CDBE70;
	font-size:x-small;
	text-align:center;
}