/* Background color */

body /* Internet Explorer */
{ 
 background-color: #1B5074;
 text-align: center;
 
/*background-color:#C1D09D;*/
} 

body /* Mozilla Firefox alignment */ 
{
	 background-color: #1B5074;
     text-align: -moz-center; 
} 


/*Nav Styles*/

.navMain, A.navLinkMain:LINK, A.navLinkMain:VISITED {
	font-family: verdana, arial, helvetica; 
	font-size: 10px;
	color : #666666;
	text-decoration : none;
	/*background-color : #C1D09D;*/
	width : 100%;
}

A.navLink:LINK, A.navLink:VISITED {
	font-family: verdana, arial, helvetica; 
	font-size: 10px;
	color : #666666;
	text-decoration : none;
	/*background-color : #DBE5B5;*/
	width : 100%;
}
A.navLink:ACTIVE , A.navLink:HOVER, A.navLinkMain:HOVER {
	font-family: verdana, arial, helvetica; 
	font-size: 10px;
	color : #663300;
	text-decoration : none;
	/*background-color : #E9F0CE;*/
	width : 100%;
}

A.navLinkActive:LINK{
	font-family: verdana, arial, helvetica; 
	font-size: 10px;
	font-weight: bold;
	color : #663300;
	text-decoration : none;
	/*background-color : #CAD8DF;*/
	width : 100%;
}

A.navLinkSelected:LINK, A.navLinkSelected:VISITED {
	font-family: verdana, arial, helvetica; 
	font-size: 10px;
	font-weight: bold;
	color : #663300;
	text-decoration : none;
	/*background-color : #DED7CA;*/
	width : 100%;
}
A.navLinkSelected:ACTIVE, A.navLinkSelected:HOVER {
	font-family: verdana, arial, helvetica; 
	font-size: 10px;
	font-weight: bold;
	color : #663300;
	text-decoration : none;
	/*background-color : #CAD8DF;*/
	width : 100%;
}

A.navLink3:LINK, A.navLink3:VISITED{
	font-family: verdana, arial, helvetica; 
	font-size: 10px;
	color : #663300;
	text-decoration : underline;
	width : 100%;
}

A.navLink3:HOVER, A.navLink3Selected:LINK, A.navLink3Selected:VISITED{
	font-family: verdana, arial, helvetica; 
	font-size: 10px;
	color : #006699;
	text-decoration : underline;
	width : 100%;
}

A.navMainActive:LINK, A.navMainActive:VISITED {
	font-family: verdana, arial, helvetica; 
	font-size: 10px;
	font-weight: bold;
	color : #663300;
	text-decoration : none;
	/*background-color : #CAD8DF;*/
	width : 100%;
}
A.navMainSelected:LINK, A.navMainSelected:VISITED{
	font-family: verdana, arial, helvetica; 
	font-size: 10px;
	font-weight: bold;
	color : #663300;
	text-decoration : none;
	/*background-color : #DED7CA;*/
	width : 100%;
}
/* ACTIVE BACKGROUND COLOR */
.a{background-color: #E9F0CE;}
/* DIV BACKGROUND COLOR */
.d{background-color: #C1D09D;}
/* RAIL BACKGROUND COLOR */
.r{background-color: #AFBB87;}
/* SUB BACKGROUND COLOR */
.s{background-color: #DBE5B5;}
/************************************/
/* HELP CENTER DIV BACKGROUND COLOR */
.hcd{background-color: #EDCAA0;}
/* HELP CENTER RAIL BACKGROUND COLOR */
.hcr{background-color: #BD8146;}
/* HELP CENTER SUB BACKGROUND COLOR */
.hcs{background-color: #DBE5B5;}
/************************************/
/* WHITE BACKGROUND COLOR */
.w{background-color: #FFFFFF;}