body { 
    margin: 10px;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-color: #ffffff;
	background-position:top left;
	background-repeat:no-repeat;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

.articletitle { 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
	font-weight:600;
    color: #ffffff;
	line-height:33px;
	text-transform: uppercase;
}

.articlenotes { 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #999999;
	line-height:17px;
	
}

.articlenotestitle { 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #8a8a6e;
	font-weight:600;
	line-height:17px;
	
}

.footer { 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #777777;
	line-height:17px;
	
}

.content { 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #333333;
	line-height:17px;
	
}

.contentheader { 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #42769b;
	font-weight:600;
	line-height:17px;
}

#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
	color:#FFFFFF;
	font-weight:100;
}

#slider {
    width: 900px;
    margin: 0 auto;
    position: relative;
	color:#f7f7f7;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
	line-height:17px;
}

.scroll {
	height: 300px;
	width: 900px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #FFFFFF url(images/bg.jpg) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 300px;
    width: 900px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 0px;
}

ul.navigation li {
    display: inline;
    margin-right: 0px;
	color:#ffffff;
}

ul.navigation a {
    padding: 10px;
    color: #FFFFFF;
    text-decoration: none;
	font-size: 14px;
}

ul.navigation a:hover {
    background-color: #cc0000;
	background: #EDEDEC url(images/rollover.jpg) repeat-x;
}

ul.navigation a.selected {
    background-color: #cc0000;
	background: #EDEDEC url(images/selected.jpg) repeat-x;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

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

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 11px Helvetica;
font-weight:600;
color: #111111;
margin-bottom: 7px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0px 0px 0px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-color: #ffffff;
}

.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: 5px; /*bottom spacing between menu items*/

}

.arrowlistmenu ul li a{
color: #111111;
display: block;
padding: 2px 0;
padding-left: 14px; /*link text is indented 19px*/
text-decoration: none;
font: 11px Helvetica;
}

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

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

.form {color: #333333}

input,textarea {
	background-color:#000000;
	color:#ffffff;
	border: 1px solid #999999;
