body {
	font-size: small;
}
h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: medium;
}
h4 {
	font-size: small;
}
h5 {
	font-size: small;
}
#styleswitcher {
	margin: 5px 10px 0px 0px;
	text-align: right;
	padding-right: 10px;
	width: auto;
}
#shadow {
	background-color: #f8f8f8;
	margin: 2px auto 0px;
	padding: 0px 8px 5px 0px;
	background-image: none;
	width: 98%;
}
#wrapper {
	margin: 0px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	width: 100%;
}
#toplogo {
	border-bottom: 1px solid #333333;
	height: 260px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/logoliquid.jpg);
	display: none;
}
#leftindex {            /* holds content on index page  */
	width: 40%;
	float: left;
	margin-left: 5px;
}
#news {
	text-align: justify;
	margin-right: 5px;
	float: right;
	width: 40%;
}
#feeds {
	height: 260px;
	background-image: url(images/logoliquid.jpg);
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
	min-width: 700px;
}
#switchtonews {
	text-align: right;
	margin-right: 5px;
	padding-top: 5px;
	display: none;
}
#switchtoflash {
	display: none;
	text-align: right;
	margin-right: 5px;
	padding-top: 5px;
}
#switchtonews2 {           /* Fix style on content pages */
	display: none;
}
#switchtoflash2 {        /* Fix style on content pages */  
	display: none;
}
.posted {
	margin: 5px 200px 15px 0px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#navigation li {
	margin: 0px 0px 5px;
	padding: 0px;
	display: inline;
}
#navigation a {
	color: #333333;
	text-decoration: none;
	float: left;
	width: 5em;
	background-color: #C2CECF;
	text-align: center;
	border: 1px solid #333333;
	padding: 2px 6px 2px 5px;
	margin: 0px 3px 0px 0px;
}
#navigation a:hover {
	background: #9AAEAF;
	color:#333333;
}
#navigation .linkempty {
	float: left;
	width: 5em;
	background-color: #526667;
	text-align: center;
	border: 1px solid #333333;
	margin-right: 3px;
	padding: 2px 6px 2px 2px;
}
#navigation .linkdescription {
	float: left;
	background-color: #526667;
	border: 1px solid #333333;
	margin-right: 3px;
	padding: 2px 9px 2px 2px;
	display: inline;
}
#navigation #firstnav {
	clear:both;
	padding-top:2px;
	float: left;
	padding-left: 5px;
}
#navigation #firstnav a {
	display:inline;
	float: left;
	width: 5em;
	margin-right: 3px;
	padding: 2px 6px 2px 2px;
}
#navigation #secondnav {
	clear:both;
	width: 750px;			/* IE shifts links into each other for unknown bug so fixed width is needed */
	padding-top:2px;
	float: left;
	padding-left: 5px;
}
#navigation #secondnav[id] {
	width: auto;			/* ...and here's the fix to unhack for standards compliant browsers */
}
#navigation #secondnav a {
	display:inline;
	float: left;
	width: 5em;
	margin-right: 3px;
	padding: 2px 6px 2px 2px;
}

#navigation #subnav {
	clear:both;
	width: 750px;			/* IE shifts links into each other for unknown bug so fixed width is needed */
	padding-top:2px;
	float: left;
	padding-left: 5px;
}
#navigation #subnav[id] {
	width: auto;		/* ...and here's the fix to unhack for standards compliant browsers */
}
#navigation #subnav a {
	display:inline;
	float: left;
	width: 5em;
	margin-right: 3px;
	padding: 2px 6px 2px 2px;
}
#lemondesign {
	display: none;
}
#accessiblelogo {
	display:none;
}
.newsfeed a {
	font-size: x-small;
}
.newsfeed h2 {
	font-size: small;
}
#feedspacer {
	display: none;
}