@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/labyrinth_bg.jpg);
}

h1, h2, h3, h4, p {
	padding-left:16px;
	padding-right:16px;
}

li {
	padding-right:12px;
}

h1, h2, h3 {
	font-family: Georgia, Times New Roman, serif;
	font-style:normal;
	font-weight:bold;
	color:#557c3e;
}

h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {
	font-family: Lucida Grande, Lucida Sans, Verdana, Tahoma, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#336600;
}

p, li {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	color:#000000;
}

a:link {
	color:#336600;
	font-weight:bold;
	text-decoration: underline;
}

a:hover {
	color:#990000;
	text-decoration: none; 
}

a:visited {
	color:#336600; 
	text-decoration: underline;
}

a:active {
	color:#666666;
	text-decoration:underline; 
}

.accent {
	font-family: Lucida Grande, Lucida Sans, Verdana, Tahoma, Arial, sans-serif;
	font-style:normal;
	font-weight:bold;
	color:#000000;
}

.accentgreen {
	font-family: Lucida Grande, Lucida Sans, Verdana, Tahoma, Arial, sans-serif;
	font-style:normal;
	font-weight:bold;
	color:#557c3e;
}

.headline {
	background-color:#557c3e;
	font-family: Lucida Grande, Lucida Sans, Verdana, Tahoma, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	line-height:18px;
	color:#FFFFFF;
	padding-top:0px;
}


.underline {
	color:#557c3e;
	padding-bottom:10px;
	border-bottom:#557c3e thin dashed;
	margin-left:10px;
	margin-right:10px;
}

.footer {
	font-size:10px;
	font-weight:bold;
	color:#557c3e;
}

.rightimg {
	margin:0 0 0 10px;
	float: right;
}

.leftimg {
	margin: 0 10px 0 0;
	float: left;
}


#container {
	width:800px;
	position:relative;
	background-image:url(images/COTW_head.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin:0 auto;
	border:thin solid #557c3e;
}

#navigation p {
	font-family: Lucida Grande, Lucida Sans, Verdana, Tahoma, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#336600;
	line-height:24px;
	margin-top:220px;
	padding:0 0 0 20px;
}

#navigation a:link {
	color: #336600;
	text-decoration:none;
}

#navigation a:hover {
	color:#990000;
	text-decoration:underline;
}

#navigation a:visited {
	color:#999966;
	text-decoration:none;
}


#main_content {
	width:auto;
	height:auto;
}

#pullquote {
	float:right;
	width:240px;
	text-align:right;
	border: solid #557c3e;
	border-width:3px 0;
	margin-left:40px;
	margin-top:10px;
}


#endpiece {
	width:800px;
	height:auto;
	text-align:center;
	border-top:#557c3e thin dotted;
}

