/* GENERAL STYLES */

body		{
	background-color : #FFFFCC; 
	color : #000000; 
	font : 11px/1.7 verdana, arial, sans-serif; 
	text-align:left;
}

hr {
	height: 1px;
	width: 100%;
}

h1 {
	font-size: 20px;
}

h2	{
	font-size: 12px;
	color: #CC0000;
}

h3	{
	font-size: 12px;
	color: #CC0000;
}

#skipnavigation	{
	display:none;
}

select, textarea, input{
	font:10px/1em verdana, arial, sans-serif; 
	display: block;
}

/* CONTENT CONTAINER STYLES */

#masthead{
	text-align:left;
	line-height: 30px;
	width: 800px;
}

#menu{
	text-align:left;
}

#contentcontainer 	{
	width : 800px;
	position: relative;
	text-align: left;
}

/* MAIN CONTENT STYLES */

#content{
	text-align: justify;
}

#content h2		{
	font-size: 19px;
	font-weight: normal;
}

#strapline	{
	color: #C00;
	font-weight: bold;
}

#content a	{
	text-decoration: underline;
	color: #0000FF;
}

#content a:hover {
	text-decoration: underline;
	color: #C00;
}

#buttondiv{
	margin-top: 100px;
}

.notforprinting{
	display: none;
}

#content img.floatleft{width: 150px; height: 100px; border: 1px solid black; float: left; margin: 5px 10px 5px 0; }
#content img.floatright{width: 150px; height: 100px; border: 1px solid black;; float: right; margin: 5px 0 5px 10px;}