@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccb66f;
}
h1 {font-size: 160%;}

h2 {font-size: 130%;}

h3 {font-size: 115%;}

h4 {font-size: 100%;}

h5 {font-size: 90%;}

h6 {font-size: 80%;}

a,

a:link,

a:visited,

a:active,

a:hover

 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;

}

/**********************Menu**************/
.arrowlistmenu{
width: 250px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: #ccb66f;
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: 15px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #ccb66f;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 90%;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #fff;
background-color: #000;
background: url(../../images/bran-arrow.gif) no-repeat center left; /*custom bullet list image*/
}
/*
#menu ul {
	margin: 0px;
	padding: 0px;
	color: #ccb66f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

#menu ul li { display: inline; }

#menu ul li a {
	padding: 10px;
	margin: 0px;
	color: #000;
	text-decoration: none;
}

#menu ul li a:hover
{
background-color: #777879;
color: #fff;
}
*/
/**********************footer************/
#footer {
	position:relative;
	margin: 0px;
	height: 100px;
}
#footer-text {
	position:absolute;
	top: 12px;
	right: 297px;
	width: 400px;
	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccb66f;
	TEXT-DECORATION: none;
}
#footer-text a,

#footer-text a:link,

#footer-text a:visited,

#footer-text a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccb66f;
	TEXT-DECORATION: none;
}

#footer-text a:hover {color: #fff; TEXT-DECORATION: underline;}
