body {
	background-image: url('/download/?id=5333690');
	background-position: 50% 0%;
	background-repeat: repeat-y;
	background-color: white;
	margin: 0px;
	padding: 0px;
	color: #635244;
	font-size: 14px;
	font-family: arial, verdana, sans-serif;
}

body.green { background-image: url('/download/?id=5333696'); color: #635244; }
body.blue { background-image: url('/download/?id=5333693'); color: #635244; }
body.pink { background-image: url('/download/?id=5333699'); color: #635244; }

a, a:visited { text-decoration: none; color: #635244; }
a:hover { text-decoration: underline; }
a img { border: 0px none; }
.clear { clear: both; }

h1 { font-size: 24px; }
h2 { font-size: 21px; }
h3 { font-size: 19px; }
h4 { font-size: 17px; }

.green { color: #aab035; }
.blue { color: #00acd5; }
.pink { color: #ce007a; }
.brown { color: #635244; }
.white { color: #FFFFFF; }


#siteContainer {
	width: 992px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	position: relative;
	width: 992px;
	height: 148px;
	padding: 0px;
	margin: 0px;
	background-image: url('/download/?id=5333875');
	background-repeat: repeat-x;
	background-color: white;
	z-index: 100;
}

#header.green { background-image: url('/download/?id=5333881'); }
#header.blue { background-image: url('/download/?id=5333878'); }
#header.pink { background-image: url('/download/?id=5333884'); }

#logo {	position: absolute;	top: 36px; left: 25px; }

#quickLinks { display: none; }
#topMenu { display: none; }
#contentContainer { position: relative; }
#leftSidebar { display: none; }
#content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	padding: 0px 4px 0px 5px;
	margin: 0px;
	z-index: 1;
}

#flashContainer { padding-top: 57px; padding-bottom: 13px; }
#contentMenuContainer { border-top: 1px dotted #ccc5bf; }
#contentMenuContainer .middle { margin: 0px 13px; }
.contentMenuItem { float: left; }
.contentMenuItem h1 { margin: 0px; padding: 13px 13px 3px 13px; }

.itemBox { border: 1px dotted #ccc5bf; width: 181px;}
.itemBox li.itemHeader { list-style: none outside; font-weight: bold; }
.itemBox li.green { border-top: 1px dotted #aab035; color: black; }
.itemBox li.blue { border-top: 1px dotted #00acd5; color: black; }
.itemBox li.pink { border-top: 1px dotted #00acd5; color: black; }
.itemBox ul { 
	background-image: url('/download/?id=5333749');
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-color: white;
	margin: 0px;
	padding: 13px;
	min-height: 142px;
}
.itemBox li {
	list-style: none outside;
	margin: 0px;
	padding: 3px 0px 2px 0px;
	background-repeat: no-repeat;
}

#crumbPath { height: 12px; padding: 34px 0px 12px 22px; }
#crumbPath ul { margin: 0px; padding: 0px; display: inline; }
#crumbPath li { margin: 0px; padding: 0px; list-style: none outside; display: inline; }
#crumbPath a.last { font-weight: bold; }

#contentBox { width: auto; border-top: 1px dotted #ccc5bf; margin-left: 22px; overflow: hidden; }
#contentBox h4 { margin: 18px 0px 2px 0px; padding: 0px; }
#contentBox p { margin: 0px 0px 12px 0px; padding: 0px; }

#rightSidebar {
	display: none;
}