/* Default CSS Stylesheet for HDA Website */

BODY, HTML
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 0.9em;
    FONT-WEIGHT: normal;
    MARGIN: 0PX;
}
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;
	}		
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}

UL LI	{	
	list-style-type:	square ;
	font-size: 10pt;
	}	

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 	
{
	border:		0px;
}

DIV#HEADER
{
	background-color:	#09c;
	text-align:			center;
	vertical-align:		middle;
	height:		        55px;
}

DIV#MENUBAR
{
	background-color:	#fff;
	height:			30px;
	text-align:			right;
	font-size:			10pt;
	font-weight:		bold;
}

DIV.BANNER
{
	width:              99%;
	/*background-color:   #09c;*/
	/*color:              #000;*/
	text-align:			left;
	padding-left:       1%;
}

.BK
{
	background-image:   url(bannerBk.jpg);
}

DIV#DIRBAR
{
	margin:				0px;
	height:             35px;
	background-color:	Black;
}

DIV#MSGBOX
{
	width:              40%;
	float:              left;
	/*background-color:	#cff;*/
	height:				350px;
}
DIV#PHOTOBOX
{
	width:              14%;
	float:              left;
	/*background-color:	#cff;*/
	height:				250px;
}

DIV#TEXTBOX
{
	width:              45%;
	float:              left;
	/*background-color:	#0ff;*/
}

DIV#FOOTER	
{
	background-color:	Black;
	color:				White;
	text-align:			center;
	height:		        20px;
	width:              100%;
}
DIV#FOOTMENU	
{
	text-align:			center;
	width:              100%;
}
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#339;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#339;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#09c;
	}
	
A.MENU:hover
{
	text-decoration:	none;
	color:              #09f;
}

P.LABEL
{
	 padding-top: 0px;
	 color:	#09c;
	 font-size: 10pt;
	 font-weight: bold;
	 text-align: center;
}

/* For Text Display Boxes with Title and Text boxes */
DIV.ROUNDTITLE
{
	border-bottom:inset 2px #f9f9f9;
	margin: 20px 0px 0px 20px;
	width:150px;
	background:#e1e1e1;/*006caa;*/
	/*color:#000;*/
	text-align:center;
	font-weight:bold;
}

DIV.ROUNDTEXT
{
	margin: 0px 0px 0px 20px;
	background: #e1e1e1;/*006caa;*/
	/*color:#000;*/
	width:350px;
	text-align:justify;
}

b.rtop, b.rbottom
{
	display:block;
	background: #fff;
}

b.rbottom b
{
	display:block;
	height: 1px; 
	overflow: hidden; 
	background: #e1e1e1;/*006caa;*/
}
b.rtop b
{
	display:block;
	height: 1px; 
	overflow: hidden; 
	background: #e1e1e1;/*006caa;*/
}

b.r1{margin: 0 5px;}
b.r2{margin: 0 3px;}
b.r3{margin: 0 2px;}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 1px;}

FORM
{
	margin: 0px;
}
INPUT.SEARCH
{
	background-color:#999;
	color: #fff;
}
DIV.PPPHOTO
{
	padding: 1px;
	margin:15px 0px 0px 20px;
	width: 110px;
	height: 80px;
	background-color: white;
	border: solid 1px black;
}