/* Default CSS Stylesheet for a new Web Application project */

BODY, TD, PRE
{
    /*BACKGROUND-COLOR: white;*/
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;    
}

body 
{	/*background-image: url("images/WaterMark1.gif");*/
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: 550px 400px; }
	
body 
{	/*background-image: url("images/ProtoTypeWM.gif");*/
	background-attachment:fixed;
	background-repeat:repeat;
	background-position: 250px 250px; }

TABLE_GRAY
{
    BACKGROUND-COLOR: Gray;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;    
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#800517;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#800517;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#800517;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#C35617;
	}
	
/*A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
*/
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
.right
{
	float:right;
}
.left
{
	float:left;
}
.clearLeft
{
	clear:left;
}
.clearRight
{
	clear:right;
}
.clearBoth
{
	clear:both
}
.margin1
{
	margin:1px 1px 1px 1px
}
.margin2
{
	margin:2px 2px 2px 2px
}
.margin3
{
	margin:3px 3px 3px 3px
}
.margin4
{
	margin:4px 4px 4px 4px
}
.margin5
{
	margin:5px 5px 5px 5px
}
.padding1
{
	padding:1px 1px 1px 1px
}
.padding2
{
	padding:2px 2px 2px 2px
}
.padding3
{
	padding:3px 3px 3px 3px
}
.padding4
{
	padding:4px 4px 4px 4px
}
.padding5
{
	padding:5px 5px 5px 5px
}
.header
{
	padding:10px;
	margin:10px;
}
.footerLinks
{
	padding:4px;
	font-size:smaller;
}
.sideNav
{
	padding:4px;
}
.alert
{
	color:Red;
	font-weight:bolder;
}
.description
{
	font-size:smaller;
	color:#333333;
	width:500px;
}
.emailBody
{
	background-color:#f9f9f9;
	border:solid 1px #e9e9e9;
	padding: 5px 5px 5px 5px;
}
.searchHeader
{
	font-size:larger;
	font-weight:bolder;
	border-bottom:solid 2px black;
	width:90%;
}

/* For Drop Down Navigation */

.m0l0mouto {
	background: #dcdcdc;
}
.m0l1mouto {
	background: #dcdcdc;
	border: 1px solid Gray
}
.m0l2mouto {
	background: #dcdcdc;
	border: 1px solid Gray
}
.m0l3mouto {
	background: #dcdcdc;
	border: 1px solid Gray
}
.m0l4mouto {
	background: #dcdcdc;
	border: 1px solid Gray
}
.m0l0movero,
.m0l1movero,
.m0l2movero,
.m0l3movero,
.m0l4movero {
	background: #dcdcdc;
	color: #FFFFFF;
}
.m0l1movero,
.m0l2movero,
.m0l3movero,
.m0l4movero 
{
	color: #FFFFFF;
	background: #787878; 
	border: 1px solid Gray 
}
.m0l0mdowno,
.m0l1mdowno,
.m0l2mdowno,
.m0l3mdowno,
.m0l4mdowno {
	background: #dcdcdc;
}
.m0l1mdowno,
.m0l2mdowno,
.m0l3mdowno,
.m0l4mdowno {
	background: #dcdcdc;
	border: 1px solid Gray 
}
.m0l0mouti, .m0l0mdowni,
 .m0l1mdowni, .m0l2mouti, .m0l2mdowni {
	color: #000000;
	font-family: tahoma, verdana, arial;
	font-size: 13px;
	margin: 1px;
	font-weight:500;
	border-width: medium;
	border-color: Navy;
	padding: 0px;
	text-align: left;
}

.m0l3mouti, .m0l3moveri, .m0l0moveri, .m0l3mdowni, .m0l2moveri,
.m0l4mouti,  .m0l4moveri, .m0l4mdowni {
	color: #ZA3985;
	background: #787878;
	font-family: tahoma, verdana, arial;
	font-size: 13px;
	margin: 1px;
	border-width: medium;
	border-color: Navy;
	padding: 0px;
	text-align: left;
}

.m0l0moveri {
	color: #787878;
	background: #dcdcdc;
	font-family: tahoma, verdana, arial;
	font-size: 13px;
	margin: 1px;
	border-width: medium;
	border-color: Navy;
	padding: 0px;
	text-align: left;
}

.m0l1moveri {
	color: #ZA3985;
	background: #787878;
	font-family: tahoma, verdana, arial;
	font-size: 13px;
	margin: 1px;
	border-width: medium;
	border-color: Navy;
	padding: 0px;
	text-align: left;
}
.m0l1mouti {
	color: #ZA3985;
	font-family: tahoma, verdana, arial;
	font-size: 13px;
	margin: 1px;
	border-width: medium;
	border-color: Navy;
	padding: 0px;
	text-align: left;
}


