/* CSS Document */
body {
	/*text-align: center - centers the web page for IE only*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000; 
	line-height: 17px;
	margin: 0px;
	background-color: #F7CA4B;
	padding: 0;
}
#bigcontainer {
	width: 100%;
	background-color: #F7CA4B;
}
#container {
	width: 760px;
	background-color: #F7CA4B;
	color: #000000;
	/*following centers the web page for browsers other then IE - margin: 0 auto; */
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(images/bgcontainer.jpg);
	background-repeat: repeat-y;
}
#pageHeader {
	margin: 0;
	background-color: #F7CA4B;
	height: 145px;
	text-align: left;
	width: 760px;
}
#nav {
	padding:0px;
	margin:0;
	color:#000000;
	background-image:url(images/bgnav.jpg);
	background-repeat:no-repeat;
	font-family: arial, helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;
	text-align:center;
	height:47px;
}
#nav ul {
	margin: 0px;
	padding-top: 15px;
	padding-left: 0px;
}
#nav li {
	display:inline;
}
#nav li a {
	padding:0.2em .5em 0 .5em;
/*	padding:0.2em .5em 0 0;    */
	color:#000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover {
	color:#F7CA4B;
	background:#000000;
}
#sidebar {
	float: left;
	width: 162px;
	margin: 0 0 0 0;
	padding: 0px;
	text-align: left;
}
#content {
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	padding: 0px;
	background-color: #FFFFFF;
	width: 594px;
	background-image:url(images/bgcontent.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#content p{
text-align:left;
padding: 0px 20px 0px 20px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding: 0px 20px 0px 20px;
}
#content ul{
  line-height: 25px; 
}
#contact1 {
	padding: 20px 0px 0px 0px;
	float: left;
}
#contact2 {
    padding: 20px 0px 0px 0px;
	float: left;
}
.contacttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.title {
padding-top:15px;
text-align:center;
}
.sitemapimg {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0;
}
#content .textlinks {
	clear:both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.textlinks a {
	color: #254156;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.textlinks a:hover {
   color: #000000;
   text-decoration: none;
   font-size: 12px;
   background-color: #F7CA4B;
}
#footer{
	clear: both;
	width: 760px;
	background-color: #F7CA4B;
	background-image: url(images/bgfooter.jpg);
	background-repeat: no-repeat;
	margin: 0;
	height: 50px;
}
.copyright{
	color: #000000;
	font-size: 11px;
	padding: 10px 0 0 10px;
	line-height: 15px;
	text-align:left;
}
a {
	color:#254156;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
a:hover {
    color: #000000;
    text-decoration: underline;
	font-size: 13px;
	background-color: #F7CA4B;
}
#sitemapone {
	float: left;
	margin: 20px 90px 20px 20px;
}
#sitemaptwo {
	margin: 20px 0 20px 0;
	float: left;
}










