@charset "utf-8";
/* CSS Document */

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #333333;
	width: 20%;
	position: absolute;
	height: auto;
	left: 0px;
	top: 200px;
	visibility: visible;
	float: left;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 2%;
}

#sidebar a {
	color: #333333;
	text-decoration: none;
}

body {
	background-image: url(images/pageBackground.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#logo {
	top: 0px;
	left: 0px;
}
#header {
	left: 250px;
	top: 40px;
	position: absolute;
}
#pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#pageTitleBar {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	height: 0px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}

#content {
	position:absolute;
	width:70%;
	height:auto;
	z-index:1;
	left: 250px;
	top: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
#subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	padding: 10px;
}
