/* CSS Document */



.floatLeft	{
		float:left;
		padding-right: 5px;
		}
				
a:link		{
		color: #ffffff;
		text-decoration: none;
		}

a:visited	{
		color: #ffffff;
		text-decoration: none;
		}

a:hover		{
		color: #b6bb86;
		text-decoration: none;
		}
	
a:active	{
		color: #696840;
		text-decoration: none;
		}
		
.Headline	{
		color: #716835;
		font-size: .9em;
		font-weight: bold;
		}
		
.Headline2	{
		color: #ffffff;
		font-size: .9em;
		font-weight: bold;
		}
		
.Headline3	{
		color: #4e4e04;
		font-size: .8em;
		font-weight: bold;
		}
		
		
.Text	{
		color: #ffffff;
		font-size: .8em;
		}
		
.Text2	{
		color: #ffffff;
		font-size: .5em;
		}
		
		
.Right	{
		margin-left:252px;
		}
		
.TextDark	{
			color:#4e4e04;
			}
		

					
.columnRight a	{
					color:#c7cc96;
					font-size: .6em;
					text-decoration:none;
					}
					
.columnRight a:visited	{
					color:#c7cc96;
					font-size: .6em;
					text-decoration:none;
					}
					
.columnRight a:hover	{
					color:#e2e2cf;
					font-size: .6em;
					text-decoration:none;
					}
					
.columnRight a:active	{
					color:#000000;
					font-size: .6em;
					text-decoration:none;
					}
					
.Text a	{
					color:#4e4e04;
					text-decoration:none;
					}
					
.Text a:visited	{
					color:#4e4e04;
					text-decoration:none;
					}
					
.Text a:hover	{
					color:#95955a;
					text-decoration:none;
					}
					
.Text a:active	{
					color:#000000;
					text-decoration:none;
					}
					
.Text3 a	{
					color:#4e4e04;
					text-decoration:none;
					}
					
.Text3 a:visited	{
					color:#4e4e04;
					text-decoration:none;
					}
					
.Text3 a:hover	{
					color:#95955a;
					text-decoration:none;
					}
					
.Text3 a:active	{
					color:#000000;
					text-decoration:none;
					}
					
body	{
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		line-height: 1.5em;
		background-color: #b6bb86;
		text-align: center;
		}
				
#container { 
		background: url(images/background.jpg) repeat-y;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		width: 620px;
		height: auto;
		}
		
#head	{
		width: 575px;
		margin: 0px;
		padding: 4px 8px 1px 7px;
		font-size: .6em;
		color: #95955a;
		border-left: #ffffff solid 5px;
		border-right: #ffffff solid 5px;
		}
		
#header	{
		width: 586px;
		height: 260px;
		margin: 0px;
		padding: 0px 0px 0px 4px;
		text-align:center;
		border: #fff solid 5px;
		}

#headerBox	{
		width: 580px;
		height: 250px;
		margin-top:4px;
		padding: 0px;
		background-color: #95955a;
		border: #fff solid 1px;
		}
		
#image	{
		width: 580px;
		height: 250px;
		margin: 0px;
		padding: 0px;
		background: url(images/July2010.jpg);
		}
		
#nav	{
		margin: 0px;
		width: 430px;
		margin: 2px 0px 0px 2px;
		padding: 5px 0px 5px 0px;
		text-align: center;
		font-size:.7em;
		}
		
#mainContent	{
		width: 430px;
		height: 100%;
		margin: 4px 0px 4px 0px;
		padding: 5px;
		background-color: #b6bb86;
		text-align: left;
		border: #fff solid 1px;
		}
		
#storyLeft	{
		margin: 0px;
		padding: 0px 5px 0px 0px;
		border-right: #ffffff dashed 1px;
		}
		
#storyRight	{
		margin: 0px;
		padding: 0px 0px 0px 8px;
		}
				
#columnRight	{
		width: 135px;
		height: auto;
		margin: 0px;
		padding: 0px 0px 4px 0px;
		text-align: left;
		}
		
#contentRight	{
		width: 115px;
		margin: 4px 0px 0px 4px;
		padding: 5px 5px 5px 5px;
		background-color: #95955a;
		border: #fff solid 1px;
		text-align: left;
		font-size: .9em;
		}
		
#footer	{
		width: 579px;
		height: auto;
		margin: 0px 0px 0px 1px;
		padding: 5px 5px 0px 5px;
		border-right: #ffffff solid 5px;
		font-size: .6em;
		color: #4e4e04;
		}