body
{

	font-size: 12px;
	margin: 0;
	background-image: url(images/gradient.jpg);
	background-color: #dee5f8;
	background-repeat: repeat-x; 
	background-attachment: fixed; 
}

#navigation
{
	position: absolute;
	top: 80px;
	left: 0;
	width: 670px;
	height: 1.3em;
	background-color: transparent;
	padding: 0px 10px;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 700px;
}

#navigation ul li
{
	position: relative;
	float:left;
	height:1%;
}

#navigation ul li a
{
	background-color: 		#0033cc;
	height: 1%;
	font-weight: bold;
	text-align:center;
	font-family: "Palatino Linotype";
	color: white;
	text-decoration:none;
	padding-right: 5px;
}

#navigation li
{
	border-left: 1px solid #FFF;
	float: left;
	position: relative;
	width: 135px;
}

#navigation li ul
{
	display:none;
	position : absolute;
	left: -999px;
	top: 1.2em;
}


#navigation li li
{
	float:none;
}


#navigation li:hover ul, #navigation li.sfhover ul {
	display:block;
	left: -1px;
}

#navigation a
{
	display: block;
}

#navigation a:hover
{
	color: yellow;
}

#content
{
	font-family: "Palatino Linotype";
	font-size:10pt;
	padding: 1em 40px 4em 40px;
	background-color: white;
	text-align: justify;
}

#content li ul
{
	list-style:disc;
}

#content ul
{
	margin-top: 0px;
}

div.moreInfoSection
{
	overflow:hidden;
	display:block;
	margin-top:20px;
	margin-bottom: 20px;
	height:auto;
	width:100%;
	
}

div.moreInfoSectionHeader
{
	background-color: #ebf3fb ;
	border: solid #aaccee;
	border-width: 1px 1px 1px 1px;
}

div.moreInfoSectionContent
{
	margin-bottom: 10px;
}

#footer
{
	margin-top: 10px;
	position:relative;
	padding-bottom: 20px;	
	text-align: center;
	font-size: smaller;
}


#header
{
	height: 80px;
	background-color:#FFFFFF;
	text-align: center;
}

#container
{
	position: relative;
	width:700px;
	border: solid #87CEEB;
	border-width: 0 1px;
	margin: auto;
	background-color:#fff;
}

div.thumbnail 
{
  float: right;
  padding-left:5px;
  padding-top:6px;
  min-width: 125px;
  min-height: 125px;
}
div.thumbnail p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}

.indentedParagraph
{
	margin-left: 28px;
}

.noBottomMargin
{
	margin-bottom: 0px;
}

.overViewSectionHeader
{
	
	color: #35b312;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
}

p
{
	margin-top: 6px;
	margin-bottom: 6px;
}


.sectionHeader
{
	font-weight: bold;
}


.textAlignLeft
{
	margin-top: 0px;
	position:relative;
	float:left;
	text-align:left;
	width:49%;
}

.textAlignRight
{
	position:relative;
	float:right;
	width:49%;
	text-align:right;
}

.pageHeader
{
	padding-top:10px;
	text-align: left;
	font-weight:bold;
	font-size: 13pt;
}

.imageRightSide
{
	float:right;
	padding-left:5px;
}






