﻿@import url("css/menu.css");
body {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url('http://dnn501.startbutton.com/Portals/0/Skins/startbutton/images/site_bg_fill.png');
background-repeat: repeat-x;
}
#navcontainer {
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 30px;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 30px;
	color: #FFFFFF;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	/* fixes Firefox 0.9.3 */
	}

#navcontainer a {
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: white;
	text-decoration: none;
	}

#navcontainer a:hover {
	background-color: #AE812E;
	color: white;
	}	
	
.mainDate 
{
    color: White;
    font-weight: bold;
}

#curdate 
{
    color: White;
    font-weight: bold;
}

.Normal { font-size:14px; }