html, body {
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 7%;
	padding-bottom: 20px;
	padding-left: 7%;
}

body {
	text-align:left;
	margin:0px;
	padding:0px;
}

div#container {
	overflow: hidden;
	border: 5px solid #333333;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	text-align: center;
}

#--------------------------- {
}

div#logoPrint {
	height: 100px;
	width: 100px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	display: none;
}

#top {
	width: 100%;
	float: right;
	padding-bottom: 10px;
}

#topLeft {
	height: 100px;
	width: 50%;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
}

#topRight {
	height: 100px;
	width: 50%;
	text-align: right;
	background-color: #FFFFFF;
	float: left;
}

#topBlank {
	height: 100px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: auto;
	background-color: #FFFFFF;
	clear: both;
}

#content {
	margin: 0px;
	padding: 0px;
	background-color: #C0BBB8;
	width: 100%;
}

#rightContent {
	text-align: left;
	background-color: #C0BBB8;
	padding-bottom: 0px;
	padding-left: 177px;
}

#rightContent li {
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px none #CCCCCC;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(/images/contact/arrow2.gif);
}

#rightContent ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px 15px;
}

#leftContent {
	width: 177px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #C0BBB8;
	z-index: 1;
	float: left;
}

#middleFixed {
	width: 800px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#middleFixedLeft {
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-align: left;
	width: 380px;
	float: left;
}


#middleFixedRight {
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-align: left;
	width: 380px;
	float: left;
}

#middleFixed li {
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px none #CCCCCC;
	list-style-type: none;
	list-style-position: inside;
}

#middleFixed ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px 15px;
}

#middleCentreBlank {
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: left;
}

#middleCentreBlank li {
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px none #CCCCCC;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(/images/contact/arrow2.gif);
}

#middleCentreBlank ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px 15px;
}

#bottom {
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#bottomLeft {
	width: 49%;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
}

#bottomRight {
	width: 50%;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-color: #FFFFFF;
}

#bottomMiddle {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: auto;
	background-color: #FFFFFF;
	clear: both;
}


#-------------------------- {
}

h1, h2, h3, h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

p {
	line-height: 16px;
	padding-bottom: 15px;
	padding-top: 0px;
	margin:0px;
	padding-right: 5px;
	padding-left: 10px;
}

a:link {
	color: #F7D714;
	text-decoration: none;
}
a {
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
}

a:active {
	color: #FFFF00;
	text-decoration: none;
}

a:hover {
}
abbr, acronym, span.abbr {
  cursor: help;
  border-bottom: 1px dashed #CCCCCC;
}

.white {
	color: #FFFFFF;
	font-weight: normal;
}

.small, .archive, .copyright {
   font-size: small;
}

.invisible, .invisible a {
   display: none;
   background: #fff;
   color: #fff;
}

.copyright {
   margin-top: 0;
   margin-bottom: 0;
}

#hide {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.hide {display: inline-table;}

/* Hides from IE-mac \*/
* html .hide {height: 1%;}
.hide {display: block;}
/* End hide from IE-mac */

.highLight {
	color: #CC0000;
}

img { 
	border:0; 
}
fieldset {
	border:0;
	font-weight: normal;
}
legend { 
	font-weight: normal; font-size: 1em; 
}

form {
	width: 100%;
	margin: 0em;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#contactForm div {
	margin-bottom: 0.5em;
}

.formPadding {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.form {
	padding: 0px;
	width: 583px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

.selectBox {
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
}

input, textarea, select {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	padding: 2px;
}

input {
}

input.button {
	width: 5em;
	background-color: #e6e6e6;
	border-color: #ccc #666 #666 #ccc;
	margin-left: 1em;
	padding: 0;
	cursor: pointer;
}

label {
	float: left;
	width: 250px;
	text-align: right;
	padding-right: 5px;
	line-height: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#hideMe {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.error {
	color: #CC0000;
}
.ErrprMsg {
	display: inline;
}
.errorImg {
	margin: 0px;
	height: 16px;
	width: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
