
/* CSS Document */

#body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/Background.jpg);
	background-repeat:repeat-x;
	background-color:#d0cfc1;
}


.MainText
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}






#Container
{
width:909px;
margin: 0 auto 0 auto;
}
#Header
{
margin-left:auto;
margin-right:auto;
width:909px;
height:167px;
}

#MenuRepeat
{
float:left;
background-image:url(images/MenuBackground.png);
background-repeat:no-repeat;
height:523px;
width:248px;
}

#AllContent
{
float:left;
background-image:url(images/ContainerBackground.png);
background-repeat:repeat-y;
width:909px;

}


#ContentBottom
{
height:25px;
width:909px;
float:right;
}

#Footer
{
vertical-align:bottom;
background-image:url(images/MainTemplate_r6_c1.png);
height:156px;
width:909px;
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;

}





.MainMenu_MenuContainer 
{
      cursor: pointer; 
	height:33px;
	width:180px;
	color:transparent;
}

.MainMenu_MenuItemSel 
{
    cursor: pointer; 
    cursor: hand; 
    color: black; 
    font-family: Arial; 
    font-size: 12px; 
    font-style: normal;
	background-image:url(images/MenuItemRollBackground.png);
	background-repeat:no-repeat;
	height:33px;
	width:180px;
	background-color:transparent;
}

.MainMenu_MenuItem 
{
    cursor: pointer; 
    cursor: hand; 
    color: black; 
    font-family: Arial; 
    font-size: 12px; 
    font-style: normal;
	background-image:url(images/MenuItemBackground.png);
	background-repeat:no-repeat;
	height:33px;
	width:180px;
}
.MainMenu_MenuIcon
{
    cursor: pointer;
	border:#8e8e79; 
    background-color: tranparent; 
    text-align: center; 
    width: 20px; 
    height: 30px;
	background-image:none;
}

.MainMenu_SubMenu { 
   
	width:100px;
}

/*Standard CSS*/


Body, A
{
   font-family: Verdana, Arial, Helvetica, Sans Serif;
   font-size: 10pt;
   font-weight: normal;
   color: black;
}

H1
{
	font-size: 24pt;
	font-weight: bold;
	color: #6d6257;
	font-family:Georgia;
}

H2  {
	font-size: 12pt;
	color: #6d6257;
	font-family: Georgia;
	font-weight: bold;
}

H3  {
	font-size:  10pt;
	font-weight:  bold;
	color: #e45739;
	font-family: Georgia, "Times New Roman", Times, serif;
}

H4  {
	font-size:  10pt;
	font-weight: bold;
	color: #e45739;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

H5  {
    font-size:  1.1em;
    font-weight:    bold;
    color: #75808A;
}

H6  {
    font-size:  1.0em;
    font-weight:    bold;
    color: #75808A;
}

A:link  {
    font-size: x-small;
    text-decoration: none;
    color:  #902d35;
}

A:visited   {
    font-size:  x-small;
    text-decoration: none;
    color:  #DE4B74;
}

A:active    {
    font-size: x-small;
    text-decoration: none;
    color:  #333333;
}

A:hover {
    font-size:  x-small;
    text-decoration: none;
    color:  #902d35;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

.BodyText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	list-style-type: square;
	list-style-position: outside;
	font-size: 11px;
}
.BodyText a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B8272E;
	list-style-type: square;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8272E;
}
.BodyText a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	list-style-type: square;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}
.BodyText a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B8272E;
	list-style-type: square;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B8272E;
}
.BodyText a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #928155;
	list-style-type: square;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.BodyTextNumbered{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 11px;
}
.BodyTextNumbered a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B8272E;
	list-style-type: square;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8272E;
}
.BodyTextNumbered a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	list-style-type: square;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}
.BodyTextNumbered a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B8272E;
	list-style-type: square;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B8272E;
}
.BodyTextNumbered a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #928155;
	list-style-type: square;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.Heading3Indent {
	font-size:  10pt;
	font-weight:  bold;
	color: #009933;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
}
.Heading3 {
	font-size:  10pt;
	font-weight:  bold;
	color: #009933;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Heading3 a:link {
	font-size:  10pt;
	font-weight:  bold;
	color: #009933;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
}
.Heading3 a:visited{
	font-size:  10pt;
	font-weight:  bold;
	color: #009933;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Heading3 a:hover{
	font-size:  10pt;
	font-weight:  bold;
	color: #009933;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #009933;
}
.Heading3 a:active{
	font-size:  10pt;
	font-weight:  bold;
	color: #009933;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Heading4 {
	font-size:  12pt;
	font-weight: bold;
	color: #B8272E;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position: center;
}
.Heading4 a:link {
	font-size:  12pt;
	font-weight: bold;
	color: #B8272E;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B8272E;
}
.Heading4 a:visited{
	font-size:  12pt;
	font-weight: bold;
	color: #666666;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.Heading4 a:hover{
	font-size:  12pt;
	font-weight: bold;
	color: #B8272E;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #B8272E;
}
.Heading4 a:active{
	font-size:  12pt;
	font-weight: bold;
	color: #666666;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


/* Custom Styles */

.BodyEmphasis2{
color:#009900;
font-size:24px;
}


.BodyText{
font-family:Arial;
font-size:14px;
color:#000000;
float:left;
}