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

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px "Trebuchet MS" Verdana, Arial, sans-serif;
	color:  #000000;
	background: #999999 url(titlebar.png) repeat-x center left; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 2px;
}

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

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

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

.arrowlistmenu ul li a{
color: #000000;
background:   url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 1px 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: #CCCC33;
}

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

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style3 {font-family: "Trebuchet MS"; font-size: 12px; }
.style5 {font-family: "Trebuchet MS"; font-size: 12px; font-weight: bold; }
.style6 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #CC9900;
}
body {
	background-image: url(../images/bground.jpg);
}
.style7 {font-size: 12px}
.style9 {color: #CC9900}
.style10 {font-family: Arial, Helvetica, sans-serif}


#mainContainer {
	height: 1000px;
	width: 900px;
	border: thin solid #666666;
	margin-right: 10%;
	margin-left: 15%;
}
#mainContainer #flash {
	float: right;
	height: 225px;
	width: 700px;
	background-color: #CCCCCC;
	top: 0px;
	margin-top: 0px;
}
#mainContainer #navigation {
	width: 180px;
	float: left;
}
#mainContainer #navigation #search #cse-search-box div {
	background-image: url(titlebar-active.png);
	background-repeat: repeat-x;
}
#mainContainer #navigation #search {
	background-image: url(../images/smallbg.png);
	height: 40px;
	width: 200px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#mainContainer #header {
	background-color: #FFFFFF;
	height: 75px;
	width: 900px;
	float: left;
}
#mainContainer #body {
	background-color: #FFFFFF;
	height: 695px;
	width: 500px;
	float: right;
	overflow: auto;
	clip: rect(15px,auto,15px,auto);
}
#mainContainer #sidebar {
	float: right;
	height: 750px;
	width: 200px;
}
#mainContainer {
	background-color: #D6D8D7;
}

#mainContainer #navigation #newsletter {
	background-image: url(../images/smallbg.png);
	height: 40px;
	width: 200px;
}
#footer {
	height: 25px;
	width: 900px;
	border: thin solid #666666;
	margin-right: 10%;
	margin-left: 15%;
	background-image: url(../images/smallbg.png);
}
