﻿body
{
	background-color: #717172;
	margin: 0;
}

/*---------------------------------------*/

.HeaderForPage, .TextPicture, .HeaderForText, .Bullet, .Text, .TextSmall, .TableHeader, .TableCell, .TableContent, .TableLink A:link, .Text A:Link
{
font-family:Verdana; 
color: #717172;
}


.HeaderForPage
{
font-size:20px;
font-weight: bold; 
margin-bottom:50px;
}


.HeaderForText
{
font-size:14px; 
font-weight: bold;
 margin-bottom:-5px; 
}

.Text
{
 font-size:13px;
 text-align: justify;
 margin-bottom:30px;
}

.TextSmall
{
 font-size:9px;
 text-align: justify;
 margin-bottom:30px;
}

.TextPicture
{
 font-size:10px;
 text-align: justify;
 margin-bottom:50px;
}



/*----------------------------------------*/
.TableHeader
{
 font-weight:bold;
 font-size:14px;
}

.TableContent
{
	 font-size:13px;
	 text-align: justify;
	 align="justify"
}

.TableLink
{
	font-size:13px;
}

.TableFormat
{
    border-collapse: separate;
    border-spacing: 1px 5px;

}

.TableCell
{
	border:1px silver solid;
	font-size:13px;
	vertical-align:top;
	text-align: justify;	
}

/*---------------------------------------*/

#Menu {
	width: 200px;
	margin: 0;
	border-style: solid solid none solid;
	border-color: #000;
	border-width: 0px;
}
#Menu li a {
	height: 32px;
	font-family: Verdana;
	height: 24px;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	padding: 8px 0 0 10px;
}

#Menu li
{
	list-style: none;	
}

#CurrentPage li a
{
	color: #ececec;
	background: url("Pics/menu6.png") 0 0px;
	
}


#Menu li a:link, #Menu li a:visited {
	color: #717172;
	display: block;
	background: url("Pics/menu5.png");
}
#Menu li a:hover {
	color: #ececec;
	background: url("Pics/menu6Red.png") 0 0px;
}
#NavList {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*-------- Sub Menus -------------------*/


#Menu li ul{
	display: block;
	padding-left: 25px;
}


#Menu li:hover>ul{

	display: block;
	
	/*position: absolute;
	margin-top: -32px;
	margin-left: 200px;
	width: 200px;
	padding-left: 5px;*/

	}
/*--------------------------------------*/

.TopLeft, .TopRight, .ContentRight, .ContentLeft, .BottomLeft, .BottomRight
{
	background-color: #717172;
}
.TopMiddle {
	background: url("Pics/TopMiddleRed.png");
    width: 869px;
    height: 320px;
}
.BorderMenuRight
{
	background-color: #FFFFFF;
    width: 50px;	
   	vertical-align:top;	 
   	padding-top:25px;	
}

.ContentMenu{
	background: url("Pics/MenuCellBackground.png");
	width: 200px;
	vertical-align:top;
	padding-top:25px;
}
.Content{
	background-color: #FFFFFF;
    width: 544px;
    height: 280px;
	vertical-align:top;	
	padding-top:0;
}
.ContentPaddingRight{
    width: 20px;
	background-color: #FFFFFF;    
}

.ContentBorderRight
{
	background: url("Pics/ContentRight.png");
    width: 55px;	
}
.BottomMiddle{
	background: url("Pics/BottomMiddle.png");
	background-repeat:no-repeat;
	width: 869px;
	height: 83px;	
	vertical-align:top;
  	padding-top:50px;	
    text-align:center;				
}

.Footer{
	background: url("Pics/Footer.png");
	background-repeat:no-repeat;
	width: 869px;
	height: 90px;	
	vertical-align:top;
  	padding-top:57px;	
    text-align:center;				
}


#BottomText
{
  	color:white;		
    text-decoration: none;
  	font-size:x-small; 
}


/*----------------------------------------*/

#TableBottom, #TableContent, #TableTop
{
	width: 100%;
}


