a {
	color: Blue;
	font-size: small;
	text-decoration:none;
	font-weight:600;
	font-family: arial, sans-serif;
}
a:link {color:#09c;}
a:visited {color:#07a;}

.center1
{
    MARGIN-LEFT: auto;
    MARGIN-RIGHT: auto
}
.center2
{
    TEXT-ALIGN: center
}
.center
{
    TEXT-ALIGN: center
}
.center TABLE
{
    MARGIN-LEFT: auto;
    MARGIN-RIGHT: auto;
    TEXT-ALIGN: left
}
DIV.centered
{
    TEXT-ALIGN: center
}
DIV.centered TABLE
{
    MARGIN: 0px auto;
    TEXT-ALIGN: left
}



body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}






#Sidebar{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150PX;
	Height: 100%;
	z-index: -1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: None;
	border-color: Blue;
	border-width:0px 0px;
	background-color: #800000;

}






#Header {
	position: absolute;
	top: 0px;
	left: 150px;
	right: auto;
	height: 110px;
	bottom: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: None;
	border-color: Blue;
	border-width:0px 0px;
	background-color: #800000;
	}



#Main{
	position: absolute;
	width: 85%;
	top: 110;
	left: 150px;
	right: 150px;
	z-index: 2;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: None;
	border-color: Blue;
	border-width:0px 0px;
	background-color:white;

}






