/* CSS Document */

body {
	background-color: #A5BFD6;
	background-image: url(assets/pagebg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 17px;
	padding: 0;
	font-size: small;
	min-width: 768px;
	}

#outerwrapper {
	margin: 0 auto;
	width: 960px;
	background-color: #FFFFFF;
	background-image:url(assets/wrapperbg.jpg);
	background-repeat: repeat-y;
}
#wrapper {
	/*margin: 0 auto;*/
	float: left;
	width: 768px;

}

#header {
	height: 104px;
	background-image: url(assets/header.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	text-indent: -9000px;
	}

#banner {
	float: right;
	margin-top: 0;
	padding-top: 30px;
	padding-right: 40px;
	
	}
#pictures {
	height: 175px;
	background-image: url(assets/picturesbg.jpg);
	background-repeat: no-repeat;
}
#sidebar {
	float: left;
	padding: 10px 10px 10px 30px;
	width: 200px;
	}
#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #90583D;
}
.caption a{
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #465E8C;
	font-weight: bold;
}



#navigation {
	border: 2px solid #fff;
	background-color: #CDD8E0;
	width: 200px;
	padding-left: 10px;
}

#maincontent {
	float: right;
	color: #333333;
	width: 470px;
	padding: 10px 20px 10px 10px;
	}

#maincontent h1 {
	font-size: 150%;
	color: #90583D;
	}

#maincontent h2 {
	font-size: 120%;
	color: #90583D;
	}

#maincontent p, #maincontent ul {
	line-height: 130%;
}

#maincontent a {
	text-decoration: none;
	font-weight: bold;
	color: #465E8C;
}

#maincontent a:hover {
	text-decoration: underline;
}

#maincontent th {
	text-align: left;
}
#maincontent td {
	padding: 3px;
	}
.smallred {
	color: #CC0000;
	font-size: 70%;
}
#bottom {
	clear: both;
	background-image: url(assets/bottom.jpg);
	background-repeat: no-repeat;
	height: 43px;
	}

#sidebar2 {
	float: right;
	padding: 0 30px 0 0;
}

.imgLeft {
	float: left;
	margin-right: 6px;
	}

#footer {
	width: 960px;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	color: #333333;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 20px;
	}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#footer a:hover {
	text-decoration: underline;
}


.skiplink {
	display: none;
	}

.bottomBorder {
	border-bottom: 1px solid #CCCCCC;
}

