/* CSS Document */

body {
    background-image: url(images/bg-main.jpg);
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px; 
	padding: 0;
	text-align: center;
	color: #535353;
	background-color: #FFFFFF;
}

body.two {
    background-image: url(images/bg-main2.jpg);
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px; 
	padding: 0;
	text-align: center;
	color: #535353;
	background-color: #FFFFFF;
}


#wrapper {
    background-image: url(images/bg-main.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
	width: 860px;
	font-family: Verdana, Helvetica, San Serif;
	font-size:12px;
	color: #535353;
	line-height:16px;
	background-color: #FFFFFF;
}

#wrapper-two {
	margin:0 auto;
	width: 860px;
	font-family: Verdana, Helvetica, San Serif;
	font-size:12px;
	color: #535353;
	line-height:16px;
	
}


#header {
    background-image: url(images/header.jpg);
	height: 100px;
	width: 860px;
	text-align:center;
    padding-top:0px;
	margin-left:-50px;
	position: relative;
}


#nav {
margin:0 auto;
background-image: url(images/bg-nav-off.jpg);
background-repeat:repeat-x;
height: 34px;
width: 800px;
border-top:1px solid #8e8d8d;
border-left:1px solid #8e8d8d;
border-right:1px solid #8e8d8d;
}

.navon {
background-color:#FFFFFF;
padding-top:5px;
font-family: "Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
font-size:12px;
color:#333333;
letter-spacing:1px;
height:34px;
}


.navoff {
border:1px solid #535252;
padding-top:5px;
font-family: "Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
font-size:12px;
color:#FFFFFF;
letter-spacing:1px;
height:34px;
}

#main-content{
	margin:0 auto;
	width: 700px;
	background-image: url(images/bg-white.jpg);
	background-repeat:repeat;
	padding-top:20px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:50px;
	text-align:left;
	font-family: "Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	font-size:12px;
	color: #535353;
	line-height:20px;
}


.hr{
margin-left:-10px;
margin-top:10px;
padding-bottom:10px;
color:#000066;
width:210px;

}





a.a-nav-on:link {
	color: #535353;
	text-decoration: none;
}
a.a-nav-on:visited {
	color: #535353;
	text-decoration: none;
}

a.a-nav-on:hover {
	color:#999999;
	text-decoration: none;
}
a.a-nav-on:active {
	color: #535353;
	text-decoration: none;
}



a.a-nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.a-nav:visited {
		color: #FFFFFF;
	text-decoration: none;
}

a.a-nav:hover {
		color:#f1a628;
	text-decoration: none;
}
a.a-nav:active {
		color: #FFFFFF;
	text-decoration: none;
}

a:link {
	color:#3c718c;
	text-decoration: none;
}
a:visited {
	color:#3c718c;
	text-decoration: none;
}

a:hover {
	color: #535353;
	text-decoration:underline;
}
a:active {
	color:#3c718c;
	text-decoration: none;
}

a.footlink:link {
	color:#f58f09;
	text-decoration: none;
}
a.footlink:visited {
	color:#f58f09;
	text-decoration: none;
}

a.footlink:hover {
	color: #f58f09;
	text-decoration:underline;
}
a.footlink:active {
	color:#f58f09;
	text-decoration: none;
}


h1{
	color:#f1a628;
font-family: "Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
font-size:22px;
line-height:1em;
font-weight: normal;
letter-spacing:0px;
}

h2{
color:#f1a628;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:16px;
line-height:1em;
font-weight: normal;
letter-spacing:1px;
padding:0px;
}


li.bullet{
list-style-image: url(images/bullet.jpg);
padding-bottom:2px;
padding-right:10px;
margin-left:30px;
margin-right:10px;
vertical-align:top;
}

.footer{
margin:0 auto;
	text-align: center;
	font-family: Verdana, Helvetica, San Serif;
	font-size:10px;
	color: #535353;
	width: 800px;
	height:40px;
	padding-top:10px;
}
