/****** ELEMENTS ******/
Body, TD
{
	font-family : Verdana,  Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}


Body{
background-color : white;
margin: 0 0 0 0;
}

html{
height:100%;
}

p {
	margin: 0px;
}
/****** END ELEMENTS ******/

/*---------------------- list styles ----------------------------*/
UL {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0; 
	margin: 10; 
	list-style: none;
}

 UL LI {
	margin-bottom: 3px;
	/* Use this style to add a graphic to a list */
}

.bullets_white LI{
background-image: url(00_graphics/bullet_white.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
padding-left: .9em;
	}
	
.bullets_red LI{
background-image: url(00_graphics/bullet_red.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
padding-left: .9em;
	}

/*---------------------- table styles ----------------------------*/

TABLE {
	border-collapse : collapse;
	vertical-align: top;
}


/*---------------------- form styles ----------------------------*/

FORM {
  margin-bottom: 0px;
}

.MainTable{
	vertical-align: top;
	background-image: url(../00Images/gra_background_pat.jpg);
	background-repeat: repeat-x;
}



.Leftpanel{
	background-color: #890e10;
	color: white;
	padding-left: 10px;
	padding-top: 10px;
}

.List{
list-style-image: url(../00Images/gra_bullet_redbg.gif);
list-style-position: inside;
}

.introheading {
	font-size: 15px;
	color: #0b1c4a;
	font-weight: bold;
}

.introheadingsub {
	font-size: 12px;
	color: #890E10;
	font-weight: bold;
}

.introtext{
	font-size: 12px;
	color: #333333;
	padding: 10px;
	line-height: 18px;
}

.footer {
	font-size: 10px;
	color: #ffffff;
	line-height: 11px;
	vertical-align:middle
}

.footer a:link {color: #FFFFFF; text-decoration:none}
.footer a:visited {color: #FFFFFF; text-decoration:none}
.footer a:hover {color: #FFFFFF; text-decoration:underline}
.footer a:active {color: #FFFFFF; text-decoration:none}


.contentmaintext{
	font-size: 12px;
	color: white;
	vertical-align: top;
}

.contentmaintext a:link {
text-decoration: none;
color: #531402;
} 

.contentmaintext a:visited{
text-decoration: none;
color: #531402;
}

.contentmaintext a:hover{
text-decoration: underline;
color: #531402;
}

.viewmenu a:link {
text-decoration: none;
color: #FCBEC8;
} 

.viewmenu:visited{
text-decoration: none;
color: #FCBEC8;
}

.viewmenu:hover{
text-decoration: underline;
color: #FCBEC8;
}

.navMain {font-size:11px; color: #FFFFFF; text-align:center;} 
.navMain a:link {color: #FFFFFF; text-decoration:none}
.navMain a:visited {color: #FFFFFF; text-decoration:none}
.navMain a:hover {color: #FFFFFF; background-color:#890E10; text-decoration:underline}
.navMain a:active {color: #FFFFFF; text-decoration:none}

.MainMenu{
background-color:#0b1c4a; 
color: White;
vertical-align: bottom;
height: 20px;
padding-left: 10px;
text-align:center;
}

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

#navcontainer ul
{
text-align:center;
padding:0;
margin:0;
color:white;
background-color:#9966CC
font-family:  Verdana, sans-serif;
}

#navcontainer ul li
{
float:left;
padding:0;
list-style-type:none;
text-align:center

}

#navcontainer ul li a
{
float:left;
padding:3px 10px 3px 10px;
color:white;
text-decoration:none;
text-align: center;
margin-bottom:-3px;
vertical-align:middle;

}

#navcontainer ul li a:hover
{
color:#FFFFFF;
text-align:center;
background-color:#890E10;
}

.navOn
{
color:#FFFFFF;
text-align:center;
background-color:#890E10;


float:left;
padding:3px 12px 3px 12px;
list-style-type:none;

margin-bottom:-3px;


}


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

.pngfix {

    position:relative;

    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",

        this.src = "00_graphics/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",

        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)

    );

}
