/* Designed for deveroux  by Doug Burt - full tilt boogie*/

body {
	width: 100%;
	text-align: center;
	background: #292D3C; 
	color: #ccc;
	}


#wrap {
   width: 80%;
	color: #000;
	background: #292D3C;
	margin-left: auto;
	margin-right: auto;    	
    	}

#header {
	width: 100%;
	height: 80px;
	text-align: left;
   background-image:  url(../images/deveroux.gif);
   background-position: left center;
   background-repeat: no-repeat;
  	margin: 0 0 10px 0;
	padding: 0;
    	}

		
#mainContent {
	width: 84%;
	float: right;
	text-align: left;
	margin: 0 0 0 5px;
	padding: 0;
	}

#mainContent a {
	color: #292D46;
	background: transparent;
    text-decoration: none;
	}

#mainContent a:hover {
	color: #FFF;
	background: transparent;
	}
 
  #mainContent h1 {
	width: 100%;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold; 
	text-align: center;
	color: #AFB3BB;
	background: #292D46;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #667;
	}

#mainContent h2 {
	width: 100%;
	font: 16px arial, sans-serif;
	text-align: center;
	color: #AFB3BB;
	background: #292D46;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #667;
	}

#mainContent h3 {
	width: 100%;
	font: 14px arial, sans-serif;
	text-align: center;
	color: blue;
	background: transparent;
	margin: 0;
	padding: 0;
    }

#mainContent h4 {
    font: 14px arial, sans-serif;
    color: #292D46; background: #e1e3e8;
    text-align: left;
    margin-left: 10px;
    margin-right: 30px;
    margin-bottom: 0px;
    }
    
#mainContent h5 {
	font: 14px arial, sans-serif;
	color: #FFF; background: transparent;
	}
	
#mainContent h5 a {
	color: #FFF;
	background: transparent;
	}

#mainContent h5 a:hover {
	color: #F00;
	background: transparent;
	}

#mainContent p {
	font: 14px arial, sans-serif;
	margin: 0;
	padding: 0 10px;
	text-align: left;
	}
 
#mainContent table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 10px 0;
	padding: 0;
	color: #292D46; 
	background: #e1e3e8;
	border: 1px solid #667;
	}

#mainContent td {
	text-align: left;
	font: 12px arial, sans-serif;
	color: #292D46;  
	background: #e1e3e8;
	margin: 0;
	padding: 3px 10px;
	}

#mainContent td ul {
	font: 12px arial, sans-serif;
	line-height: 1.4em;
 	margin: 0 10px;
   padding: 0 30px;
	list-style-type: square;
   }

#mainContent th {
	text-align: left;
	font: 14px arial, sans-serif;
	color: #FFF; 
	background: transparent;
	margin: 0;
	padding: 0;
	}

#mainContent table a {
	color: blue;
	background: transparent;
	}

#mainContent table a:hover {
	color: #F00;
	background: transparent;
	}

#footer {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 20px 0 10px 0;
	font: 12px Arial, sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #FF0; 
	background: transparent;
	}

#footer a {
	font: 14px Arial, sans-serif; color: #667; 
	background: transparent;
	text-align: center;
	text-decoration: none;
	}

#footer a:link {
	color: #478; 
	background: transparent;
	}

#footer a:hover {
	color: #FFF;
	background: #B1C1CC;
	}
