body {
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-repeat: no-repeat;
	margin: 0;
	height: 100%;
	background-position: center top;
	background-image: none;
}
#footer {
	clear: both;
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-repeat: repeat-x;
}
.hp_div1 {
	position: absolute;
	left: 186px;
	top: 110px;
}

form {
	margin: 0;
	padding: 0;
}
input {
	margin: 0px;
	padding: 0px;
}
.search_field {
	color: #000;
	background-color: #C6E2FF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/search_bg.jpg);
	background-repeat: repeat;
	margin-right: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	line-height: 18px;
	padding: 2px;
}
.go_button {
	background-color: #C6E2FF;
	border-top-color: #C6E2FF;
	border-right-color: #C6E2FF;
	border-bottom-color: #C6E2FF;
	border-left-color: #C6E2FF;
	font-size: 12px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	line-height: 18px;
}
.go_button:hover {
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	text-decoration: none;
	color: #4183C8;
}
sup {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: #333;
}

a:hover {
	text-decoration: none;
	color: #F00;
}
.footer_text {
	color: #999;
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 980px;
	height: 78px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Page */

#page {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
//SEARCH

#searchField #fieldContainer {
    margin: 0px;
    padding: 0px;
}
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 400px;
}
.logo {
	margin-left: 8px;
	padding-left: 8px;
}
#top_nav a {
	font-weight: bold;
	color: #666;
}
#top_nav p a:hover {
	color: #F00;
}
#top_nav p {
	color: #999;
	margin: 0px;
	padding: 0px;
}
