* {
	margin: 0;
	padding: 0;
}	

body {
	font: 80% Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.4em;
	text-align: center;
	color: #747474;
	background: #e2e2e2;
}

#container {
	width: 780px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: auto;
	border: 1px solid #747474;
	background: #ffffff;
}

#datebanner {
        text-align: right;
        margin-right: 15px;
		margin-left:15px;
        margin-top: 3px;
}

#header {
	height: 150px;
	width: 760px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 10px;
	border: 1px solid #747474;
	background-color: #ffffff;
	background-image: url('images/header3.jpg');
	background-repeat: no-repeat;
	background-position: right center;
}

#header img {
	margin-top:15px;
	margin-left:7px;
	border:0px;
}

#header h1 {
	color: #ffffff;
	text-align: left;
	margin-top: 60px;
	margin-left: 20px;
}


#menu {
	height: 40px;
	width: 760px;
	margin: 10px;
	/*border: 1px solid #747474;*/
}

#menu ul {
	list-style-type: none;
}

#menu ul li{
	height: 30px;
	width: 145px;
	float: left;
	margin-right: 5px;
	padding-top: 5px;
	font-size: 15px;
	font-variant: small-caps;
	border: 1px solid #747474;
}

#menu ul li#last {
	margin-right: 0;
}

#menu ul li a{
	margin-left: 8px;
	margin-right: 8px;
	display: block;
	text-decoration: none;
	color: #a2a2a2;
	border-bottom: 1px solid #336666;
}

#menu ul li a:hover{
	border-bottom: 2px solid #6B8E23;
	font-weight: bold;
}

#maincolumn {
    float:left;
    display: inline;
    width: 500px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #747474;
	background: #ffffff;
}

#secondcolumn {
    float: left;
    width: 245px;
	margin-bottom: 10px;
	margin-right:10px;
	border: 1px solid #747474;
	background: #ffffff;
	background-image:url(images/aurealogo_watermarkTILED.gif);
	background-repeat:repeat;
}

#content {
	width: 780px;
	text-align: left;
}

#content a {
	color: #336666;
	text-decoration: underline;
}

#content a:visited {
	color: #336666;
	text-decoration: none;
}

#content a:hover {
	color: #6B8E23;
	text-decoration: none;
}

#content a:active {
	color: #6B8E23;
	text-decoration: none;
}

#content h2 {
	margin: 10px;
	font-size: 20px;
	font-weight: bold;
	color:  #336666;
}

#content h3 {
	margin: 10px;
	padding-left:10px;
	font-size: 15px;
	font-weight: bold;
	color: #6B8E23;
}

#content p {
	margin: 10px;
}

#content li {
	margin: 10px;
}

#content acronym {
	border-bottom: 1px dotted #6B8E23;
}

#content blockquote {
	margin: 5px;
	margin-left: 30px;
}

#content blockquote:before {
	color: #6B8E23;
	font-weight: bold;
	content: '"';
}

#content blockquote:after {
	color: #6B8E23;	
	font-weight: bold;
	content: '"';
}	

table {
	border:1px solid #747474;
    padding:5px;
    margin-left:10px;
	margin-bottom:10px;
}

table th {
	color:#336666;
}

#footer {
	width: 757px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 4px;
	border: 1px solid #747474;
    clear: both;
}

#footer a {
    font-size:12px;
    color: #336666;
	text-decoration: underline;
}

#copyright {
    font-size:10px;
	width: 757px;
	text-align: center;
    clear: both;
}

#copyright a {
    font-size:10px;
	width: 757px;
	text-align: center;
	color: #747474;
    clear: both;
}
