body { 
	font: 11px Arial; 
	margin: 0px;
	color: #000000;
	padding: 0px;
	text-align: center;
	background: #5A5A5A;
	min-height:100%;
	height:auto;
}

#header {
	width: 750px;
	height: 130px;
	padding-top: 40px;
}

#wrapper {	
	min-height:900px;
	height:100%;
	width:796px;
	text-align: center;
	background: url(../images/swirlWrapper.gif) repeat-y;
	margin: 0px auto;
	padding: 0px 23px;
}

html {
	height:auto;
	height:100%;
}

#main {
	text-align: left;
	padding-left: 50px;
	padding-right: 100px;
}

* {
	margin: 0;
	padding: 0;
}

hr {
	width: 700px;
	border-color:#567FA3;
	border-style: dotted;
	margin-left:-25px;
}

#menu {

}

#menu a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding: 0px 60px 0px 0px;
}

#slideshowNav a {
	color: #567FA3;
	text-decoration: none;
	font-size: 30px;
	font-weight:bold;
}

.bullet {
	font-size: 13px;
	color: #567FA3;
}

.submitLink {
   color: #fff;
   font-family: arial;
   font-size: 11px;
   font-weight: bold;
   background-color: transparent;
   text-decoration: none;
   border: none;
   cursor: pointer;
   cursor: hand;
}

.submit {
   font-family: arial;
   font-size: 11px;
   font-weight: bold;
   background-color: #567FA3;
   border: 1px black;
   padding:2px;
   cursor: hand;
}

textarea, input, input[type=text], input[type=password] { 
  font-family: arial; 
  font-size: 11px; 
  font-weight: bold;
  background-color: #FFFFFF; 
  border-color: #567FA3; 
  border-style: solid; 
  border-width: 2px; 
  color: #000000; 
}