@import url(header.css);
@import url(footer.css);
@import url(Forms.css);

body
{
	background: #011521 url('../Images/Page/BrowserBackground.gif') repeat-x top;
	margin-left: 0;
	margin-right: 0;
}

a
{
	color: #01131d;
}

a:hover
{
	color: dimgray;
	text-decoration: none;
}

td, ul
{
	font-size: 11px;
	font-family: Verdana, Arial, Serif;
	text-align: left;
}

div#pageTitle
{
	padding-bottom: 25px;
}

.pageSubTitle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #3c5460;
}

div#mainSectionDefaultText
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #4a4a46;
}


div#portalSideNav
{
	float: left;
	width: 160px;
	height: 100%;
	padding-right: 10px;
}

div#servicesSideNav{
	width: 160px;
	float: left;
}

div#servicesContentContainer{
	width: 702px;
	float: right;
}

div#diningSideNav{
	width: 160px;
	float: left;
}

div#diningContentContainer{
	width: 702px;
	float: right;
}

