@charset "utf-8";
/* CSS Document */
/* Padding is inside, Margins are outside */

content {
	color:#3a3a3a;
	padding: 0;
	height: 520px;
	width: 90em;
	border: 0px;
	margin: 0 50 0 0;
	border-top: 1em;
	}

#main {
	width: 45em;
	font-family: sans-serif;
	font-size: 0.85em;
	padding: 0;
	text-align: justify;
	top: 5em;
	display: inline;
	left: 148px;
	right: 6em;
	position: absolute;
	height: 83.5em;
	float: left;
	margin-left: 1px;
	z-index: -10;
}

#sidebar {
	float: left;
	display: inline;
	padding-left: 0.2em;
	margin-top: -0.3em;
	width: 10em;
	font-family: sans-serif;
	font-size: 0.85em;
	padding-right: 0em;
	margin-left: 0em;
	margin-right: 0px;
	height: 90em;
	background-image:  url(img/sidebar.jpg);
	background-repeat: repeat-y;
}

p {
	font-family: sans-serif;
	font-size: .8em;
	color: #000000;
	text-align: justify;
}

a {
	color:#990000;
	font-size: 1em;
}

a:hover {
	color:#286ea0;
	text-decoration:underline;

}

#main img {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
	padding: 0;
	float: left;
}



#sidebar p {
	font-family: sans-serif;
	font-size: .9em;
	color: #000000;
}
#sidebar a {
	color:#990000;
	font-family: sans-serif;
	font-size: .8em;
}

#sidebar a:hover {
	font-family: sans-serif;
	font-size: 1em;
	color:#286ea0;
	text-decoration:underline;
}

#rightsidebar {
	float: right;
	display: inline;
	padding: 0; /* no padding inside the column */
	margin: 1em; /* puts 1em margin at top, left, right and bottom */
	width: 6em;
	background-position: top;

} /* total width is 10em */

#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	margin-left: 13em;
	background-color: #CCCCCC;
	padding: 0.5em;
	height: 30px;
	width: 50%;
	top: 30px;

}


h1 {
	font-family: sans-serif;
	font-size: 2em;
	color: #000000;
}

h2 {
	font-family: "Perpetua Titling MT", Perpetua;
	font-size: 1.3em;
	color: #006600;
	line-height: .5em;
}
h3 {
	font-family: Papyrus;
	font-size: 2.8em;
	color: #006600;
	background-position: center;
	line-height: 1em;
}
	
h6 {
	font-family: sans-serif;
	font-size: 0.65em;
	color: #000000;
	font-weight: bold;
}
	
	
	

