@charset "utf-8";
/* CSS Document */

/* Default Styling for use Througout Site ---------------------------------------- */ 

body {
	color:#666666;
	background:#C8D9FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:12px;
	line-height:140%;
}


#container {
	width:750px;
	padding:10px 10px 10px 10px;
	margin:0 auto 0 auto;
	background:#FFFFFF;
}

#contentContainer {
	padding:0 20px 0 20px;
	width:710px;
}

.contactDetails p{
	margin:0 0 0 0;
}

.textCenter {
	text-align:center;
}

.clearLeft {
	clear:left;
}

.clearLeftPadd {
	clear:left;
	height:20px;
}

#home #fauxColumns {
	background:url("../images/img4.gif")
}

.spacer {
	height:20px;
	padding:10px;
	width:80%;
	margin:0 auto 0 auto;
}

.spacer2 {
	height:5px;
	padding:5px;
	width:80%;
	margin:0 auto 0 auto;
}

/* Default Links */

a:link {
	text-decoration:underline;
	color:#384379;
}

a:visited {
	text-decoration:underline;
	color:#384379;
}

a:hover {
	text-decoration:underline;
	color:#A8B3EC;
}

a:active {
	text-decoration:underline;
	color:#FF0000;
}

/* Heading Styles */

h1, h2, h3, h4, h5, h6{
	line-height:normal;
}

h3 {
	font-size:14px;
	margin:0 0 0 100px;
}

h4 {
	font-size:20px;
	color:#4667AD;
	text-align:center;
}


.h4-1 {
	text-align:center;
	margin:0 0 20px 0;
}

h5 {
	font-size:16px;
	color:#4667AD;
	margin:0;
}


.h5-2 {
	margin-bottom:20px;
}

.h5-3 {
	margin-top:20px;
	text-align:center;
}

.h5-4 {
	margin-bottom:20px;
	text-align:center;	
}

h6 {
	font-size:12px;
	margin:0;
	color:#4667AD;
}

.h6-2 {
	margin:20px 0 0 0;	
}

/* Error Pages --------------------------------------------------- */

#errorPage {
	background:#FFFFFF;
	color:gray;
}

#errorPage #container {
	width:600px;
	border:1px solid #000000;
	margin-top:50px;
	padding:50px 20px 50px 20px;
}

#errorPage .textCenter h1 {
	margin-bottom:40px;
}

#errorPage .textCenter p {
	font-size:10pt;
}
