﻿
/* COLOR PALLETEE #E0E0E4  DARK BLUE =  #000033  /  Selected Row BackColor= #4C5074 jhj */

/*   *:first-child+html   */
/*   USED FOR ie7 AND BELOW DUPLICATE CCSS STYLE THEN ADD  *:first-child+html  IN FRONT  THEN MAKE CHANGES */

body
{
  
	 width: 100%;
	 margin: 0;
     padding: 0;

}

.DivLogo
{
	background-color: #E5DACC;
	width:100%;
	height:200px;	
	font-family: Curlz MT;
	font-weight:bold;
	font-size: large;
}

.DivMenu
{
	font-family: Curlz MT;
	font-weight:bold;
	font-size: large;
	color: Black;
	background-color: #CCCC99;
	text-align: center;
	width: 100%;
	height: 75px;
}


.DivMainHeader
{
	width: inherit;
}


.DivHeader
{

    position:relative; 
	font-family: Curlz MT;
	font-size: xx-large;
	font-weight:bold;
	color: #660000;
	background-color:#999966;
	width: 100%;
	height: 40px;
	text-align: center;
}

.DivHeader2
{
	position:relative;
	font-family: Curlz MT;
	font-size: Medium;
	font-weight:bold;
	color: #660000;
	background-color:#999966;
	width: 100%;
	height: 40px;
	text-align: center;
}


table
{
	border-style:solid;
	border-width:3px;
	border-color: #556B2F;
	width:100%;
}

td
{
	border-style:solid;
	border-width:1px;
	border-color: #556B2F;
}





.DivContentLabel
{
	Font-weight: bold;
	Font-Family:"Kristen ITC"; 
	Font-Size:    xx-large;
	color:#556B2F;
}
.DivContentLabel1
{
	Font-weight: bold;
	Font-Family:"Kristen ITC"; 
	Font-Size:    x-large;
	color:#660000;
}
.DivContentLabel2
{
	Font-weight: bold;
	Font-Family:"Kristen ITC"; 
	Font-Size:    large;
	color:#660000;
}
.DivContentLabel3
{
	Font-weight: bold;
	Font-Family: Arial;
	Font-Size:    Medium;
	color: Black;
}

.DivContentLabel3a
{
	Font-weight: bold;
	Font-Family: Arial;
	Font-Size:    Medium;
	text-align:  left;
	color: Black;
}

.DivContentLabelAlign3
{
	Font-weight: bold;
	Font-Family: Arial;
	Font-Size:    Medium;
	text-align:  justify;
	color: Black;
}

.DivContentLabel4
{
	Font-weight: bold;
	Font-Family:"Kristen ITC"; 
	Font-Size:   Medium;
	color:#556B2F;
}

.DivContentLabel5
{
	Font-weight: bold;
	Font-Family:"Kristen ITC"; 
	Font-Size:   Small;
	color:#660000;
}

.DivContentLabel6
{
	Font-weight: bold;
	Font-Family:"Kristen ITC"; 
	Font-Size:   Small;
	color:black;
}

.FooterContent
{
	position:relative;
	font-family: Arial;
	font-size: medium;
	font-weight:bold;
	color: Black;
	width: 100%;
    background-color   :#CCCC99;
	text-align: center;
}


.DivMainContent
{
  width:100%;
  position:relative;	
}


.DivContentStyle
{
	position     : relative;
	/*top: 0px;
	left: 0px;*/
	width: auto;
	margin: auto;
	height: 100%;
    padding-left:100px;
    padding-right:100px;
    font-family : Arial;
	font-size: Medium;
	color: Black;
	background-color  : #E5DACC;
	text-align: center;
	
}

.bg
{
	
	height: 100%; 
	background-color: #CCCC99;
	width: 15%;

}

.DivAdvertise1
{
	position    :relative;
	height: 100%;
    font-family: Curlz MT;
	font-weight:bold;
	font-size:  larger;
	color:  Maroon;
	background-color: #CCCC99;
	text-align: left;
	
}

.DivAdvertise2
{
    position:relative;
    height: 100%;      
    font-family: Curlz MT;
	font-weight:bold;
	font-size:  larger;
	color:  Maroon;
	background-color:  #CCCC99;
	text-align: left;

}
