@charset "utf-8";
/* CSS Document */

* {margin: 0px;}

html, body {height: 100%; padding: 0; margin: 0;} 

body {
	font-family: Georgia;
	font-size:13px;
	text-align: justify;
	color:#252525;
	background-color:#fff;
	background-image: url(graphics/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	}

#container {min-height: 100%; height: auto; margin: 0 auto -20px;} 


#header {
	width:1006px;
	height:313px;
	background-image: url(graphics/header.gif);
	position:relative;
	top:0px;
	margin-left: auto;
	margin-right: auto;

	}
	
#navigation {
	margin-left: auto;
	margin-right: auto;
	width:820px;
	height:100px;
	position:relative;
	top:280px;
	text-align:right;
}
	
#content {
	margin-top: 0px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 1006px;
	background-image: url(graphics/body.gif);
	background-repeat: no-repeat;
	padding-bottom: 20px
}

#subcontent {
	margin-top: 0px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
}

.push {
height: 20px; 
}

#footer {
	bottom: 0px;
	height: 20px;
	color: #fff;
	background-color:#326263;
	text-align:center;
	padding-top:5px;
}





h1 {
	font-size:16px;
	color:#252525;
	font-weight: bold;
	}
	
p {
	padding-bottom: 14px;
}
	
	

#navigation a:link {
text-decoration: none; 
color: #252525;
font-size:14px;
font-weight: bold;
}
#navigation  a:visited {
text-decoration: none; 
color: #252525;
font-size:14px;
font-weight: bold;
}
#navigation  a:active {
text-decoration: none; 
color: #252525;
font-size:14px;
font-weight: bold;
}
#navigation  a:hover {
text-decoration: none; 
font-size:14px;
color: #fff;
font-weight: bold;
}

a:link {
text-decoration: none; 
color: #005858;
}

a:visited {
text-decoration: none; 
color: #005858;
}

a:active {
text-decoration: none; 
color: #005858;
}

a:hover {
text-decoration: underline; 
color: #000;
}

#footer a:link {
text-decoration: none; 
color: #fff;
}

#footer a:visited {
text-decoration: none; 
color: #fff;
}

#footer a:active {
text-decoration: none; 
color: #fff;
}

#footer a:hover {
text-decoration: none; 
color: #111;
}

.subcontentlarge img {
	border: 2px solid #fff;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	}
	
.subcontentlarge A:link img {
	border: 2px solid #fff;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	}
	
.subcontentlarge A:hover img  {
	border: 2px solid #118f8a;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	}
