BODY
{
	font-family: Arial, Helvetica, sans-serif;
	background-color:  lightgrey;
	margin: 0px 0px 50px 0px;
	color: #000e3e;
}

H1
{
	font-size: 120%;
}

H2
{
	font-size: 110%;
}

H3
{
	font-size: 100%;
}

H1, H2, H3
{
	margin: 15px 0px 5px 0px;
}

P
{
	margin: 0px 0px 10px 0px;
	font-size: 90%;
}

IMG
{
}

HR
{
	height: 1px;
	background-color: darkgray;
	border-width: 0px;
}

UL
{
    margin:0px 0px 0px 15px;
    padding:0px;
}

OL LI
{
    margin: 10px 0px 0px 0px;
    padding:0px;
}

UL LI
{
    margin: 0px 0px 0px 0px;
    padding:0px;
}

A:link, A:hover, A:active, A:visited
{
	text-decoration: underline;
	color: Black;
	font-weight: bold;
}

A:hover
{
	color: #0c2577;
}

A:link IMG, A:hover IMG, A:active IMG, A:visited IMG
{
	border-color: #000000;
}

A:hover IMG
{
	border-color: #0c2577;
}

.wrapper
{
	width: 800px;	
	margin: 10px auto 50px auto;
	background-color: #88a7c5;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #333333;
	position: relative;
	background-image: url(http://farm3.static.flickr.com/2304/2665262186_2f0cd3e65f_o.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.shadow
{
	width: 800px;	
	background-color: darkgray;
	position: absolute;
	top: 15px;
}

.header
{
/*	border-bottom: solid 1px darkgray;
	background-color: white;*/
	width: 100%;
}

.logoImg
{
	float: left;
	border: solid 5px black;
	margin: 5px;
}

.headerImg
{
	margin: 15px 0px 0px 20px;
}

.strapline
{
	font-size: 100%;
	font-weight: bold;
	float: left;
	line-height: 20px;
	margin: 0px 0px 5px 20px;
}

.contactDetails
{
	font-size: 90%;
	text-align: right;
	line-height: 20px;
	margin: 0px 20px 10px 0px;
}

/* menu items */
.menu
{
    margin: 5px 5px;
}

.menuItem, .menuItemActive
{
	padding: 3px 5px;
	margin: 3px 0px 3px 0px;
	border: solid 1px black;
	font-size: 70%;
	font-weight: normal;
	display: inline;
	background-color: #d3d3d1;
	text-align: center;
}

.menuItem, .menuItem:link, .menuItem:hover, .menuItem:visited, .menuItem:active,
.menuItemActive, .menuItemActive:link, .menuItemActive:hover, .menuItemActive:visited, .menuItemActive:active
{
	text-decoration: none;
}

.menuItem:hover, .menuItemActive, .menuItemActive:link, .menuItemActive:hover, .menuItemActive:visited, .menuItemActive:active
{
	background-color: #0c2577;
	color: White;
}

/* end of menu classes */

/* style for the main content, contentEdit is for when embedded in IFRAME */
.content
{
	font-size: 90%;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	border-top: solid 1px #333333;
}

.blogSidebar
{
    font-size: smaller;
    width:200px;
    vertical-align: top;
    border-left: solid 1px darkgray;
    padding-left: 10px;
}

.blogSidebar H2
{
    font-size: larger;
}

.homepageLink, .homepageLink:link, .homepageLink:hover, .homepageLink:visited, .homepageLink:active
{
	display: block;
	border: solid 1px black;
	background-color: #d3d3d1;
	color: #0c2577;
	padding: 20px 5px;
	margin: 0px 10px;
}

.homepageLink:hover
{
	background-color: #0c2577;
	color: White;
}

.homepageLink IMG
{
	border: solid 1px #0c2577;
}

.homepageLink:hover IMG
{
	border: solid 1px white;
}

/* end of content classes */

.footer
{
	margin: 140px 0px 10px 0px;
	padding-top: 10px;
	font-size: 80%;
	font-weight: bold;
}

.center
{
	text-align: center;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.clearFloat
{
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* IE correction */
* html .visualIEFloatFix
{
	height: 0.01%;
}

