#container{

position:relative;
width:874px;
margin-left:auto;
margin-right:auto;
background-position:center;

}

#banner{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:98px;
	text-align:left;
	border-right:solid black 1px;
	border-left:solid black 1px;
	border-top:solid black 1px;
	border-bottom:solid black 1px;
	background-color: #FFFFFF;

}

#banner img{

margin-top:0px;
padding-top:0px;

}

#content{
	position:absolute;
	top:99px;
	left:105px;
	width:auto;
	height:auto;
	background-color:#FFFFFF;
	padding-bottom:30px;
	border-right:solid black 1px;
	padding-left:3px;
	border-top:solid black 1px;
}

#sidebar{
	position:absolute;
	top:0px;
	left:-105px;
	width:105px;
	height:100%;
	background-color:#CCCCCC;
	text-align:left;
	color:#FFFFFF;
	font-family:helvetica, arial, sans-serif;
	border-left:solid black 1px;
	border-top:solid black 1px;
	margin-top:-1px;
	background-image: url(url);

}

body{

width:875px;
font:11pt arial, helvetica, sans-serif;
margin-left:auto;
margin-right:auto;
background-position:center;
background-color:#943838; /*#F2798B*/

}

#footer{
	position:absolute;
	left:0px;
	bottom:0px;
	height:30px;
	width:782px;
	background-color:#000000;
	text-align:center;
}
/*
#logo{

position:absolute;
left:0px;
top:0px;
width:105px;
height:98px;
background-color:#000000;
}
*/
/* --For the copyright theme */

#copyright{



color:white;
text-decoration:none;

}

.bottom{


cursor:pointer;
text-decoration:none;
color:white;
font:8pt arial, helvetica, sans-serif;
font-weight:800;

}

.bottom:hover{

cursor:pointer;
font:8pt arial, helvetica, sans-serif;
font-weight:800;
text-decoration:none;
color:#BA4747;

}
/* end of copyright theme  */

.arrowlistmenu{
width: 105px; /*width of accordion menu*/

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: default;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.jpg);
}


.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #ffffff;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 80%;
}

.arrowlistmenu ul li a:visited{
color: #ffffff;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #ffffff;
background-color: #000000;
}

h2{

color:#000000;
width:248px;
height:35px;
text-align:center;
margin-left:235px;
}

hr {

width:70%;
border:solid 1px;
border-color:#cf151a;

}

