body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #005B7F;
	margin: 0px;
	background: #C1C1C1;
	text-align: center;
}

#Outer
{
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

#Inner
{
	width: 790px;
	text-align: left;
	background: #FFFFFF;
	margin: auto;
}

#MenuOuter
{
	background: #388263;
	border-bottom: solid 1px white;
	text-align:left;
	padding-left: 26px;
}

#MenuInner
{
	border-left: 1px solid white;
}

h1
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 16px;
	color: #9A9A9A;
	font-weight: normal;
	text-transform:uppercase;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
}

h2
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 15px;
	font-weight: normal;
	text-transform:uppercase;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
}

h2
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: normal;
	text-transform:uppercase;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
}

ul
{
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
}

ol
{
	margin: 0px 10px 10px 25px;
	padding: 0px 0px 0px 0px;
}

ul li
{
	background-image: url(images/bullet.gif);
	background-position: 0 7;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 20px;
}

ol li
{
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 5px;
}


hr
{
	border-top: 1px dashed #C1C1C1;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 1px;
	margin: 10px 0px 10px 0px;
}

.Content
{
	padding: 27px;
	font-size: 12px;
	line-height: 1.3;	
}

.Content td
{
	font-size: 12px;
	line-height: 1.3;
}

a
{
	color: #007236;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.Content p
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.Highlight1
{
	color: #007236;
}

.Highlight2
{
	color: #8CBEBB;
}

/*** FOOTER ***/
#Footer
{
	background-color: #005953;
}

#Footer .FooterLinks
{
	background-COLOR: #097566;
	padding: 9px 25px 9px 25px;
	border-bottom: solid 1px white;
	color: #009997;
}

#Footer .FooterLinks td
{
	color: #009997;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #009997;
}

#Footer .FooterLinks td.End
{
	padding: 0px 0px 0px 10px;
	border-right: 0px;
}

#Footer .FooterLinks td.Start
{
	padding: 0px 10px 0px 0px;
}

#Footer .FooterLinks a
{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

#Footer .FooterLinks a:hover
{
	text-decoration: underline;
	font-weight: normal;
}

#Footer .CopyRight
{
	color: #009997;
	font-size: 10px;
	padding: 0px 0px 0px 25px;
	vertical-align: middle;
}

/* Portfolio List */
.PLHeader td
{
	COLOR: #A1BD9B;
	padding: 0px 7px 5px 7px;
	vertical-align: top;
	font-weight: bold;
}

.PLItem td
{
	padding: 2px 5px 3px 7px;
	vertical-align: top;
	background-color: #E4EEF3;
	border: 2px solid white;
}

.PLItemCurrent td
{
	padding: 2px 5px 2px 7px;
	vertical-align: top;
	background-color: #ECF4EA;
	border: 2px solid white;
}

.PLKeyCurrent
{
	background-color: #ECF4EA;
}

/* Print Friendly */
@media print
{
	#MenuOuter
	{
		display: none;
	}
	#Header
	{
		display: none;
	}
	#Footer
	{
		display: none;
	}
	#Inner
	{
		width: 630px;
	}
	.Content
	{
		padding: 0px;
		font-size: 12px;
		line-height: 1.3;	
	}
	ul
	{
		list-style-position: outside;
		list-style-type: disc;
	}

	ul li
	{
		background-image: none;
		list-style-type: disc;
		list-style-position: outside;
		margin: 0px 0px 0px 20px;
		padding: 3px 0px 0px 0px;
	}
}