/* CSS Document */

html, body{
background:url(images/bg_gold.png) repeat #FFF;
padding:0;
margin:0;
 	}
	
a img{
border: none;
	} 

a{
border:none;
text-decoration:none;
color:#ffb333;
	}
	
a:hover{
text-decoration:none;
color:#e69100;
	}

a:visited, a:active{
text-decoration:none;
color:#e69100;
	}
	
h1{
font-size:18px;
font-weight:bold;
font-family:Arial, Verdana, Helvetica, sans-serif;
color:#e69100;
line-height:20px;
}

h2{
font-size:15px;
font-family:Arial, Verdana, Helvetica, sans-serif;
color:#663d9c;
line-height:16px;
	}
	
h3{
	font-size:26px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#FFF;
	line-height:30px;
	font-weight:normal;
}
	
#shadow{
	width:1000px;
	height:100%;
	Background:url(images/shadowbg.png) repeat-y #FFF;
	margin:0 auto;
	padding:0;
}

.info{
	text-align:left;
	padding:5px;
	line-height:20px;
	color:#000;
}

.info a{
	color:#663d9c;
}

#container{
width:960px;
height:100%;
margin:0 auto;
padding:0;
background-color:#FFF;
	}

#banner{
height:150px;
width:960px;
background-image:url(images/banner_top.png);
background-color:#FFF;
background-repeat:no-repeat;
padding:0;
border:none;
margin:0 auto;
	}

.topsection{
background-image:url(images/top_section.png);
background-repeat:no-repeat;
margin:0;
border:none;
padding:0;
	}

#topcontainer{
	width:960px;
	height:200px;
	padding-top:10px;
	margin:0;
}

#toptext{
	float:left;
	text-align:left;
	width:550px;
	margin-left:40px;
	padding:0;
}

#topimgcontainer{
	width:319px;
	height:184px;
	padding:0;
	float:left;
	background:url(images/topimgcontainer.png) no-repeat;
}

#topimg{
	width:273px;
	height:144px;
	margin-left:25px;
	margin-top:18px;
}

.navbg{
	background:url(images/navbg.png);
	width:960px;
}

#nav{
margin:0;
padding-top:0;
text-align:center;
width:960px;
font:11px/40px bold Arial, Verdana, Helvetica, sans-serif;
}

#nav ul{
list-style:none;
padding:0;
margin:0;
width:960px;
	}

#nav ul li{
display:inline;
float:left;
padding:0;
margin:0;
	}

#nav a{
display:block;
background:url(images/menu_button-02.png) no-repeat #663d9c;
color:#FFF;
text-decoration:none;
width:137px;
border:none;
	}

#nav a:hover{
color:#FFF;
background:url(images/menu_button-01.png) no-repeat #e69100;
border:none;
line-height:40px;
width:137px;
	}
	
.bodytext{
font-family:Arial, Verdana, Helvetica, sans-serif;
text-align:left;
font-size:12px;
line-height:16px;
color:#686868;
padding:15px 40px;
background:none;
width:880px;
	}

.bodytext img{
	border:none;
}

.bodytext td{
	border-bottom:1px solid #663d9c;
}

#copyright{
height:100px;
width:960px;
background:url(images/banner_bottom.png);
padding:0;
margin:0 auto;
}
	
.copyright{
font-family:Arial, Verdana, Helvetica, sans-serif;
text-align:right;
font-size:12px;
padding-right:15px;
margin:0 auto;
line-height:20px;
color:#663d9c;
height:100px;
width:945px;
}

