/* CSS Document */

html,body {
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
margin:0px;
font-size:12px;
color:#424242;
height:100%;
background-image:url(../images/background.jpg);
background-repeat:repeat-x;
background-attachment:fixed;

}

h1 {
	background-color:#393;
	font-size:22px;
	color:#FFFFFF;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
	margin-top:0px;
	margin-left:0px;
}

#contentarea {
}
#contentarea p {
line-height:20px;
padding-left:10px;
} 
#contentarea h2 {
color:#FE6703;
font-size:16px;
padding-left:10px;
}

#content {
background-color:#FFFFFF;
padding: 6px;
}


#navcontainer ul
{
margin:0px;
padding:0px;
list-style-type: none;
background-image:url(../images/menubullet.jpg);
background-repeat:repeat;
width:160px;
}

#navcontainer li { 

margin:0px;
background-color:#FF6600;
border-bottom: 1px #FE8C00 solid;
}

#navcontainer a
{
	background-image:url(../images/menubullet.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	height:20px;
	display: block;
	color: #FFF;
	background-color:#FF6600;
	padding-left:25px;
	text-decoration: none;
	padding-top:6px;
	font-weight: bold;
}

#navcontainer a:hover
{
	background-color:#FF3300;
	color: #FFFFFF;
	font-weight: bold;

}

#brochuredownload {
margin-top:15px;
padding-left:10px;
margin-bottom:20px;
}

#brochuredownload h3{
color:#717171;
font-size:12px;
font-weight:bold;
padding:0;
}

.footer1 {
background-color:#660066;
color:#FFFFFF;
padding:5px;
font-size:12px;
font-weight:bold;
text-align:center;
height:30px;
}
.footer1 a{
color:#FFFFFF;
text-decoration:none;
}
.footer2 {
background-color:#339933;
color:#FFFFFF;
padding:5px;
font-size:12px;
font-weight:bold;
text-align:left;
height:30px;

}
.footer2 a{
color:#FFFFFF;
text-decoration:none;
}
a{
color:#FF9900;
}
.textheadings {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#393;
	font-weight: bold;
}
.bullets {
	color: #FF6600;
	list-style-type: disc;
	margin-left: -25px;
}.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #339933;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
