body {
	background-color: #F5EEF7;
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	background-attachment: scroll;
	background-repeat: repeat-y;
}
#outerpage {
	height: 600px;
	width: 900px;
	border: 2px solid #2F3071;
	background-color: #FFF;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-image: url(../images/leftpage.gif);
	background-repeat: repeat;
	color: #F5EEF7;
}
#outerpage #leftNav {
	background-attachment: scroll;
	float: left;
	width: 175px;
	height: 600px;
	list-style-type: none;
}
#outerpage #leftNav #nav {
	list-style-type: none;
	margin-top: 140px;
	line-height: 40px;
	font-size: 1em;
	margin-left: -30px;
}
#outerpage #leftNav #nav li {
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: bold;
	color: #EFB810;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
#outerpage #leftNav #nav li a {
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: bold;
	color: #F5EEF7;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
#outerpage #leftNav #nav li a:hover {
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: bold;
	color: #EFB810;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}



#outerpage h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #F5EEF7;
	text-align: right;
	font-size: 1.8em;
	font-style: normal;
	font-weight: bold;
	line-height: 25px;
	margin-right: 15px;
}

#outerpage #PContent {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #313273;
	margin-top: 30px;
	width: 700px;
	height: 450px;
	background-color: #F5EEF7;
	overflow: auto;
	border: 2px solid #313273;
	padding-left: 5px;
	font-size: 0.9em;
}
#outerpage #PContent h1 {
	color: #313273;
	font-size: 1.3em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#outerpage #PContent h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #313273;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: normal;
}
#outerpage #PContent p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #313273;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.1em;
	padding-top: -15px;
}
#outerpage #PContent p a {
	text-decoration: none;
	font-size: 0.8em;
	color: #C36;
}
#outerpage #PContent p a:hover {
	color: #3B7029;
}
#outerpage #pageright #PContent ul li {
	line-height: 1.2em;
}

#outerpage #footer {
	display: block;
}
#outerpage #footer #botnav #navbot {
	list-style-type: none;
	margin-right: 15px;
	color: #F5EEF7;
	font-family: "Lucida Console", Monaco, monospace;
	float: right;
	margin-top: -30px;
}
#outerpage #footer #botnav #navbot li {
	display: inline;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.8em;
	font-style: normal;
}
#outerpage #footer #botnav #navbot li a{
	display: inline;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.9em;
	text-decoration: none;
	color: #F5EEF7;
}
#outerpage #footer #botnav #navbot li a:hover{
	display: inline;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.9em;
	color: #EFB810;
	text-decoration: underline;
}


#outerpage #footer #copy {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.75em;
	float: right;
	clear: right;
	color: #F5EEF7;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: -30px;
}

.Bold {
	font-weight: bold;
}
Label {
	padding:3px;
	font-size: .9em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #313273;
}
.inputValue {width:70%;}
.inputText {
	width:70%;
	height:100px;
}
.inputButton {}
.textfieldServerError {
  display:block;
  margin:0px;
  color:#CC3333;
  border: 1px solid #CC3333;
}
