@charset "utf-8";
/* CSS Document */

html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset {
	margin:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
}
#container {
	width: 800px;
	background-color:#006666;
	margin:0 auto;
	padding:0;
	text-align:left;
	overflow:hidden;
}

#header {
	background-color:#008484;
	text-align:center;
	margin:0;
	padding:0;
	overflow: hidden;
	color: #666;
}


#sidebar {
	background-color:#006666;
	float:left;
	width: 10em;
	font-weight:bold;
	color: #BFF;
}

#eventScroll {
	position:
	width:38em;
	height:170px;
	background-color: #CCCC99;
	color:#003;
	font-family: "Hobo Std";
}

#quickMenu div {
	margin:0 auto;
}	
#quickMenu {
	float:right;
	width:10em;
	background-color:#99CC99;
}
#quickMenu li {
	font-size:.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	float:right;
}
#mainContent {
	position:static;
	background-color:#FFF;
	margin-left: 10em;
	padding:10px 20px 0 1em;
	top: 420px;
	right: auto;
}
#navbar {
	height:1.8em;
	background-color:#3366CC;
	overflow:hidden;
	text-align: center;
}
#footer p {
	margin:0;
	padding:10px 0;
	background-color:#003333;
	text-align:center;
	font-size:.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFA;
}
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
}

.photo {
	width: 75px;
	font-size:8em;
	font-style:italic;
	line-height:1em;
	margin-left: 45px;
	margin-top: 25px;
	height: 220px;
}
.photoQuick {
	width: 98px;
	font-size:8em;
	font-style:italic;
	line-height:1em;
	margin-left: 10px;
	margin-top: 10px;
	height: 135px;
}
.floatRight {
	float:right;
	margin-left:.8em;
}

.floatLeft {
	float:left;
	margin-right:.8em;
}

body,td,th {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #2A0055;
	text-align: left;
}
body {
	background-color: #CCC;
	background-image: url(../Images/background/Pinebranch-bg.jpg);
	background-repeat: repeat;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Hobo Std";
}
h1 {
	font-size: 36px;
	color: #003;
	font-family: "Hobo Std";
	text-align: left;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
	color: #2A1F55;
	font-style: normal;
}
.MenuText {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFA;
}

.navMenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003;
}
.quickPickMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.templateText-bn {
	color: #FFF;
	font-style: italic;
}
.templateText-bdy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #2A0055;
	font-weight: normal;
}

.templateText-bdyBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #000;
	font-weight: bold;
}
a:link {
	color: #033;
	font-weight: bold;
}
a:visited {
	color: #066;
}

