body {
	background-color: white;
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #52CAF5;
	font-weight: bold;
}
acronym {
	border-bottom: 1px solid gray
}
img {
	border: none;
}

h1 {
	font-size:1.4em;
}

h5 {
	font-size: .9em;
	font-weight: bold
}

.img-shadow {
	float:left;
	background:  url(/images/shadowAlpha.png) no-repeat bottom right !important;
	background:  url(/images/shadow.gif) no-repeat bottom right;
  margin: 12px 15px 10px 6px !important;
  margin: 12px 15px 10px 3px;
}

.img-shadow img {
  display: block;
	position:relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
}

.leftFloat {
	float: left;
}
.rightFloat {
	float: right;
	border: 1px solid #333333;
	margin: 1em;


}
.vertAlign {
	vertical-align: middle;	
}

#toplinks {
	text-align: left;
	padding-top: 10px;
	display: inline;
	width: auto;
	padding-bottom: 10px;
}

#botlinks {
	position: relative;
	bottom: 20px;
	right: -20px;
	text-align: right;
}
#toplinks ul, #botlinks ul {
	display: inline;
	margin: 0px;
	padding: 10px 0px 1px;
}
#toplinks li, #botlinks li {
	display: inline;
	font: bold 90% Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-left: 0px;
	margin: 10px 10px 1px 0px;

}
#toplinks a, #botlinks a {
	color: #52CAF5;
	padding: 2px 3px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-decoration: none;
}

#toplinks a.selected {
	border: 1px solid #52CAF5;
	text-decoration: none;
}

#toplinks a:hover, #botlinks a:hover {
	color: #15B7F1;
	background-color: #FFFFFF;
	border: 1px solid #52CAF5;
	text-decoration: none;
}
.inset {
	margin-left: 20px;
}

ul#leftNav {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	height: 100%;
	float: left;
}
ul#leftNav li {
	cursor: pointer;
	height: 2em;
	line-height: 2em;
	width: 12em;
	margin: 0;
	padding: 2px;
}



ul#leftNav li a {
	background: white;
	color: #666666;
	display: block;
	font-weight: bold;
	height: 100%;
	text-decoration: none;
	padding-left: 5px;
	border: 1px solid white;
	font-size: .9em;

}

ul#leftNav li a:hover, ul#leftNav li a.selected {
	border: 1px solid gray;
}
div#mainContent {
	margin-left: 13em;
}

dl#content dt {
	font-weight: bold;
	height: 2.5em;
	line-height: 2.5em;
	margin-top: 0;
}
.hideContent {
	display: none;
}

.showContent {
	display: block;
}
.valid {
	color: #FFFFFF;
	text-align: right;
	clear: both;
}
.left {
	text-align: left;
	display: inline;
	float: left;
}
.right {
	display: inline;
	float: right;
}


.caption {
	font-size: .8em;
	color: #666666;
	text-align: center;
}
.drop {
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
}

.required {
	font-size:small;
	color:#CC0000;
}

