/* CSS Document */

/* Global Styles */
form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #BDB5A6;
	background-color: #0D0D0D;
	text-align: center; 
}

a           
{
    text-decoration: none;
    color: #EE3224;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 

.white { background: #FFFFFF; }
.gray { background: #494949; }

#topNav
{
	font-size: 12px;
	color: #808183;
	font-weight: normal;
	margin: 0 0 20px 0;
	text-decoration: none;
	text-align: right;
}
#topNav a
{
	font-size: 12px;
	color: #808183;
	font-weight: normal;
	padding: 0px 8px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #B99E27;
	text-decoration: none;
}

#botNav
{
	margin: 0px 10px;
}
#botNav a
{
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
}

h1
{
	font-size: 22px;	
	font-weight: normal;
	color: #EE3224;
	margin: 30px 10px 10px 15px;
	text-align: center;
}
h2,h3,h4
{
	font-size: 16px;	
	font-weight: normal;
	color: #EE3224;
	margin: 10px 10px 10px 15px;
	text-align: justify;
}


.mainText
{
	font-weight: normal;
	margin: 10px 10px 10px 15px;
	text-align: justify;
}

#contactInfo
{
	visibility: hidden;
	position: absolute;
	font-weight: normal;
	color: #BDB5A6;
	font-size: 16px;
	margin: 30px 10px 0px 15px;
	text-align: center;
}

#copyright
{
	font-weight: normal;
	color: #BDB5A6;
	font-size: 9px;
	margin: 20px 10px 0px 15px;
	text-align: center;
}

/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #BDB5A6;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
}

.logoworksLink
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #BDB5A6;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}


/* For the editor */
body#editor 
{
	color: #000000;
	background: #ffffff;
}
