﻿body{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:12px;
	margin-top:0;
	background-color:#E0E9C5;
}

h1{
	color:#803E40;
	font-size:2em;
}

h2{
	color:#803E40;
	font-size:1.8em;
	margin-bottom:5px;
}


h3{
	color:#803E40;
	font-size:1.6em;
	margin-bottom:5px;
}



h4{
	color:#919C37;
	font-size:1.6em;
	margin-bottom:5px;
}



h5{
	color:#919C37;
	font-size:1.4em;
	margin-bottom:5px;
}



h6{
	color:#803E40;
	font-size:1.4em;
	margin-bottom:5px;
}

.topic{
	color:#803E40;
	font-size:1.6em;
	font-style:italic;
	text-decoration:underline;
	margin-bottom:5px;
}



.topic2{
	color:#919C37;
	font-size:1.6em;
	font-style:italic;
	text-decoration:underline;
	margin-bottom:5px;
}


#header {
	background-image: url('../Images/header.jpg');
	height:120px;
	width:950px;
}
#mainBody {
	margin-left:auto;
	margin-right:auto;
}

#navbar{
	background-color:#D8C267;
	width:950px;
	height:22px;
	padding-top:3px;
}

#mainArea{
	background-image:url('../Images/paisley.jpg');
	width:950px;
	min-height:300px;
}

#textArea{
	width:810px;
	padding:10px;
}


#bottombar{
	background-color:#D8C267;
	width:950px;
	height:5px;
}


#footer{
	background-image:url('../Images/footer.jpg');
	width:950px;
	height:30px;
}

a.nav, a.nav:active, a.nav:visited {
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	font-weight: bold;
	font-variant: normal;
	color: #8A4447;
	text-decoration:none;
	margin-left:45px;
	margin-right:45px;
}

a.nav:hover{
	text-decoration:underline;
}

