/* ------------------------------------------------
   global settings
--------------------------------------------------- */
body {
  /* font size / line spacing */
	font: 100% / 1.2em "Trebuchet MS", Arial, Sans-Serif; padding: 15px 0 0 0; margin: 0px; color:#cccccc;  
   line-height: 1.6em;
	padding: 0;
	margin: 0;
	/* make sure there is a space after image url otherwise IE will not display */
	background: #000 url(../images/side_bg.jpg) top left repeat-y; 
}


  a{
   text-decoration: underline; 
	 color: white;
}

img {
	border: none;
}


/* ------------------------------------------------
         MAIN LAYOUT CSS
--------------------------------------------------- */

#container {
 width:  820px;
 margin: 0 0 0 170px;
}

#logo{
	height: 100px;
	width: 800px;	
  margin: 5px 0 0 0;
	/* background: url(../images/aspaqlogo.jpg) top left no-repeat; */ 
	overflow: visible;
}

#navigation{
	width: 800px;
	height: 53px;
  margin: 10px 0 0 30px;
	color: #fff;
}

#banner{
	width: 800px;
	height: 330px;
  margin: 0 0 0 20px;
	background: url(../images/housebanner.jpg) left no-repeat; 
	color: #fff;
}


#content{
	width: 800px;
	min-height: 500px;
	margin: 5px 0 0 20px;
	color: #fff;
	display: block;

}

#leftcol{
 float: left;
 width: 300px;
 padding-top: 30px;
}

#rightcol{
 width: 480px;
 float: right;
 padding-top: 30px;
 text-align: justify;
}


/* ------------------------------------------------
   footer
--------------------------------------------------- */

#footer {
	clear: both;
	width: 800px;
	height:50px;
	border-top: 1px solid #eee;
	margin: 0 0 0 20px;
	padding: 10px 0 20px 0;
	
}

#copyright{
 padding: 5px 0 0 0;
 float: left;
 font: 90% / 1.2em Arial, Helvetica, sans-serif; color: #fff;
 line-height: 1.5em;
}

#copyright a{
   text-decoration: underline; 
	 color: white;
   line-height: 1.5em;
}

#w3cStuff{
 text-align: right;
 font: 90% / 1.2em Arial, Helvetica, sans-serif; color: #fff;
 padding: 0 5px 0 15px;
}

#w3cStuff a {
   text-decoration: underline; 
	 color: white;
   line-height: 1.5em;
 }

/* ------------------------------------------------
   content styles 
--------------------------------------------------- */

h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 15px 0 0 0; margin: 0px; }

h1 a { color: #fff; background: inherit; text-decoration: none; }

h2 { color: #ff9900; }
h3 { color: #ff9900; }

.orange { color: #ff9900; }

.black { color: #000000; }

sup { font-size: .4em;color: #710100; }


/*    TABLE CSS */
table {
	width:100%;
	padding:5px;
	/* border:1px solid #eee; */
}

th {
	/* color:#0461D2; */
	text-align:left;
	/* border:1px solid #eee; */
	padding:10px;
}

td {
	padding:5px;
	text-align:left;
	border:1px solid #eee;
	/* background:#fafafa; */
}
	 
