/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    
    BACKGROUND-COLOR: #FAF2E1;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    COLOR:  #05406F;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    overflow: auto;
    Overflow-x:  Hidden;
    Overflow-y:  scroll;
}



H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #05406F;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.3em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top: -10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top: 5px;
	margin-bottom: 5px;
	
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	550;
	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:	0.8em;
	font-weight:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.3em;
	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:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top: 5px;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, 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: Verdana, Arial, Helvetica, sans-serif;
	}	

TABLE	{
	font-size: 1em;
	font-weight: normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #A07695;
	}

	

A:link	{	
	text-decoration:	none;
	color:	#05406F;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#A07695;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#05406F;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#A07695;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type: none;
	}	

UL LI LI	{	
	list-style-type:	none;
	}	

UL LI LI LI	{	
	list-style-type:	none;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	}

iframe
{
Background-image: url(bgcolor.jpg);
}


#image
{
background-image: url(CDA-draft3.png);
background-repeat:no-repeat;
width: 850px;
Height: 800px;
z-index: 0;
border-top: 1px solid #ffffff; 
margin-top: -1px;

}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font:  11px Verdana,Arial, Helvetica, sans-serif;
width: 130px; /* Main Menu Item widths */
border-bottom: solid 1px #FAF2E1;
margin-top: 122px;
margin-left:5px;
}
 
.sidebarmenu ul li{
position: relative;

}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:  text-decoration: none;
padding: 6px;
border-bottom: 1px solid #FAF2E1;
border-right: 1px solid #FAF2E1;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #FAF2E1; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color:  #05406F;
}

.sidebarmenu ul li a:hover{
background-color: #A07695;
color: #FAF2E1;
text-decoration: none;
}

/*Sub level menu items */

.sidebarmenu ul li ul{
position: absolute;
width: 100px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
	
	

