/* CSS Document */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* default font size*/
body, body div, body p, body th, body td, body li, body dd	{
	font-size:	x-small;
	voice-family:	"\"}\"";
	voice-family:	inherit;
	font-size:	small
}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd	{
	font-size:	small
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.116;
	padding: 0px;
	background-color:#999999;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

}


a, a:link, a:visited{
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
}


h3 {
	font-size: 110%;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
}

h4 {
	font-size: 110%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h5 {
	font-size: 110%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h6 {
	font-size: 110%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

p {
	font-size: 110%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#contentWrapper{
	width: 100%;
	overflow: auto;
	}


#navLeft{
	float: left;
	font-size: 80%;
	line-height: 1.1;
	width: 15%;
	color: #FFFFFF;
	clear: both;
	}


#navRight{
	float: right;
	font-size: 80%;
	line-height: 1.1;
	width: 15%;
	color: #FFFFFF;
	}

#content{
	font-size: 90%;
	line-height: 1.4;
	float: left;
	position: relative;
	width: 68%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#main{
	width: 100%;
	height: 400px;
	font-size: 95%;
	background-color: #FFFFFF;
	position: relative;
	}

#mastheadWrapper{
	width: 100%;
	height: 100px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-image: url(ang_image/masthead_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}	

#siteInfo{
	clear: both;
	background-color: #FFFFFF;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;

}

#footer {	
	line-height: 0.9;
	font-size: 80%;
	}

/***********************************************/
/* Components                                  */
/***********************************************/

#navLeft a, #navRight a,
.feature a, #siteInfo a,
.headline a, .horizontalLinks a, .horizontalLinks a:visited,
.horizontalLinks a:hover{
		color: #CE6D18;
		}

.headerLeft{
	float:left;
	width: 260px;
	height: 100px;
	background-image:url(ang_image/logo7.gif);
	background-repeat: no-repeat;
	background-position: left;
	}	
	
.headerRight{
	float: left;
	width: 100%;
	height: 100px;
	}



.horizontalLinks{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	float: right;
	position:relative;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	background-color: #FFFFFF;
	font-size: 80%;
	}
	
	
.banner{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	position:relative;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	background-color: #FFFFFF;
	font-size: 90%;
	font-weight: bolder;
	}



.thisPage{
font-weight: bolder;
}

.lineStyle{
	line-height: 0.9;
	font-size: 80%;
	}

.feature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	margin-left: 10px;	
	margin-right: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	position: relative;
	width: auto;
	}


.feature h3 {
/*	background-color: #FF9900;*/
	border-bottom: 4px solid #CCCCCC;
	margin-bottom: 5px;
	display: block;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: auto;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.feature img{
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	clear: both;
}

.feature p {
	font-size:100%;
	padding-top: 5px;
	padding-bottom: 5px;
}


