/** {
	margin: 0;
	padding: 0;
}*/

.accesshelper {
	display: none;
}

.clearboth {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

html {
	background-image: url("../../img/background-gradient.gif");
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial;
	background-color: #EFE8EE;
}

body {
	background-image: url("../../img/background-quote.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}

a img {
	border: none;
}

#main {
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	font-size: 80%;
}

#header {
	padding-top: 15px;
}

#righthead {
	float: right;
}

#search {
	background-image: url("../../img/search-background.gif");
	background-repeat: no-repeat;
	height: 22px;
	position: absolute;
	top: 45px;
	right: 0;
}

#search label {
	display: none;
}

#search input {
	width: 142px;
	height: 19px;
	padding-left: 10px;
	border: none;
	background-color: Transparent;
	padding-top: 2px;
	color: #808080;
}

#search input, #search a {
	float: left;
}

#utilitylinks {
	text-align: right;
	position: absolute;
	top: 85px;
	right: 0;
	width: 150px;
}

#utilitylinks a {
	color: #874194;
	font-weight: bold;
}

#topnav {
	background-image: url("../../img/topnav-background.gif");
	background-repeat: no-repeat;
	height: 44px;
	margin-top: 15px;
	font-family: Lucida Sans, Verdana, Arial;
}

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topnav ul li {
	float: left;
	line-height: 36px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url("../../img/topnav-line.gif");
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0;
}

#topnav ul li.first {
	background-image: none;
}

#topnav ul li a {
	text-decoration: none;
	color: #000000;
}

#topnav ul li.current,
#topnav ul li.current a {
	color: #F57811;
	font-weight: bold;
}

#middle {

}

#middletop {
	background-image: url("../../img/middle-top.gif");
	background-repeat: no-repeat;
	height: 12px;
	width: 771px;
	background-color:#FFFFFF; 
	
}

#middlecontenthome {
	background-image: url("../../img/middle-background.gif");
	background-repeat: repeat-y;
	background-position: left bottom;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 5px;
	padding-bottom: 5px;	
	position:relative;
}


#middlecontent {
	background-image: url("../../img/middle-background.gif");
	background-repeat: repeat-y;
	background-position: left bottom;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#middlebottom {
	background-image: url("../../img/middle-bottom.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 12px;
}

#footer {
	text-align: right;
	color: #606060;
	padding-top: 20px;
}

#footer p {
	margin-bottom: 1em;
	margin-top: 1em;
}

#footer a {
	color: #874194;
	font-weight: bold;
}

#associatedsites ul {
	list-style: none;
	text-align: right;
}

#associatedsites ul li {
	display: inline;
}

#breadcrumb {
	border-bottom: 1px dotted #979797;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumb ul li {
	display: inline;
	background-image: url("../../img/breadcrumb-arrow.gif");
	background-position: right 6px;
	background-repeat: no-repeat;
	padding-right: 1ex;
	color: #454444;
}

#breadcrumb ul li a {
	color: #787878;
}

#breadcrumb ul li.current {
	background-image: none;
	padding: 0;
}


#pagecontent
{
	width: 740px;
	/*text-align: left; float: left;*/
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	position: relative;/*position:relative; */
}