body {
	background-color: #49505A;
	text-align: center;
	margin: 0%;
	padding: 2%;
	color: #F58807;
	font-family: Book Antiqua, Times New Roman;
	font-size: 17px;
	height: auto;
	background-image: url(background_images/body.gif);
	background-position: center 47%;
	background-repeat: no-repeat;
}

#menu {
	margin: 0px 0px 15px;
	width: auto;
	height: auto;
	padding-top: 15px;
	padding-right: 10px;
	text-align: right;
	background-position: top right;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
}

#menu p {
	text-align:right:
	margin: 0px;
	padding:0px;
}
#submenu {
	float:left; 
	padding-left:10px; 
	margin: 0px;
	padding-right: 0px;
	padding-top:0px;
	padding-bottom: 0px;
	text-align:left;
}
#submenu img {
	border:none
}
#centeredContent {
	background-color: #061822;
	width: 100%;
	margin: auto;
	height: 94%;
	text-align:center;
	display:none;
}

#footer {
	clear: both;
	width: auto;
	height: 14%;
	border-top: 1px solid #333333;
	text-align: right;
	padding: 20px;
	font-size: 10px;
	color: #444444;
	font-family: Arial, Helevetica, sans-serif;
	background-color: #061822;
	margin-right: 0px;
}

#footer a {
	color: #444444;
	text-decoration: none;
}

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

#mainContent {
	margin-top: 0px;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: 0 center;
	text-align: left;
	font-size: 17px;
}

div#centeredContent {
  background: #061822 url(background_images/tr.gif) no-repeat top right;
  margin: 10px;
  height:auto;
}
div#centeredContent div#second {
  background-image: url(background_images/tl.gif);
  background-repeat: no-repeat;
  background-position: top left;
  height:auto;
}
div#centeredContent div#second div#third {
  background: transparent url(background_images/br.gif) no-repeat bottom right;
  height:auto;
}
div#centeredContent div div div#fourth {
  background: transparent url(background_images/bl.gif) no-repeat bottom left;
  padding: 8px;
  color: #F58807;
  font-family: Book Antiqua, Times New Roman;
  font-size: 17px;
  height:auto;
}

#prompt {
	color: #486679;
	font-size: 10pt;
}

a {
  color: #486679;
  text-decoration: none;
}

a:hover {
  color: #F58807;
  text-decoration: underline;
}

.rollover {
	text-decoration: none;
}

.rollover:hover {
	text-decoration: none;
}

input,textarea,select {
	border: 1px solid #061822;
	background-color: #49505A;
	color: #F58807;
	font-family: Book Antiqua, Times New Roman;
	font-size: 17px;
	padding: 3px;
}

input.submitButton {
	background-color: #061822;
	border: 1px solid #F58807;
	color: #F58807;
	cursor: pointer;
}

input.submitButton:hover {
	border: 1px solid #061822;
	color: 	#061822;
}