body{
	padding: 0;
	margin: 10;
	font-family: "MS Trebuchet", Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 75%;
	line-height: 135%;
	text-align: center;
	background-color: #993333;
}

a{
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
a:visited{
	color: #0000FF;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

h1{
	font-size: 150%;
	margin-bottom: 0;
	position: relative;

}

h2{
	font-size: 100%;
	margin-bottom: 0;
	position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
}


p{
	margin: 10px 0 5px 0;
}


#shell{
	position: relative;
	background-image: url("../images/bottomv3.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 775px;
	border: 0px solid #5F5F5F;
	border-bottom: 0;
	border-top: 0;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}

#header{
	background-image: url("../images/topv5.gif");
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	height: 112px;
	width: 775px;
}

#content{
	position: relative;
	margin-left: 160px;
	padding-right: 190px;
	font-size: 90%;
	top: -15px;
}

#leftmenubar{
	position: absolute;
	left:0px;
	top: 115px;
	width: 135px;
	height: 1660px;
	font-family: arial;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom:6px;
	padding-left:16px;
	font-weight: bold;
	border-right:5px;
}

#leftmenubar a:link{
	color:#0000FF;
	text-decoration: underline;
}

#leftmenubar a:visited{
	color:#0000FF;
	text-decoration: underline;
}

#leftmenubar a:hover{
	color:#000066;
	text-decoration: none;
}

#rightbarincludes{
	position: absolute;
	right :0px;
	top: 115px;
	width: 160px;
	padding-top: 0px;
	padding-bottom:6px;
	padding-left:5px;
	padding-right: 10px;
}

  
