/* CSS Document */

body {
	margin: 0px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div {
	text-align: left;
	font-size: 12px;
}

td {
	font-size: 12px;
}

img {
	behavior: url("pngbehavior.htc");
	border: 0px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	margin: 2px;
}

div#container {
	margin: 0px auto;
	border: solid 2px #ffffff;
	width: 750px;
	position: relative;
}

table#tableContainer {
	width: 750px;
}

td#leftColumn {
	background-color: #000000;
	color: #ffffff;
	width: 180px;
}

td#rightColumn {
	width: 570px;
	background-color: #FFFFFF;
	color: #000000;
}

div#header {
	background-color: #595959;
	color: #ffffff;
	height: 60px;
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
	border-bottom: solid 5px #000000;
}

span#bigBlue {
	font-size: 20px;
	color: #0097d0;
}

div#content {
	color: #000000;
	background-color: #ffffff;
}

form {
	font-size: 11px;
}

input {
	font-size: 11px;
}

label {
	display: block;
	position: relative;
	height: 30px;
	text-align: right;
	width: 120px;
}

.inputText {
	width: 175px;
	background-image:url(../images/pages/contact/inputBackground.gif);
	border: solid 1px #CCCCCC;
	padding-left: 3px;
	padding-top: 3px;
}

.labelTextarea {
	display: block;
	position: relative;
	height: 30px;
	text-align: left;
	width: auto;
}

label textarea {
	position: relative;
	left: 150px;
	top: -10px;
}

label input,label select, label submit {
	position: absolute;
	left: 150px;
}

label input.long {
	left: 225px;
}

label.radio {
	height: 20px;
}

label input.radio {
	left: 0px;
	position: relative;
}

#content ul li {
	list-style-image: url(../images/template/checkBox.gif);
	list-style-type: circle;
}

#content2 {
	padding-top: 70px;
	padding-left: 50px;
	padding-right: 20px;	
}

#content3 {
	padding-top: 70px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

div#navBar {
	margin-top: 150px;
}

#navBar a {
	display: block;
	width: 180px;
	height: 31px;
	background-color: #000000;
	text-align: center;
	line-height: 31px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#navBar a:hover {
	background-color: #757575;
	cursor: pointer;
}

div#linkBar {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer {
	height: 54px;
	color: #ffffff;
	background-color: #0097d0;
	
}

#footer a {
	color: #ffffff;
}


p.alt {
	color: #0097d0;
}

h2 {
	margin: 0px;
	color: #0097d0;
	font-size: 12px;
	font-weight:bold;
}

h3 {
	margin: 0px;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
}


ol li {

}
