* {

	padding:0;
	margin:0;

}

body {

	background:#FFF url("../img/bodybg.jpg") top center no-repeat;
	font-size:76%;
	margin-top:10px;

}

p {

	color:#000;
	font:normal 1.0em arial, verdana, sans-serif;
	line-height:18px;
	padding:6px 12px 6px 12px;

}

a {

	color:#000;
	font-weight:bold;

}


#sidebar a {

	color:#FFF;

}
h1 {

	font-size:1.5em;
	color:#051C2C;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	padding:8px 0 2px 0;
	margin-left:12px;
	margin-top:5px;
	border-bottom:1px solid #864620;


}

h2 {

	font-size:1.3em;
	color:#FFF;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	padding:8px 0 0 0;
	margin-left:12px;
	border-bottom:1px solid #5D2515;

}


#bghold {

	width:792px;
	padding:6px 2px 6px 2px;
	background:url("../img/transbg.png") top left repeat;
	margin:0 auto;

}

#content {

	width:780px;
	margin:0 auto;
	min-height:359px;
	background:#b0d5ef;

}

#header {

	width:780px;
	height:157px;
	background:#b0d5ef url("../img/headerbg.jpg") top left repeat-x;

}

#header-left {

	float:left;
	width:399px;
	
}

#header-left img {

	border:0;

}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
}



#nav a {
	display: block;
	width: 99px;
	font:normal 1.0em arial, verdana, sans-serif;
	color:#000;
	text-decoration:none;
}

#nav li { /* all list items */
	float: left;
	width: 99px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFF;
	width: 99px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:9999;
}

#nav li ul a{ /* second-level lists */

	padding:5px;
	width:89px;
}

#nav li ul a:hover{ /* second-level lists */

	padding:5px;
	width:89px;
	background:#F3911D;
	color:#FFF;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}
#nav li:hover, #nav li.hover {
    background-position: 0 0;
}

#content {
	clear: left;
	color: #ccc;
}

#header-right {

	float:right;
	width:381px;

}

#content-left {

	width:531px;
	float:left;
	height:300px;
	overflow:auto;
	scrollbar-3dlight-color:#000;
	scrollbar-arrow-color:white;
	scrollbar-base-color:#000;
	scrollbar-darkshadow-color:#000;
	scrollbar-face-color:#333;
	scrollbar-highlight-color:#555;
	scrollbar-shadow-color:#000000; 
	z-index:1;

}

#sidebar {

	float:right;
	width:249px;
	background:#274A68;

}

#sidebar p {
	color:#FFF;
	font-size:0.9em;
	line-height:14px;
	padding-right:12px;

}

#sidebar img {

	margin:6px;
	border:0;

}

#sidebar h2 {

	background:#b0d5ef url("../img/h2bg.jpg") center right no-repeat;
	display:block;
	padding:5px 15px 5px 5px;
	margin:0;
	border-bottom:0;
	text-align:right;
}

#sidebar a {

	border:0;

}

#sidebar ul {
	
	margin:5px 0 5px 35px;
	color:#FFF;
	font-family:MS Sans Serif, Arial, Tahoma, Verdana;

}

#bottomlinks {

	background:#FFF;
	height:30px;

}

#bl-split-left {

	float:left;

}

#bl-split-right {

	float:right;
	color:#000;

}

#bottomlinks a {

	color:#000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:0;
	
}