body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #6985A3;
	text-align: center;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#pagewrapper {
	background-color: #FFFFFF;
	text-align: left;
	width: 749px;
	margin-right: auto;
	margin-left: auto;
	border: 1px;
	border-color: #CC9900;
}
#header {
	/*background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
	margin-bottom:0px;
	padding-bottom:0px;
}

#menu {
	background-color: #4b79ad;
	height: 25px;
	margin-top: -3px;
	font-size: 12px;
}
#menu ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 5px;
}

#menu ul li {
	color: #CC9900;
	float: left;
	padding-left: 15px;
	list-style-type: none;
	font-weight: bold;
}
#menu ul li a:link, #menu ul li a:visited {
	color: #F5E4A0;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FFFFFF;
}
#content {
	padding: 10px;
	min-height:200px;
}
#sidebar {
	float: left;
	width: 210px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar h1 {
	font-size: large;
}
#sidebar h2 {
	font-size:medium;
}
#sidebar h1 {
	font-size: small;
}

#main {
	padding-left: 230px;
}


#footer {
	padding-bottom: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4b79ad;
}
#footer {
	text-align: center;
}
#footer p {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}
#footer ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	font-size: x-small;
}

#footer ul li {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display:inline;
	padding-left: 15px;
	list-style-type: none;
	font-weight: bold;
}
#footer ul li a:link, #footer ul li a:visited {
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}



/*this container holds the four boxes at the bottom of the index page*/
#floatcontainer {
	width: 100%;/*set a width*/
	height: 330px;/*set a height for the container*/
	font-size:90%;
	padding-top: 20px;/*sets the distance from the element above -- remember to add this value to the height of the boxes to get the full height of this float container*/
}

/*set up the floated boxes - these are held within the above selector*/
.floatbox2 {
   width: 47%;/*set a width for IE pc*/
	height: 200px;/*set a height for the four boxes so they remain consistent*/
	margin:  0 1%;/*set the margins for IE5.5*/
	border: 1px solid #4f4f4f;/*set a border around the boxes*/
	float: left;/*float them to the left*/
	background-color: #F2F7E7;/*set a background colour for the boxes*/
	overflow: auto;/*set overflow to auto - if the content excedds the boxes height scroll bars are provided*/
}
.floatbox3 {
	width: 30%;/*set a width for IE pc*/
	height: 320px;/*set a height for the four boxes so they remain consistent*/
	margin:  0 1%;/*set the margins for IE5.5*/
	/*border: 1px solid #4f4f4f;*//*set a border around the boxes*/
	float: left;/*set a background colour for the boxes*/
	overflow: auto;/*set overflow to auto - if the content excedds the boxes height scroll bars are provided*/
}
.floatbox4 {
   width: 22%;/*set a width for IE pc*/
	height: 200px;/*set a height for the four boxes so they remain consistent*/
	margin:  0 1%;/*set the margins for IE5.5*/
	border: 1px solid #4f4f4f;/*set a border around the boxes*/
	float: left;/*float them to the left*/
	background-color: #F2F7E7;/*set a background colour for the boxes*/
	overflow: auto;/*set overflow to auto - if the content excedds the boxes height scroll bars are provided*/
}

#floatcontainer h1 {
	font-size: 14px;
	color: #231E82;
	display: block;
	padding: 4px;
	line-height:22px;
	margin-top: 85px;
	margin-bottom: 5px;
}
#customers img {
	padding: 20px;
}
.ltg {
	background-color: #e0e0e0;
}
.dkg {
	background-color: #c7c7c7;
}
.centered {
	text-align: center;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
}
h4 {
	font-size: small;
}
.border1 {
	border: 1px solid #CC9900;
}
