html
{
}
body 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 11pt;
	background-color: white;
/*	border-top: 4px outset #ffffff;
	border-left: 2px outset #ffffff;*/
	border-left: 120px solid #AADDFF;
	border-top: 30px solid #0B0B86;
	min-height: 400px;
}

H1.siteTitle {
	display: block;
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 0px;
	left: 0px;
	background-color: #AADDFF;
	width: 120px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 18pt;
	font-weight: bold;
	color: #0B0B86;
	z-index: 10;
}

DIV.pageBody {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-top: 2px solid #dddddd;
	padding-left: 10px;
}

DIV.siteMenu {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	background-color: #AADDFF;
	min-height: 400px;
	height: 100%; /* Firefox (Not IE) only! */
	border-right: 1px solid #aaaaaa;
}

a		{ color: #0040e0; text-decoration: none; }
a:visited	{ color: #0040e0; }
a:active	{ color: #0040e0; }
a:hover		{ color: #0040e0; text-decoration: underline; }

div.pageBody	{
	font-family: arial, helvetica; font-size: 11pt;
}
p		{ font-family: arial, helvetica; font-size: 11pt; }
td		{ font-family: arial, helvetica; font-size: 11pt; }

h2, h3		{ font-family: verdana; }
h2		{ font-size: 13pt; color: purple; }
h3		{ font-size: 11pt; color: purple; }

hr		{ color: #66BBFF; height: 1px; }
.small		{ color: #808080; font-family: tahoma; font-size: 8pt; }

ul, li		{ list-style-image: url("/imgs/bullet.gif"); }

DIV.siteMenu A {
	display: block;
	width: 105px;
	border-top: 1px solid #0000C0;
	border-bottom: 1px solid #0000C0;
	text-decoration: none;
 	font-family: tahoma, arial, helvetica; font-size: 8pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

DIV.siteMenu SPAN.siteMenu {
	display: block;
        border-top: 1px solid #0000C0;
        border-bottom: 1px solid #0000C0;
	margin-top: 50px;
	margin-left: 2px;
	margin-right: 3px;
}

/* Remove double headers for CSS 2.0 browsers (FF + IE7+) */
DIV.siteMenu A + A {
	border-top: 0;
}

DIV.siteMenu A:hover {
	text-decoration: none;
	background-color: #88CCFF;
	color: #000000;
}

DIV.siteMenu A:hover SPAN {
	text-decoration: underline;
}


