@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background-color: #FFF;
	font-family: Arial, Tahoma, Verdana; 
	font-size: 12px;
	color:#404040;
}
a {
	color: #881114;
}
h1 {
	color: #e23132;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	
}
h2 {
	color: #e23132;
	font-size: 14px;
	font-weight: bold;
	
}
#container { 
	width: 900px;
	background-color:#f1f5f2;
	overflow: hidden;
	margin: auto;
}
#header {
	width: 900px;
	height: 182px;
	text-align: right;
	color: #FFF;
	font-size: 14px;
	padding-top: 5px;
	background-color: transparent;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;	
}
#navholder {
	width: 900px;
	height: 37px;
	border-top: thin #FFF solid;
	border-bottom: thin #FFF solid;
	background-color: #caa7e3;
	clear: both;
	
}
#header a {
	
	color: #FFF;
	
	
}
#headerleft {
	width: 300px;
	float: left;
	padding-left: 54px;
	padding-top: 76px;
	text-align: left;
}
#headerleft a {
	text-decoration: none;
	font-weight: bold;
}
#headerleft a:hover {
	color: #bc0000;
	text-decoration: underline;
}
#headerright {
	width: 300px;
	float: right;
	padding-right: 10px;
	
}
#headerright a {
	text-decoration: none;
	
}
#logo {
	width: 190px;
	height: 50px;
	padding-top: 30px;
	margin: 0px;
	float: left;
	
}
#navbar {
	width: 900px;
	height: 37px;
	
	margin: 0px;
	float: left;
	
}
#navbar ul {
	width: 900px;
	float: left;
	height: 37px;
	display: block; 
	padding: 0px; 
	margin: 0 auto; 
	list-style: none; 
	text-align: center; 
} 

#navbar ul li { 
	display: block; 
	float: left; 
	margin: 0px; 
	list-style: none; 
} 

#navbar a {
	display: block;
	font-family: Helvetica, serif;
	font-weight: bold;
	width: 126px;
	height: 27px;
	padding-top: 10px;
	border-right: thin #FFF solid;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
} 

#navbar a:hover { 
	color: #caa7e3;
	background-color: #c2d2d5;
}
#navbar .on {
	color: #caa7e3;
	background-color: #c2d2d5;
	
}
#navbar .padding {
	padding-top: 3px;
	height: 34px;
}
#navbar .no_border {
	border-right: none;
}
#imgcontainer {
	width: 900px;
	height: 300px;
	clear: both;
}
#titlebox {
	width: 900px;
}
#fulltextbox {
	width: 800px;
	
	padding: 10px 50px 10px 50px;
}
#lefttext {
	width: 435px;
	line-height: 20px;
	padding-right: 40px;
	float: left;
	font-family: Arial, Helvetica, sans-serif
}
#lefttext a {
	color: #caa7e3;
}
#righttext {
	width: 325px;
	
	float: right;
}
#lefttextbox {
	width: 235px;
	
	float: left;
	
	padding-left: 15px;
	padding-top: 20px;
}
#lefttextbox ul {
	width: 215px;
	float: left;
	border-bottom: #666 2px solid;
	border-right: #666 2px solid;
	border-top: #666 2px solid;
	border-left: #666 2px solid;
	display: block; 
	padding: 0px; 
	margin: 0 auto 20px; 
	list-style: none; 
	text-align: center; 
} 
#lefttextbox ul h1{
	font-size: 14px;
	height: 20px;
	padding-left: 5px;
	color: #FFF;
	background-color:#666;
	text-align: left;
} 
#lefttextbox ul li { 
	width: 170px; 
	padding-left: 20px;
	float: left; 
	margin: 0px; 
	list-style: none;
	
} 
#lefttextbox a {
	display: block;
	font-family: Arial, Tahoma, Verdana;
	border-bottom: 0.5px solid #e23132;
	font-weight: bold;
	width: 170px;
	height: 19px;
	text-align: left;
	margin-bottom: 5px;
	color: #5f5f63;
	text-decoration: none;
	font-size: 12px;
} 
#lefttextbox .no_border {
	border-bottom: none;
}

#righttextbox {
	width: 635px;
	float: right;
	padding-right: 15px;
	padding-top: 20px;
}
#centretextbox {
	width: 338px;
	float: left;
	padding-left: 10px;
	padding-top: 20px;
	
}
#farrighttextbox {
	width: 348px;
	float: right;
	
}
#footer {
	width: 900px;
	background: transparent url(../images/footer.jpg) no-repeat;
	height: 185px;
	clear: both;
	overflow: hidden;
	text-align: center;
}
#footer a {
	
	color: #c2d2d5;
	
}
#footerleft {
	width: 300px;
	color: #FFF;
	padding-top: 155px;
	padding-left: 50px;
	float: left;
	text-align: left;
}
#footerright {
	width: 300px;
	color: #FFF;
	padding-top: 155px;
	padding-right: 50px;
	float: right;
	text-align: right;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
