*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Times, Sans-serif;
	font-size: small;
	font-weight: normal;
	color: #101010;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-color: #EFEAE4;
	width: 850px;
}

#header{
	height: 31px;
}

#strapline{
	height: 88px;
}

#content_wrapper{
	text-align: left;
}

#footer{
	clear: both;
}

#content{
	float: left;
	width: 650px;
	line-height: 150%;
}

#sidebar{
	float: right;
	width: 200px;
	height: 300px;
	background-color: #2f4550;
}

#photo{
	margin-bottom: 15px;
}

#navcontainer ul
{
font-size: 110%;
color: White;
float: left;
width: 100%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
color: White;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
background-color: #101010;
color: #fff;
}


#navcontainer1 { width: 200px; }

#navcontainer1 ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-size: 120%;
}

#navcontainer1 a
{
display: block;
padding: 10px;
width: 180px;
border-bottom: 1px solid #cccccc;
background-color: #3c7894;
}

#navcontainer1 a:link, #navlist1 a:visited
{
color: #ffffff;
text-decoration: none;
}

#navcontainer1 a:hover
{
color: #ffffff;
background-color: #2f4550;
}

h1{
	color: #3c7894;
	font-size: 200%;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
}

h2{
	color: #f66200;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 15px;
}

strong{
	font-size: 130%;
}

.highlight{
	color: #9b8675;
	font-family: Arial, Sans-serif;	
	padding-bottom: 15px;
	line-height: 180%;
}

.focus{
	font-weight: bold;
	font-family: Arial, Sans-serif;	
}

p{
	padding: 0px 0px 15px 0px;
	font-size: 120%;
	line-height: 160%;
}

#text{
	padding: 15px;
}

a, a:link, a:hover, a:visited{
		color: #9b8675;
}