/* CSS Document */
/*------------General Section-------------*/
body
{
	text-align:center;
	background-color:Gray;
	margin-top:10px;
	margin-bottom:0;
	margin-left:10px;
	margin-right:10px;
}

#container
{
	border:solid 1px black;
	text-align:center;
	background-color:black; 
}

#header
{
	background-color:black;
	/*background-image:url("../images/binary.jpg");*/
	text-align:center;
}

#navigation
{
	background-color:black;
	height:32px;
	/*clear:left;*/
}

#content
{
	background-color:white;
	text-align:left;
	padding:10px;
}

#footer
{
	background-color:silver;
	border-top:solid 1px black;
}

a.custom_link:link
{
	color:Blue;
	text-decoration:none;
}
a.custom_link:visited
{
	color:Blue;
	text-decoration:none;
}

a.custom_link:hover
{
	color:Blue;
	background-color:Silver;
	text-decoration:underline; 
}

#spamcheck
{
	visibility:hidden;
}

/*------------Navigation Section-------------*/
.nav-link
{
	border:solid 1px black;
	display:block; 
    float:left;
	width:150px; 
	height:25px; 
	/*background-color:silver;*/
	margin:0px;
	padding-top:5px;
	font:18px Impact;
	text-decoration:none;
	color:#ffffff;
	background-image:url("../images/inactivetab.png");
}

body#page-main a#nav-main,
body#page-faq a#nav-faq,
body#page-profile a#nav-profile,
body#page-contact a#nav-contact,
body#page-links a#nav-links

{
	/*background-color:white;*/
	color:#000000;
	border-bottom:solid 1px white; 
	border-left:0px;
	background-image:url("../images/activetab.png");
}

/*------------Content Section-------------*/
.content_heading
{
	text-decoration:underline;
	text-align:center;
	font-weight:bold;
	font-size:large;
}

.content_subheading
{
	text-align:left;
	text-decoration:underline;
	font-size:14px;
}

.content_text
{
	text-align:left;
	font:14px Arial, Helvetica, sans-serif;
}

.form-style
{
	border:solid 2px black; 
	background-color:silver;
	/*#F0E68C; */
	width:60%;
	padding-left:10px;
}