/* CSS Document */

body
		{
		text-align:center;
		}
		
p, td,li
		{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height: 18px;
		color: #666;
		margin:0px 0px 0px 0px;
		}
		
#frame
		{
		width: 721px;
		margin-right:auto;
		margin-left: auto;
		margin-top: 30px;
		margin-bottom: 0px;
		text-align:left;
		}
		
#topper
		{
		width: 721px;
		height: 332px;
		background-image:url(images/topper.jpg);
		}
		
#content
		{
		width: 699px;
		border-left: 1px solid #acd485;
		padding-left:21px;
		border-right:none;
		float:right;
		/*the above float:right is there so that the 2 nested divs below (#maincontent and #nav) will get the borders of the #content nav stretch down to encompass them in Firefox and Safari.  As they are both floated this will only happen by adding the float:right rule here*/
		background-image:url(images/navBack.gif);
		background-repeat:repeat-y;
		background-position:right top;
		/*The background image, repeat and position for the navigation bar are put here rather than in the div#nav as otherwise the colour doesn't reach down to the bottom to the footer*/
		}
		
		
#maincontent
		{
		width: 475px;
		margin-top:18px;
		height:auto;
		float:left;
		}
		
div#nav
		{
		width: 198px;
		height: auto;
		padding-top:32px;
		float:right;
		}
		
div#nav p
		{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:11px;
		line-height:14px;
		color: #666;
		margin-left: 20px;
		margin-right:20px;
		}
		
div#nav a
		{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		font-weight:bold;
		line-height:18px;
		color:#588102;
		text-decoration:underline;
		}
		
.italic	{
		font-style:italic;
		}
		
		
.bold	{
		font-weight:bold;
		}
		
.italicBold
		{
		font-style:italic;
		font-weight: bold;
		}
		
.small		
		{
		font-size: 10px;
		}
		
.subHeading
		{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		font-size:16px;
		color:#588102;
		}	
		
.floatRight	{
			float: right;
			margin-left: 5px; 
			margin-right: 5px; 
			margin-top: 1px; 
			margin-bottom: 0px;
			}
	
			
.floatLeft	{
			float: left;
			margin-left: 3px; 
			margin-right: 10px; 
			margin-top: 1px; 
			margin-bottom: 0px;
			}	
		
A:link 
		{
		font-family:Georgia, "Times New Roman", Times, serif;
        color: #96c628;
		background-color:transparent;
		text-decoration: underline;
		font-weight:bold;
		}

A:visited 
		{ 
		font-family:Georgia, "Times New Roman", Times, serif;
        color: #96c628;
		background-color:transparent;
		text-decoration: none;
		font-weight:bold;
		}

A:hover 
		{
		font-family:Georgia, "Times New Roman", Times, serif;
		color: #96c628;
		background-color:transparent;
		text-decoration: underline;
		font-weight: bold;
		}

A:active 
		{
		font-family:Georgia, "Times New Roman", Times, serif;
		color: #96c628;
		background-color:transparent;
		text-decoration: none;
		font-weight: bold;
		}


/* Added by Danny for blog */

div.blogEntry p {
	margin: 0px 0px 1.25em 0px;
}
		
.blogTitle {
	font-size: 18px;
}

.blogTitle a:visited {
	text-decoration: underline;
}

.blogDate {
	color: black;
	margin-top: .5em;
	margin-bottom: 1.25em;
}

.blogEntry a,  {
	text-decoration: underline;
}
.blogEntry a:visited {
	text-decoration: none;
}
.blogEntry a:hover {
	text-decoration: underline;
}

.blogNavigation {
	font-size: 11px;
}

.blogNavigation a {
	text-decoration: none;
}
.blogNavigation a:hover {
	text-decoration: underline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
    float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
    float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

