@charset "utf-8";
/* CSS Document */


body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #000;
}

#main {
	width: 960px;
	background-color:#fff;
	margin-top: 0em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	min-height: 800px;

	
} 


#footer {
	width: 960px;
	background-color:#093;
	margin-top: 0em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	min-height: 20px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	
} 


/*BEGIN MENU CODE*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
	list-style-type: none;
	padding: 0;
	width: 250px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
	margin-top: 22px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 240px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}

/*END MENU CODE*/.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	left: auto;
	right: auto;
}
