@charset "utf-8";
/* CSS Document */

/* alignment */

body {
	margin:0;
	padding:0;
	background:#FFFFFF;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/* Element Styles */

#header	{
	background-color:#FFFFFF;
	height:100px;
	width:784px;
	color:#21D3F3;
	font:Arial, Helvetica, sans-serif;
	text-align:center;
	border-color:#CCCCCC;
	border-style:ridge;
	border-width:thin;
}

#navbar	{
	float:left;
	position:relative;
	width:150px;
	height:1100px;
	background:#5BE7FF;
	border-color:#0DFFF9;
	border-style:ridge;
	border-width:thin;
}

#content	{
	float:left;
	position:relative;
	width:630px;
	height:1100px;
	left:0px;
	top:0px;
	background:#000066;
	border-color:#CCCCCC;
	border-style:ridge;
	border-width:thin;
	font-family:Arial, Helvetica, sans-serif;
}

#footer	{
	position:relative;
	clear:both;
	width:784px;
	height:50px;
	background-color:#5BE7FF;
	border-color:#CCCCCC;
	border-style:ridge;
	border-width:thin;
}

/* Menu Styles */



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 150px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color:#FFFFFF;
background: black url(graphics/menubar/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
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; /* link color */
background: url(graphics/menubar/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: 90%;
}

.arrowlistmenu ul li a:visited{
color: #FFFFFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #000066;
	background-color: #F3F3F3;
<link rel="stylesheet" type="text/css" href="index.css">
; 	width: 150px;
}



/* scroller style */
