﻿@charset "utf-8";
/* website and css by anthony rigby - guitar@mocohq.com */

html, body { 
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #333333;
	background-color: #3F59A3;
	background-image: url(design_images/bg.jpg);
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
	color: #18316f;
}
a img {
	border: 0px;
}
.picborder {
	border: 1px solid #000000;
}

.container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	background: #ffffff;
}
.content_container {
	width: 960px;
	margin-right: 20px;
	margin-left: 20px;
}
.banner {
	width: 960px;
	text-align: center;
}
.mainpic {
	width: 960px;
	text-align: center;
}
.frontpagemaintext {
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.boxleft {
	width: 269px;
	height: 300px;
	float: left;
	margin-left: 35px;
	margin-right: 20px;
	background-color: #e1e1e5;
	text-align: center;
}
.boxmiddle {
	width: 269px;
	height: 300px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #e1e1e5;
	text-align: center;
}
.boxright {
	width: 269px;
	height: 300px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #e1e1e5;
	text-align: center;
}
.maincontent_left {
	width: 650px;
	float: left;
	margin-top: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	vertical-align: top;
}
.maincontent_right {
	width: 290px;
	float: left;
	margin-top: 10px;
	text-align: center;
	padding-top: 10px;
}
.softline {
	width: 960;
	text-align: center;
}
.footer {
	width: 960px;
	text-align: center;
}


/* CLEARS */

.clear {
	clear: both;
}

/* FONTS */

.header {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}
.bigtext {
	font-family: arial;
	font-size: 14px;
}