/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666F60;
	background-color: #eee;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: medium;
	font-weight: normal;
}

h2, h3 {
	color: #B5121B;
	margin: 0px;
	padding: 0px;
	font-size: medium;
	font-weight: normal;
}

img {
	border: none;
}

a {
	color: #666F60;
}

a.important {
	color: #B5121B;
}



.red {
	color: #B5121B;
}

.centeredtext {
	text-align: center;
	font-style: italic;
}

#container {
	width: 970px;
	margin: auto;
	background-color: #666F60;
	background-image:url(/images/template/bg_lt.jpg);
	overflow: auto;
}

#header, #contentcontainer, #footer {
	width: 970px;
	margin: auto;
}

#header {
	height: 143px;
}

#headerleft {
	float: left;
	width: 309px;
	height: 24px;
	margin-left: 177px;
	margin-top: 94px;
}

#headerright {
	float: left;
	margin-left: 190px;
	margin-top: 30px;
}

#contentleft {
	float: left;
	width: 130px;
	height: 480px;
	margin-left: 37px;
	margin-right: 8px;
	/*border: solid 1px #B3B7B0;
	background-color: #fff;*/
}

#christmas {
	margin: 0px;
}

#contentright {
	float: left;
	width: 780px;
	height:410px;
}

#contentrightinner {
	float: left;
	width: 726px;
	border-top: solid 24px #B3B7B0;
	background-color: #fff;
}

#scrollLinks {
	float: left;
	height:480px;
	background-color: #B5121B;
}

#actualcontentcontainer {
	width: 606px;
	margin: 10px 0px 0px 60px;
	text-align: justify;
}

#menucontainer {
	float: left;
	width: 726px;
	background-color: #434D3E;
}

#menu {
	list-style-type: none;
	height: 25px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	background-color: #434D3E;
}

#menu li {
	float: left;
	height: 25px;
	margin: 0px 9px 0px 9px;
	padding: 0px;
}

#menu a {
	height: 25px;
	color: #8E9789;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
}

#menu a.menucurrent {
	color: #fff;
	font-weight: bold;
}

#footer {
	clear: both;
	padding-top: 40px;
	background-color: #666F60;
	background-image:url(/images/template/bg_lt.jpg);
	overflow: auto;
}

#footertop {
	margin-left: 177px;
	margin-bottom: 10px;
}

.boxthird {
	float: left;
	width: 202px;
	margin-bottom: 30px;
}

.boxhalf {
	float: left;
	width: 303px;
	margin-bottom: 50px;
}




