@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	background-color: #8EC5FB;
	background-image: url(Images/lblue062.gif);
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
h3 {
	text-align: center;
}
h4 {
	text-align: center;
}
h5 {
	font-size: medium;
	text-align: left;
}

#outer1 {
	background-image: url(Images/upperrightfade.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#outerwrapper {

	margin-top: 20px;
	margin-bottom: 30px;
}


#outer2 {
	background-image: url(Images/lowerleftfade.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 8px;
	padding-left: 8px;
}
#shadow {
	background-image: url(Images/shadow.png);
	background-position: right bottom;
}
#inner {
	padding-top: 1px;
	position: relative;
	left: -8px;
	top: -8px;
	background-color: #FFF;
	width: 800px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	}

html>body .outerpair1 {
	background: url(upperrightfade.png) right top no-repeat;
}
#picture1 {
	float: right;
}
#banner {
	height: 250px;
	width: 800px;
	background-color: #FFF;
	margin-bottom: 20px;
}
/* .outerpair1 must be given a width contraint, via either a width,
or by floating or absolute positioning. In this demo these are
applied from the second class name on the .outerpair1 DIV's.
This box also has one of the corner .png's. */


html>body .outerpair2 {
background: url(lowerleftfade.png) left bottom no-repeat;
padding-top: 8px;
padding-left: 8px;
}
/* .outerpair2 has padding equal to the shadow
thickness, and also has one of the corner .png's */


html>body .shadowbox {
background: url(shadow.png) bottom right;
}
/* .shadowbox holds the main shadow .png */


html>body .innerbox {
position: relative;
left: -8px;
top: -8px;
}
/* .innerbox is made "relative" and is "pulled" up and to
the left, by a distance equal to the thickness of the shadow.
Because this is a relative-based shift, the box retains its
exact dimensions without change. */


.shadowbox img {
	vertical-align: bottom;
	border: 1px solid #333;
}
/* Shadowed images should not be made "block" for eliminating the baseline
space under the images, because this may trigger IE background bugs.
Instead, use "vertical-align: bottom;" for this purpose. */


/*XXXXXXXXXXXXXXXXXX Custom width constraints and extra styling XXXXXXXXXXXXXXX*/

.floatimage {
float: left; /* Floating causes this box to shrinkwrap around sized content elements. */
display: inline; /* IE doubled margin bug is defeated via this fixer rule. */
}
#navbar {
	float: left;
	width: 120px;
	padding: 10px;
}
a {
	font-size: small;
	line-height: 2.5em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
}
a:hover {
	background-color: #9EBBEE;
}
#content {
	float: right;
	width: 620px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	font-size: x-small;
	font-weight: bold;
	background-color: #ccc;
}
#footer a {
	text-decoration: underline;
	font-size: x-small;
	background-color: #ccc;
}
#footer a:hover {
	color: #FFF;
	font-size: x-small;
	text-decoration: underline;
	background-color: #ccc;
}
#content a {
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	background-color: #fff;
	line-height: 1em;
}
.test {
}
.left {

	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}
.right {
	float: right;

	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.left {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

