.TODO
{
	background-color: #ffff00;
}
*
{
}




html, body, form, fieldset
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address
{
        margin: 0;
        padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, serif;
}

img 
{
	border: 0;
}

h1
{
	font-size: 36px;
	font-weight: normal;
	text-transform: lowercase;
}

h2
{
	font-size: 24px;
	font-weight: normal;
	text-transform: lowercase;
}

h3
{
	font-size: 16px;
	font-weight: normal;
}

p, pre, blockquote, ul, ol, dl, address {
	padding: 0;
	line-height: 16px;
}

p
{
	font-size: 12px;
	margin-top: .5em;
	margin-bottom: 1em;	
}

ul, ol
{
	margin-top: .5em;
	margin-bottom: 1em;	
	margin-left: 2em;
}

blockquote
{
	margin-top: .5em;
	margin-bottom: 1em;	
	margin-left: 2em;
}

ul ul,
ol ol
{
	margin-top: 0em;
	margin-bottom: 0em;	
}

dl
{
	font-size: 1em;
	line-height: 1.5em;
	margin-top: .5em;
	margin-bottom: 1em;	
}

dl dt
{
	font-weight: bold;
}

dl dd
{
	margin-top: .5em;
	margin-bottom: 1em;	
	margin-left: .5em;
}

a, 
a:link,
a:visited
{
	color: #0000FF;
	text-decoration: underline;
}

a:hover,
a:active
{
	color: #FF0000;
}

body
{
	background-color: #d5d3c1;
	text-align: center;
}


label
{
	font-weight: bold;
}

label.req
{
	
}
input, textarea, select
{
	font: 1em 'Lucida Console', Courier New, Courier;
	border: 1px solid #610000;
}

input.big
{
	font-size: 2em;
}

input.button
{
	padding: .25em;
	border: 1px solid #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	background-color: #000;
	text-transform: uppercase;
}

input.smallbutton
{
	padding: 0 2px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #A23142;
}

#OuterWrapper
{
	margin: 0 auto;
	width: 770px;
	text-align: left;
	background-image: url(../images/bg-wrapper.gif);
	background-repeat: repeat-y;
}

#InnerWrapper
{
	padding: 2px 14px 6px 14px;
}

#Header
{
	margin-bottom: 2px;
	overflow: hidden;
	position: relative;
	height: 150px;
}

#Search
{
	position: absolute;
	right: 5px;
	bottom: 0;
	text-align: right;
	margin-bottom: 5px;
}
	#Search input
	{
		font-size: 11px;
	}
	#Search input.button
	{
		font-size: 11px;
		padding: 2px;
	}

#HeaderPrint
{
	display: none;
	visibility: hidden;
}

#Navigation
{
	height: 24px;
	background-color: #819d2d;
	text-align: center;
	background-image: url(../images/bg-navigation.gif);
	background-repeat: repeat-x;
	background-position: top center;
	
	
}

	#Navigation ul
	{
		margin: 0;
		margin-left: 8px;
		height: 24px;
		width: 726px;
		list-style-type: none;
		background-color: #819d2d;
		
	}

	#Navigation ul li
	{
		display: inline;
		margin: -1px;	
	}
	
	#Navigation ul li img
	{
		border: 0;
	}

