div.box1 {
	background-color:  #ffffff;
        border:solid 1px; 
	border-color:#0066FF;
        padding: 0 1px 1px 1px;
        margin-bottom: 14px;
}

div.box2 {
	padding: 0 1px 1px 1px;
        margin-bottom: 14px;
}

div.rightbox {
        width: 340px;
	float: right;
}

div.leftbox {
        width: 340px;
	float: left;
}

div.dashedtopbox {
        padding: 5px;
	border-top: dashed 1px #0066FF;
}

div.dashedbottombox {
        padding: 5px;
	border-bottom: dashed 1px #0066FF;
}

div.newsbox {
	height: 110px;
	margin: 0 10px 16px 10px;
        padding-left: 5px;
	background-color:  #e9e9e9;
}

div.newsboxphoto {
	height: 100px;
        width: 150px;
	margin: 5px 5px 10px 5px;
	background-color:  #ffffff;
        float: right;
}

div#footer {
	width: 100%;
	padding-top: 5px;
}

div.centredmenu {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}

div.centredmenu ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}

div.centredmenu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}

div.centredmenu ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:0px 10px 10px 10px;
	text-decoration:none;
        font-size: 14px;
}


