/**Begin CSS Style*****************************************/
/**DO NOT MODIFY ANYTHING IN THIS SECTION.**/

html,
body {
	margin: 0;
	padding: 0;
	font: normal 10pt Arial;
	color: #444445; 
	background: #FFFFFF url(/images/bg01.jpg) top center fixed;
	height: 100%;
	text-align: center;
}

#container {
	position: relative;
	min-height: 100%;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background:  url(/images/mainbg01.gif) repeat-y;
}

* html #container { height: 100%; }

#header {
	background: transparent url(/images/header02.gif)  no-repeat;
	padding: 0;
	width: 960px;
	height: 208px;
}

#body {
	padding: 0;
	padding-bottom: 201px;   /* Height of the footer */
}


#footer {
	position: absolute;
	width: 960px;
	background: transparent url(/images/footer01.jpg) no-repeat;
	height: 201px;
	bottom: 0;
}

.footercontent{
	padding: 75px 0 0 0;
	text-align: center;
	font: normal 8pt Arial;
	color: #FFFFFF;
	margin: 0 0 0 40px;
}


a.footer:link, a.footer:visited, a.footer:hover, a.footer:active	{
	color: #C0C0C0;
	font: normal 8pt Arial;
	text-decoration: none;
}

#contentback{
	background: #FFFFFF url(/images/mainbg.gif) no-repeat top left;
	text-align: center;
}

#colleft {
	width: 177px;
	float: left;
}

#colright {
	width: 783px;
	float: left;
}
* html #colright { width: 592px; }

.maincontent p{
	margin: 0;
	padding: 10px 25px 10px 19px;
}

.maincontent {
	padding: 5px 15px;
	clear: both;
}

/*- Menu 11--------------------------- */
	
#menu3 {
	width: 175px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	}

#menu3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu3 li a {
	height: 22px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #000000;
	display: block;
	background:  url(/images/menu01.jpg);
	padding: 8px 0 0 30px;
	}
	
#menu3 li a:hover {
	color: #971B1E;
	background:  url(/images/menu01.jpg) 0 -30px;
	padding: 8px 0 0 30px;
	}

* html #menu3 li a {
	height: 30px;
	text-decoration: none;
	}
h1 {
  font: 18pt Georgia, Palatino Linotype, Book Antiqua, Palatino, serif;
  font-style: italic;
  color: #971B1E;
  margin: 3px 0 3px 0;
  padding: 10px 0 0 17px;
  background: transparent url(/images/h1bg01.gif) no-repeat center left;
  height: 34px;
}

h2 {
  font: bold 11pt Lucida Sans Unicode, Lucida Grande, sans-serif;
  color: #E6B674;
  margin: 0 0 3px 19px;
  text-transform: uppercase;
  letter-spacing: 2px;


}

h6 {
  font: bold 11px Arial;
  margin: 0;
}

#linkitback a:hover	{
	color: #808080;
	text-align: right;
}


.linkitforward {
	clear: both;
	font: bold 12px Arial;
	color: #444445;
	margin: 0 0 0 19px;
	text-align: left;
	height: 25px;
}


.linkitforward a {
	color: #4F8A9D;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(/images/icons/linkitforward.gif) no-repeat center left;
	text-align: left;
}

.linkitforward a:hover	{
	color: #9F162A;
	text-align: left;
}

.imageborder {
  border: 1px solid #89AF4E;
}

.imageright {
  margin: 5px 0px 10px 10px; 
  float: right; 
  border: 1px solid #89AF4E;
}

.imageleft {
  margin: 5px 10px 10px 0px;
  float: left;
  border: 1px solid #89AF4E;
}

.imagecenter {
  margin: 5px 0px 5px 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 3px solid #89AF4E;
}


/* ###### Form CSS ######### */

.cssform p {
width: 360;
clear: left;
margin: 0 30px;
padding: 5px 0 8px 0;
padding-left: 180px; /*width of left column containing the label elements*/
border-top: 1px dashed #000000;
height: 19px;
font: normal 10pt Arial;
}

* html .cssform p { width: 450px; height; 1%;}

.cssform label{
float: left;
margin-left: -180px; /*width of left column*/
width: 175px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

#textareasize{
height: 100px;
}

.cssform textarea{
height: 100px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