#SubnavigationSmall
{
	height: 10px;
	background-image: url(../images/bg-subnavigation.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	text-align: center;
}
#Subnavigation
{
	
	height: 28px;
	background-image: url(../images/bg-subnavigation.gif);
	background-repeat: repeat-x;
	text-align: center;
	
}

	#Subnavigation ul
	{
		margin: 0;
		padding-top: 6px;
		list-style-type: none;
	}

	#Subnavigation ul li
	{
		display: inline;
		padding: 10px;
	}
	
	#Subnavigation a, 
	#Subnavigation a:link,
	#Subnavigation a:visited,
	#Subnavigation a:hover,
	#Subnavigation a:active
	{
		font-size: 12px;
		color: #000;
		text-decoration: none;
	}
	
	#Subnavigation a.selected, 
	#Subnavigation a.selected:link,
	#Subnavigation a.selected:visited,
	#Subnavigation a.selected:hover,
	#Subnavigation a.selected:active
	{
		font-weight: bold;
	}
	

#ContentHeader
{
	margin-top: 10px;
	background-image: url(../images/bg-content-header.gif);
	background-repeat: no-repeat;
	height: 5px; 
	font-size: 5px;
	line-height: 5px;
}

#ContentFooter
{
	clear: both;
	margin-bottom: 10px;
	background-image: url(../images/bg-content-full-footer.gif);
	background-repeat: no-repeat;
	height: 5px; 
	font-size: 5px;
	line-height: 5px;
}

#InnerBar
{
	float: left;
	width: 132px;
	padding: 0 5px;
	font-size: 11px;
	background-image: url(../images/bg-side.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #F00;
}
	
	#InnerBar h3
	{
		margin-left: -5px;
		margin-bottom: 4px;
	}
	
	#InnerBar p
	{
		font-size: 11px;
		line-height: 14px;
	}
	
#Content
{
	margin-left: 153px;
	background-position: -153px 0;
	padding-left: 0;
	padding-right: 10px;
	background-color: #f9f7e2;
	background-image: url(../images/bg-content-full.gif);
	background-repeat: repeat-y;
	height: 1%;
}




#ContentWrapper
{
	background-image: url(../images/bg-content-full.gif);
	background-repeat: repeat-y;
}

#ContentWrapper.full
{
	background-image: url(../images/bg-content-full.gif);
}
	#ContentWrapper.full #ContentHeader
	{
		background-image: url(../images/bg-content-full-header.gif);
	}
	
	#ContentWrapper.full #ContentFooter
	{
		background-image: url(../images/bg-content-full-footer.gif);
	}
	
	#ContentWrapper.full #Content
	{
		padding-left: 10px;
		background-image: url(../images/bg-content-full.gif);
	}
	#ContentWrapper.full #InnerBar
	{
		display: none;
		visibility: hidden;
	}
	
	#ContentWrapper.full #Search
	{
		display: none;
		visibility: hidden;
	}
		


#FooterHeader
{
	background-image: url(../images/bg-footer-header.gif);
	background-repeat: no-repeat;
	height: 5px; 
	font-size: 5px;
	line-height: 5px;
}

#FooterFooter
{
	background-image: url(../images/bg-footer-footer.gif);
	background-repeat: no-repeat;
	height: 5px; 
	font-size: 5px;
	line-height: 5px;
}
#Footer
{
	padding: 5px 0 0 0;
	background-color: #f9f7e2;
	text-align: center;
	font-size: 11px;
	background-color: #f9f7e2;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-y;
}

	#Footer ul
	{
		list-style-type: none;
		margin: 0;

	}

	#Footer ul li
	{
		display: inline;
		padding: 0 4px;
	}
	
	#Footer p
	{
		margin: 0;
	}

#OuterFooter
{
	margin: 0 auto;
	background-image: url(../images/bg-outer-footer.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#SpamCheck
{
	display: none;
	visibility: hidden;
}

.right
{
	text-align: right;
}
.centered
{
	text-align: center;
}

.error
{
	font-weight: bold;
	color: #F00;
}


.message
{
	margin: 5px 10px 0 10px;
	padding: 10px;
	background-color: #F00;
	border: 3px double #FFF;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;	
}

.small
{
	font-size: 11px;
}

.smaller
{
	font-size: 10px;
}

.smallest
{
	font-size: 9px;
}

.big 
{
	font-size: 13px;
}

.bigger
{
	font-size: 14px;
}

.biggest
{
	font-size: 15px;
}

img.random
{
	margin-left: 8px;
	margin-bottom: 8px;
}

ul.home li
{
	padding-bottom: 8px;
}