body
{
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	top-margin: "0";
	left-margin: "0";
	margin-height: "0";
	margin-width: "0";
	text-align: center;
	background-color: Silver;
	height: 100%;
}

ul.navbar
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: 2em;
	left: 1em;
	width: 9em;
}
h1
{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
ul.navbar li
{
	background: #e5edf7;
	margin: 0.5em 0;
	padding: 0.3em;
}
ul.navbar a
{
	text-decoration: none;
}
a
{
	text-decoration: none;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
address
{
	margin-top: 1em;
	padding-top: 1em;
	border-top: thin dotted;
}
TD.logo
{
	font-family: Optima LT Std, sans-serif;
	color: #ffffff;
	background: #00008b;
	font-size: 44pt;
}
TD.slogan
{
	font-family: Optima LT Std, sans-serif;
	color: #00008b;
	font-size: 28pt;
}
TD.phone
{
	font-family: Optima LT Std, sans-serif;
	color: #ffffff;
	background: #00008b;
	font-size: 22pt;
}
TD.dtext
{
	font-family: Optima LT Std, sans-serif;
	color: #680A39;
	font-size: 11pt;
}
LI.link
{
	font-family: Optima LT Std, sans-serif;
	color: #99284c;
	font-size: 18pt;
}
A.noline
{
	text-decoration: none;
}
#content
{
	width: 980px;
	height: 100%;
	margin: 0 auto;
	background-color: White;
}
#menubar
{
	background-color: #333365;
	color: #ffffff;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
}

#menubarlist
{
	padding: 3px 0px;
}

#menubarlist li
{
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
}

#menubarlist a:link
{
	text-decoration: none;
	color: #ffffff;
}

#menubarlist a:hover
{
	background-color: #F80047;
	text-decoration: none;
}

#menubarlist a:visited
{
	text-decoration: none;
	color: #ffffff;
}


/* side navigation */
#sidebar
{
	background-color: #ffffff;
	color: #333365;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
}

#sidebarlist
{
	padding: 3px 0px;
}

#sidebarlist li
{
	display: block;
	list-style-type: none;
	padding-bottom: 20px;
}

#sidebarlist a:link
{
	text-decoration: none;
	color: #333365;
}

#sidebarlist a:hover
{
	color: #F80047;
	text-decoration: none;
}

#sidebarlist a:visited
{
	text-decoration: none;
	color: #333365;
}

