/* CSS Document */
html{
	margin:0 auto;
}
body{
	margin:0 auto;
	background-image:url(images/menubg.gif);
	background-repeat:repeat-y;
	background-position:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#container{
}
#header{
	height:83px;
	width:100%;
	background-image:url(images/TOPbkg.jpg);
	background-repeat:repeat-x;
	background-color:#FFD310;
}
#wrapper{
	text-align:center;
	margin:0 auto;
}
#menu{
	width:142px;
	color:#EE7703;
	list-style:none;
	float:left;
	text-align:left;
}
#menu img{
	margin-left:10px;
	margin-right:20px;
	border-bottom:#EE7703 1px solid;
	padding-top:5px;
	padding-bottom:5px;
	width:79%;
}
#menulist {
	margin-left: 0;
	padding-left: 0;
	margin-top:0;
	list-style: none;
	font-size:80%;
	font-weight:bold;
}
#menulist li{
	list-style:none;
	margin-left:10px;
	margin-right:20px;
	border-bottom:#EE7703 1px solid;
	background-image:url(images/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	position:relative;
}
#menulist a{
	color:#EE7703;
	text-decoration:none;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	width:92%;
}
#menulist a:hover{
	background-color:#F7DB84;
}
#content{
	padding-top:20px;
	padding-left:20px;
	margin-left:145px;
	text-align:center;
	width:70%;
}
#content p{
	font-size:80%;
	text-align:left;
	font-family:Arial, Helvetica, Times New Roman, Times;
}
.imgright{
	float:right;
	margin:10px;
	border:1px #000000 solid;
}
.imgcenter{
	text-align:center;
	margin:10px;
	border:1px #000000 solid;
}
.email{
	text-align:center;
}
.copyright{
	font-size:70%;
}
.title{
	text-align:center;
}
hr{
	border:0;
	color:#000000;
	border-top:#000000 2px solid;
	border-bottom:#CC9999 4px solid;
}
#bot_menu{
	list-style:none;
	font-size:95%;
	margin-left:-10px;
}
#bot_menu ul{
	margin-left:-10px;
}
#bot_menu li{
	display:inline;
	font-weight:bold;
	padding-left:10px;
}
#bot_menu a{
	color:#CC3333;
	text-decoration:none;
}
#bot_menu a:hover{
	color:#FF3300;
	text-decoration:none;
}
.phmenu{
	border-bottom:#000000 3px solid;
}
.findloc{
	float:right;
	margin:10px;
	width:325px;
	clear: right;
	text-align:center;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
	border:2px dotted #CC0000;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	font-variant: normal;
	font-style: oblique;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffd310;
	display: block;
}

