﻿body 
{
	background-color: #577d48;
	background-image: url(../App_Images/bg_main.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Helvetica;
	margin-top: 58px;
}

img
{
	border: 0px;
}

a
{
	color: #006261;
}

h1
{
	display: inline;
	font-family: Tahoma, Helvetica;
	font-size: small;
	font-weight: normal;
}

h2
{
	display: inline;
	font-family: Tahoma, Helvetica;
	font-size: small;
	font-weight: normal;
}

h3
{
	display: inline;
	font-family: Tahoma, Helvetica;
	font-size: small;
	font-weight: normal;
}

#menuHome
{
	margin-left: 50px;
}

#menuHome a
{
	color: #000000;
	text-decoration: none;
}

#menuHome a:hover
{
	color: #000000;
	text-decoration: underline;
}

#menuHome .menuItem
{
	font-family: Times New Roman;
	font-size: 9pt;
	font-weight: bold;
}

#menuHome .separator
{
	color: #3f8988;
	padding-left: 8px;
	padding-right: 8px;
}




#menuSub
{
	margin-left: 50px;
}

#menuSub a
{
	color: #000000;
	text-decoration: none;
}

#menuSub a:hover
{
	color: #000000;
	text-decoration: underline;
}

#menuSub .menuItem
{
	font-family: Times New Roman;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 2px;
	vertical-align: top;
}

#menuSub .separator
{
	color: #3f8988;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	vertical-align: top;
}







.pageTitle
{
	color: #bab9b9;
	font-family: Times New Roman;
	font-size: 13pt;
	text-transform: uppercase;
}

.pageSubTitle
{
	color: #006261;
	font-family: Times New Roman;
	font-size: 22pt;
	letter-spacing: 4px;
	line-height: 26px;
	margin-bottom: 10px;
	text-transform: uppercase;
}







#sidebar
{
}

#sidebar .textArea
{
	color: #FFFFFF;
	line-height: 20px;
	font-size: 8pt;
	font-family: Tahoma;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: left;
	width: 215px;
}








#rightMenu
{
	margin-top: 17px;
	width: 100%;
}

#rightMenu a
{
	color: #1f7574;
	font-weight: bold;
	text-decoration: none;
}

#rightMenu a:hover
{
	color: #1f7574;
	font-weight: bold;
	text-decoration: underline;
}

#rightMenu .selected
{
	color: #4c4c4c;
	font-weight: bold;
	text-decoration: none;
}


#rightMenu .item
{
	font-family: Times New Roman;
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 100%;
}

#rightMenu .separator
{
	border-bottom: 1px #c1c1c1 solid;
}

#rightMenu .bullet
{
	padding-left: 5px;
}







#mainContent
{
	color: #4c4c4c;
	font-size: 9pt;
	font-family: Tahoma;
	line-height: 18px;
	margin-right: 20px;
}














#bottomMenu
{
	margin-top: 20px;
}

#bottomMenu a
{
	color: #4c4c4c;
	font-weight: bold;
	text-decoration: none;
}

#bottomMenu a:hover
{
	color: #1f7574;
	font-weight: bold;
	text-decoration: underline;
}

#bottomMenu .header
{
	color: #006261;
	font-family: Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 10px;
}

#bottomMenu .item
{
	font-family: Times New Roman;
	font-size: 10pt;
	padding: 2px;
}

#bottomMenu .separator
{
	color: #006261;
	padding-left: 5px;
	padding-right: 5px;
}













#footerMenu
{
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
}

#footerMenu a
{
	color: #000000;
	font-family: Times New Roman;
	font-size: 9pt;
	padding: 2px;
	text-decoration: none;
}

#footerMenu a:hover
{
	color: #006261;
	text-decoration: underline;
}

#footerMenu .item
{
	font-family: Times New Roman;
	font-size: 10pt;
	padding: 2px;
}

#footerMenu .separator
{
	color: #cfcfcf;
	padding-left: 5px;
	padding-right: 5px;
}




#textFooter
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 970px;
}

#textFooter hr
{
	color: #cfcfcf;
	height: 1px;
}

#textFooter .textArea
{
	color: #cfcfcf;
	font-family: Times New Roman;
	font-size: 8pt;
	letter-spacing: 3px;
	padding-bottom: 20px;
	text-align: center;
}




#footer
{
	background-image: url(../App_Images/bg_footer.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	height: 85px;
	width: 990px;
}