/* Main CSS */
body {
	background: #7C9578 url(../images/upper-left.jpg) no-repeat top left;
	font: normal 66% sans-serif;
	padding: 10px 0;
}

a {
	font-size: 10px;
	color: #7C9578;
	text-decoration: none;
}
a:hover {
	color: #1E300A;
	text-decoration: underline;
}

h1,h2,h3 {color: #556; padding: 8px 0 5px;}

h1 {font: normal 2.3em sans-serif;}
h2 {font: normal 1.5em sans-serif;}
h3 {font: normal 1.1em sans-serif;}

p {
	padding: 2px 0 10px;
	text-indent: 1.5em;
}

img {
	border: none;
}
img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }

/*Java Components from javascriptkit.com */
#coolmenu{
	border: 1px solid white;
	width: 170px;
	background-color: #FBF9F4;
}

#coolmenu a{
	font: bold 13px Verdana;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}

html>body #coolmenu a{
	width: auto;
}

#coolmenu a:hover{
	background-color: #573168;
	color: white;
}

/* Main Components */
#topEdge {
	background: url(../images/top-edge.jpg) no-repeat top;
	height: 10px;
}
#bottomEdge {
	background: #1E300A url(../images/bottom-edge.jpg) no-repeat bottom;
	margin: 0 auto;
	width: 762px;
}
.current {
color: #573168;
font-weight: bold;
}
#container {
	background: #FBF9F4;
	width: 750px;
	margin: auto;
	font-size: 1.25em;
	line-height: 1.25em;
}

/* Header and Title */
.title {
	height:280px;
	background: url(../images/header-img.jpg) no-repeat bottom;
}
.title h1 {
	color: #573168;
	font: normal 2.25em Georgia,sans-serif;
	padding: 12px 0 15px 25px;
}

/* Main */
.main {background: url(../images/main.gif) repeat-y;}

/* Bottom */
.bottom {
	background: #DBD5C0 url(../images/bottom-line.jpg) no-repeat left bottom;
	border-top: 1px solid #BB7;
	color: #556;
	padding: 14px 20px;
	
}
.bottom .one,.bottom .two {width: 50%;}

/* Footer */
.footer {
	color: #DDE;	
	text-align: center;
	font-size: smaller;
	background: #1E300A;
	padding: 5px;
}
.footer a {
	color: #7C9578;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Content CSS Sections */
.spacer {clear: both;} 
.one {
	width: 66%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}
.one .content {
width: 550px;
padding: 10px 10px;
}

.two {float: right;}
.two .content {
	background: #1E300A;
	padding:  6px 0px 6px 6px; 
}
/*Catchall for everything not above! */
* {margin: 0; padding: 0;}
