

* {
	margin: 0;
	padding: 0;
	
}

body {
	margin: 20px 0;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	background-color:#fff;
	
}
h1, h3 {
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}
h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#84C341;
font-style:italic;
font-size:1.5em;
background-image:url(../img/bullet.jpg);
background-position:left;
background-repeat:no-repeat;
text-indent:35px;
}
img{

}

#page {
	width: 715px;
	margin: 0 auto;
	background: #FFF;
	border: 5px solid #000;
}

#banner {
	height: 175px;
	width: 	715px;
}
#menu {
	height: 52px;
	width:	715px;
	background-color:#000;
}
#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
	background-color:#000000;	
}

#menu a {
	display: block;
	float: left;
	margin-left: 30px;
	padding: 16px 10px 1px 10px;
	border-bottom: 0px solid #0072BC;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	margin-top:3px;
	border:solid 1px black;
}
	

#menu .general a:hover {
	background-color:#84C341;
	padding-bottom:14px;
	margin-top:3px;
	color:#000000;
	border:solid 1px #fff;
	background-image:url(../img/navbgHover.jpg);
	background-repeat:repeat-x;
}
#content {
}
#main {
}
#welcome {
}

.post {
	padding: 20px 20px 0 20px;
}

#sidebar {
	margin-top:15px;
	width:220px;
	height:300px;
	float:right;
	background-color:#DFFAC3;
	border-top: 1px solid #EEEEEE;
}
#sidebarteam {
	margin-top:15px;
	width:220px;
	height:900px;
	float:right;
	background-color:#DFFAC3;
	border-top: 1px solid #EEEEEE;
}
.padder{
padding-top:120px;}
.padderkellie{
padding-top:100px;}


#maintext {
	padding: 20px;
	width:400px;
	float:left;
}

.pagetitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	padding-left:20px;
	background-image:url(../img/watermark.jpg);
	background-repeat:repeat-y;
}
.pagetitle a{
text-decoration:none;
color:#000000;
}
.pagetitle a:hover{
background-color:#84C341;
color:#000;
text-decoration:none;
}
.generaltext{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	}
.generaltext a{
color:#659630;
font-weight:bold;
}
.generaltext a:hover{
background-color:#84C341;
color:#000;
text-decoration:none;
}
.notetext{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	
	font-style:italic;
	text-align:right;
	
	}
#footer {
	clear: both;
	margin-top:10px;
	background: #EBE6E8;
	height:55px;
	padding-bottom:10px;
}

#footer p {

padding-top:15px;
padding-right:20px;
	margin: 0;
	font-size:0.7em;
	color:#333333;
	float:right;
	font-weight:bold;
}

#footer a {
	color: #999999;
	
}
#footer a:hover{
background-color:#84C341;
color:#fff;
text-decoration:none;
}
.pullquote {
	width: 90%;
	float:right;
	font-size:0.8em;
	line-height:230%;
	margin:5px;
	background: url(../img/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 15px 2px 0px;
}
.pullquote:first-letter {
	background: url(../img/openquote.gif) no-repeat left top !important;
	padding:15px 2px 15px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}
ul{
padding-left:15px;

}
ul.sub{
padding-left:15px;
padding-bottom:10px;
padding-top:5px;
border-top:1px solid #C5E2A5;
border-bottom:1px solid #C5E2A5;
}
li{
list-style-type:circle;
}
ul.subsub{
padding-left:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;

}
ul.subline{
padding-left:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
	
	font-weight:normal;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;

}