body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/stripe_cfa87cf41af89e66348986562bfc00ea.png);
	background-repeat: repeat;
	text-align: center;
}
#container {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thick solid #FFFFFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navigation {
	float: left;
	width: 200px;
	font-size: 12px;
	text-align: left;
}
h1 {
	font-size: 1.5em;
}
#organizer {
	background-color: #FFFFFF;
	float: left;
	width: 200px;
	border: thin solid #666666;
	padding: 5px;
	margin-right: 10px;
	font-size: x-small;
	height: 130px;
}

h2 {
	font-size: 1.3em;
}

#content {
	float: right;
	width: 500px;
	font-size: 14px;
	text-align: left;
}
#footer {
	clear: both;
	height: 38px;
	background-repeat: no-repeat;
}
#sidebar a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#rssfeed {
	position: absolute;
	margin-left: -60px;
	margin-top: 30px;
}

#sidebar a:hover {
	font-weight: bold;
	color: #800000;
}


#header {
	clear: both;
	background-image: url(images/header.jpg);
	height: 301px;
	background-repeat: no-repeat;
}
#header li {
	margin-left: 300px;
}

#sidebar li {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

#wrapper {
}
.clear {
	clear: both;
}
/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
	width:170px;
	font-size:12px;
	height: 150px;
	font-weight: bolder;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:170px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:160px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	width:160px;
	height:30px;
	border:1px solid #999999;
	border-width:1px 0px 0 0;


background:#;
	padding-left:10px;
	line-height:29px;
	font-weight: bolder;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:170px;
w\idth:159px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#aaaaaa;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#aaaaaa;
}
.menu ul ul :hover > a.drop {
background:#aaaaaa;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#aaaaaa;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#aaaaaa;
}
.menu ul ul ul :hover > a {
background:#aaaaaa;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:0px;
left:170px;
width:160px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:0px;
t\op:0px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px;
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#aaaaaa;
color:#000;
height:auto;
line-height:1em;
padding:5px 10px;
width:160px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:160px;
w\idth:139px;
}


/* style the top level hover */
.menu a:hover, .menu a:active, .menu ul ul a:hover{
color:#fff;
background:#999999;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background:#e0d68e;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
visibility:visible;
}
