@charset "utf-8";
body {
	background-image: url(images/blue_hstripe.gif);
	background-color: #B2D1FB;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;
}
#content {
	background-image: url(images/seethrough_white.png);
	margin-left: 200px;
	padding: 15px;
}
#navigation a {
	display: block;
	width: 135px;
}

#navigation a:link, #navigation a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #606060;
	border-bottom-color: #606060;
	border-left-color: #BBBBBB;
	padding: 3px;

}
#navigation a:active, #navigation a:hover {
	background-color: #C3C3C3;
	border-top-color: #606060;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #606060;

}
#navigation {
	width: 195px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#header {
	font-size: 24px;
	padding-left: 200px;
	color: #CD2532;
	font-weight: bold;
	padding-bottom: 20px;
}
#content img.logo {
	float: right;
	padding-left: 10px;
	pading-bottom:10px;
}
#footer {
	margin-left: 200px;
}
a:link, a:visited {
	color: #CD2532;
}
a:active, a:hover {
	color: #D7A56C;

}
