* {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: 0px;
}

body {
	font-family: Verdana, Tahoma, ArialCE, HelvaticaCE, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #495260;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/bodyBG.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

a {
	color: #45b1d2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	font-family: Verdana, Tahoma, ArialCE, HelvaticaCE, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table th {
	text-align: left;
}

pre {
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
}

h1 {
	font-size: 36px;
	color: #45b1d2;
	font-weight: normal;
}

h1 a {
	font-size: 20px;
	color: #005d56;
	font-weight: normal;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 20px;
	color: #45b1d2;
	font-weight: normal;
}

h3 {
	font-size: 13px;
	color: #45b1d2;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	color: #77746f;
	font-weight: normal;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}

h6 {
	font-size: 16px;
	font-weight: normal;
	font-family: Times;
	color: #005d56;
}

.red {
	color: red;
	font-weight: bold;
}

.errors {
	color: red;
	font-weight: bold;
}

.messages {
	color: green;
	font-weight: bold;
}

.png { 
	behavior: url(css/iepngfix.htc);
}

.white {
	color: #FFFFFF;
}

.red {
	color: red;
}

.clear {
	clear: both;
	
}

div.clear {
	height: 0px !important;
	overflow: hidden;
	clear: both;
}

#wrapperAll {
	width: 100%;
}

#wrapper {
	clear: both;
	width: 100%;
	text-align: left;
}

#wrapper #wrapperTop {
	background-image: url(../images/body/wrapperTopBG.jpg);
	background-position: left top;
	background-repeat: repeat-x;	
}

#headerAll {
	clear: both;
	width: 100%;
/*	background-image: url(../images/body/headerBG.jpg);*/
	background-position: center 130px;
	background-repeat: no-repeat;
}

#header {
	width: 980px;
	margin: 0px auto;
	height: 500px;
	background-image: url(../images/body/headerBG.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

.headerSearch {
	float: left;
	display: inline;
	margin: 10px 0px 0px 20px;
}

.headerLogo {
	float: left;
	margin: 14px 0px 0px 25px;
}

.headerSearch .inputBG {
	float: left;
	width: 140px;
	height: 24px;
	background-image: url(../images/body/searchInputBG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.headerSearch .inputBG input {
	height: 20px;
	width: 130px;
	font-size: 11px;
	color: #595c60;
	line-height: 19px;
	letter-spacing: 1px;
	word-spacing: 0px;
	margin: 2px 0px 0px 10px;
	background: none;
}

.headerSearch .goButton {
	float: left;
}

.headerTopMenu {
	float: right;
	display: inline;
	margin: 2px 0px 0px 0px;
}
.headerBottomMenu {
	float: right;
	display: inline;
	margin: 21px 0px 0px 0px;
}

#contentAll {
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;;
}

#content {
	width: 980px;
	min-height: 480px;
  	height:auto !important;
  	height: 480px;
	margin: 0px auto;
	text-align: left;
	padding: 0px 0px 30px 0px;
	background-repeat: no-repeat; 
}

#content #contentLeft {
	float: left;
	display: inline;
	min-height: 360px;
  	height:auto !important;
  	height: 360px;
	width: 680px;
	margin: 0px 0px 0px 0px;
}

#content #contentLeft .pictureSpace {
	float: left;
	width: 10px;
	height: 100px;
}

#content #contentLeft .pictureSpace2 {
	float: left;
	width: 20px;
	height: 100px;
}

#content #contentLeft .contentTitle {
	float: left;
	display: inline;
	width: 680px;
	padding: 0px 0px 20px 0px;
}

#content #contentLeft .contentPicture {
	float: left;
	display: inline;
	margin: 10px 0px 10px 0px;
}

#content #contentLeft .contentText p {
	line-height: 18px;
}

#content #contentRight {
	float: right;
	display: inline;
	width: 270px;
	margin: 0px 0px 0px 30px;
}

#content #contentBottom {
	float: left;
	display: inline;
	width: 980px;
	height: 106px;
	margin: 10px 0px 0px 0px;
}

#footerAll {
	clear: both;
	width: 100%;
	background-image: url(../images/body/footerBG.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
}

#footer {
	width: 980px;
	height: 219px;
	font-size: 11px;
	line-height: 19px;
	margin: 0px auto;
	text-align: left;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer #footerLeft {
	float: left;
	display: inline;
	margin: 10px 0px 0px 50px;
}

#footer #footerRight {
	float: right;
	display: inline;
	margin: 10px 50px 0px 0px;
}
