﻿p            { font-size: 10pt }

body {
	width:910px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	/* background-image:url('images/stonbk.jpg'); */
	background-color: #CCCCFF;   /* #F0F8FF #CAE1FF #C6E2FF #F5F5DC  #20B2AA */ 
}

#container {
	width: 100%;
	height: 100%;
	background-color: #cb8;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #c5d5e5;
}
#page_contentxx {
	position: relative;
}

/* Lighter  Blue #7B7E9F; */
/* Dark Blue #31366A; */


#contentxx {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}

/* Styles for Main Navigation */
#sidenav {
	font-size:12px;
	position: relative;
	float: left;
	 /* width: 140px;  */
	background-color:#4682B4;  /* #61659e, #616161, #3A5FCD */
	color: white;
	margin-right: 10px;
}

#sidenav ul {
	list-style-type: none;
	width: 140px;
	display: block;
	margin: 0;
	padding: 0;
}
#sidenav li {
	display: block;
	border: 1px solid #cb8;
}
#sidenav a {
	font-weight: normal;
	text-decoration: none;
	color: white;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #3d4384;
}
#sidenav a:hover {
	font-weight: normal;
	text-decoration: none;
	color: white;
	border-bottom: 1px solid #3d4384;
	background-color: #36648B;  /* #7B7E9F,  #424242, #27408B */
}


/* Styles for Footer */
#footer {
	font-size:11px;
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 15px;
}
#footer p {
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: #78a ;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.formError
{
 display:block;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: Red;
 background-color: Yellow;
 margin: 4px 4px 4px 4px;
 border: solid 1px blue;
 padding: 10px 10px 3px 10px;  /* T R B L */
}