@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}

body {
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-image: url(images/bodyhg.gif);
	background-attachment: fixed;
}

#container {
	width: 605px;
	background-image: url(images/contentTile.jpg);
	position: relative;
	text-align: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ADCE6C;
}

#top {
	height: 41px;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#header {
	height: 221px;
	background-image: url(images/header-.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ADCE6C;
	border-left-color: #ADCE6C;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ADCE6C;
}

#main_nav {
	height: 40px;
	padding-top: 18px;
	text-align: center;
	background-image: url(images/navhg.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ADCE6C;
	border-left-color: #ADCE6C;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	font-size: 12px;
	text-transform: uppercase;
}


#content {
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADCE6C;
}

#footer {
	clear: both;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADCE6C;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ADCE6C;
}

h1 { text-indent: -5000px;}

h2 { text-indent: -5000px;}

h3{
	color: #000000;
	border-bottom: 1px dotted gray;
	font-size: 14px;
}


h4{
	color: #EE6B6B;
	font-size: 22px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
p {margin: 20px 0;}

a:link {
	color: #666666;
	text-decoration: none;
}     /* unvisited link */

a:visited {
	color: #666666;
	text-decoration: none;
}  /* visited link */

a:hover {
	color: #EE6B6B
}   /* mouse over link */

a:active {
	color: #666666
}   /* selected link */
#contentpresse {
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ADCE6C;
	border-bottom-color: #ADCE6C;
	border-left-color: #ADCE6C;
	background-color: #FFFFCE;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
}
