/* 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;
    text-align: center;

}



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: -7px;
	}	
		
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;
	}	
	

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:	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;
	}	

IMG 	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

iframe
{
Background-image: url(bgcolor.jpg);
text-align: left;
}


	


.image
{
background-image: url(CDA-draft4b.png);
background-repeat:no-repeat;
position: relative;
width: 850px;
Height: 800px;
z-index: 0; 
margin-top: -10px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
left: 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: 120px;
margin-left: 5px;
position: absolute;
text-align: left;
z-index: 5;

}
 
.sidebarmenu ul li{
position: relative;
text-align: left;
list-style-type: none;

}

/* 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;
text-align: left;

}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #FAF2E1; /*background of tabs (default state)*/
list-style-type: none;
}

.sidebarmenu ul li a:visited{
color:  #05406F;
list-style-type: none;
}

.sidebarmenu ul li a:hover{
background-color: #A07695;
color: #FAF2E1;
text-decoration: none;
list-style: none;
list-style-type: none;
}

/*Sub level menu items */

.sidebarmenu ul li ul{
list-style: none;
list-style-type: none;
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0px;
margin-left: 0px;
margin-top: 0px;
visibility: hidden;
background-color: #A07695;
}

.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 */
	
	
