body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

blockquote {
	font-style: italic;
	width: 220px;
	margin: 0;
	padding: 20px 10px;
	color: #fff;
}

blockquote p{
	margin: 0;
	padding: 0;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}

.title {
	margin: 0;
	padding: 10px 0;
	background: url(../images/img09.gif) repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
	text-align: right;
}

.textcontent {
	padding: 0px 30px;
}

.textcontent p {
	line-height: 22px;
}

.textcontent a img {
	border: none;
	margin-left: 5px;
}

.orange {
	margin: 20px 30px;
	background: #FF9523 url(../images/img10.gif) repeat-x;
	color: #FFFFFF;
	padding: 5px 30px;
}

.orangetitle {
	margin: 0;
	padding: 10px 0;
	background: url(../images/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

.orange p, .orange ul {
	line-height: 22px;
	list-style: none;
}

.orange a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 300px;
	background: #FF9523
}

.col-two {
	float: right;
	width: 300px;
	background: #FF9523
}

/* Container */

#container {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img01.gif) repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	height: 220px;
	background: #FFFFFF url(../images/jesseLogo.jpg) no-repeat;
}

#logo h1 {
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
	padding: 185px 0 0 0;
	font-size: 28px;
}

#logo a {
	color: #9C9C9C;
	text-decoration: none;
}

/* Menu */

#menu {
	width: 240px;
	background: #85C329 url(../images/img04.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#menu li {
	padding: 10px 0;
	background: url(../images/img05.gif) repeat-x;
}

#menu li.active {
	background: #3883d0;
	padding-left: 15px;
	font-weight: bold;
}

#menu a {
	text-decoration: none;
	font-size: 129%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Submenu */

#submenu {
	width: 240px;
	padding: 0;
	background: url(../images/img06.gif) repeat-x;
}

/* Content */

#content {
	float: right;
	width: 740px;
}

/* Footer */

#footer {
	width: 980px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#promo {
	float: left;
	width: 240px;
	height: 20px;
	padding: 10px 0 0 0;
	text-align: center;
	background: url(../images/img13.gif) repeat-x;
}

#promo a {
	color: #135293;
}

#legal {
	float: right;
	width: 740px;
	height: 20px;
	padding: 10px 0 0 0;
	text-align: center;
}