body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0; 
	padding: 0;
	border: 0;
	background: url(../grfx/intbg.jpg) repeat-x #e2f2f5;	
}

#top {
	height: 68px;
	background: url(../grfx/inttop.jpg) top left no-repeat;
	overflow: hidden;
	padding: 40px 0 0 304px;
}

#top_buttons {
	float: left;
	padding: 0;
	margin: 0 0 0 -50px;
	position: relative;
	z-index: 20;
}

#search {
	position: absolute;
	top: 39px;
	left: 630px;
	padding: 0;
	margin: 0;
}

#content {
	min-height: 350px;
	background: url(../grfx/intcontent.jpg) no-repeat;	
	padding-left: 18px;
}

#text {
	background: url(../grfx/bg.gif) right top repeat-y #e2f2f5;	
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 63px 0 0 -18px;
}

#right {
	float: right;
	width: 157px;
	padding: 0;
	margin: 0;
}

#footer {
	background: url(../grfx/footerline.gif) top left repeat-x;
	margin: 20px 160px 10px 15px;
	padding: 8px 0 3px 5px;
}
#subfooter {
	width:800px;
	background: url(../grfx/footerline.gif) top left repeat-x;
	margin: 20px 160px 10px 15px;
	padding: 8px 0 13px 5px;
}

#contactlink {
	position: absolute;
	z-index: 3;
	top: 39px;
	left: 240px;
	width: 150px;
}

/*_________text stuff below___________*/
#text p, #text h1, #text h2, #text h3, #text h4, #text h5, #text h6 {
	margin-right: 200px;
}

#content h1 {
	margin: 0;
	padding: 52px 0 0 0;
}

#breadcrumbtrail a {
	color: #575656;
}

#right ul {
	padding: 0 0 5px 0;
	margin: 0;
	list-style: none;
	background: #007785;
	width: 157px;
	overflow: hidden;
}

#right ul li {
	padding: 0;
	margin: 0 0 0 5px;
	background: url(../grfx/line.gif) bottom left repeat-x #007785;
}

#right ul li a {
	padding: 5px 0;
	margin: 0;
	display: block;
	width: 124px;
	color: #fff;
	text-decoration: none;
}

#right ul li a:hover {
	text-decoration: underline;
}

span input, span textarea {
	 border: 1px solid #4290CC;
}

span input#submit, span input#submit2 {
	background: #E8F2F9;
}

.link_table {
	width:80%;
}

.link_table td {
	width:35%;
}

.second_lev li {
	font-size:100%;
}

.no_pad {
	padding:5px 0 0 0;
	margin:0;
}

#search .inputfield {
		font-size: 9px;
	font-weight: bold;
	color: #3b94a0;
	width: 109px;
	height: 19px;
	border: 0;
	padding: 3px 2px 0 2px;
	margin-left: 30px;
	background:url(../grfx/search_bg.jpg) no-repeat;
}

#search .go {
	margin-bottom: -4px;
	margin-left: 5px;
}

.regForm p {
	width: 300px;
}