body {
margin: 0 auto;
padding: 0;
font: 73% verdana, "Trebuchet MS", arial, sans-serif;
text-align: center;
line-height: 1.7em;
color: #000;
background: #2e2e2e url(../images/bgd.jpg) center repeat-y;
}

#container {
width: 750px;
margin: 0 auto;
padding: 0;
text-align: left;
color: #000;
background: #fff;
}
			/* BANNER */
#banner {
width: 750px;
margin: 0 0 0 0;
padding: 0;
height: 200px;
background: #000 url(../images/banner.jpg) no-repeat;
color: #000;
}
#banner h1 {	
margin: 0;
padding: 70px 100px 0 400px;
height: 50px;
font: 160% "Trebuchet MS", verdana, arial, sans-serif;
text-align: right;
letter-spacing: 3px;
color:  #fff;
background: inherit;
}
			/*TOP NAV*/
#top {
margin: 0;
}		
#navTop {
margin: 0;
padding: 10px 0 30px 80px;
border-bottom: 1px solid #aaa;
}
#navTop a:link, #navTop a:visited {
float: left;
font-size: 1.2em;
letter-spacing: 3px;
line-height: 1em;
font-weight: normal;
padding: 3px 12px 6px 12px;
text-decoration: none;
color: #000;
}
#navTop a:link.active, #navTop a:hover, #navTop a:visited.active {
color: #708491;
background: url(../images/pyramid.gif) no-repeat bottom center;
}
#search{
float:right;
padding: 0px 20px 6px 12px;
}
			/* SIDE CONTENT */
#side {
width: 150px;
float: left;
margin: 0 auto;
padding-left: 20px;
padding-top: 10px;
background: inherit;
color: #999;
}
#side p { 
margin: 1em 0 1em 0; 
}
	
#side ul {
list-style : none;
margin : 10px 0;
padding : 0;
}
#side ul li {
display : inline;
padding : 0;
margin : 0;
}
#side ul li a {
display : block;
color : #708491;
background : inherit;
text-decoration : none;
margin : 0;
padding : 3px 0;
border-bottom : 1px solid #aaa;
}
#side ul li a:hover {
text-decoration : none;
background : #fff;
color : #000;
} 
				/* MAIN CONTENT */
#content {
width: 520px;
margin-left: 200px;
margin-bottom: 20px;
padding-left: 10px;
padding-top: 10px;
text-align:justify;
}
				/* FOOTER */
#footer {	
margin-top: 60px;
padding: .5em;
clear: both;
font-size: 11px;
color: #fff;
background: #000;
border-top: 1px solid #aaa;
}
				/* LINKS*/
a {
color: #666;
text-decoration: none;
}
a:link {
color: #666;
text-decoration: none;
font-weight: bolder
}
a:hover {
background: #eee;
color:  #708491;
text-decoration: none;
}
a img {
border: 0;
}
				/* MAIN */
h2 {
margin: 0;
font: normal 150% verdana, arial, "Trebuchet MS", sans-serif;
letter-spacing: 3px;
color: #000;
background: inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #000;
}
                /* TABLE */
tr.heading{
font-family: Arial, sans-serif;
font-size: 12px;
color: Black;
}
tr.tableAlt{
background-color: #efefef
}
