/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #222;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#990000;
}

p a, a:link, a:visited, a:hover {
	color: #fff;
	text-decoration: none;
}

p a:link, p a:visited, p a:hover {
	color: #222;
	text-decoration: none;
	font-weight: bold;
}

p a:hover, a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 125%;
	color: #444;
}

h2{
	font-size: 118%;
	color: #444;
}

h3{
	font-size: 110%;
	color: #444;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #444;
}

h5{
	font-size: 100%;
 	color: #444;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
}
				

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

#box{
	width:800px;
	height:600px;
	margin:20px auto;
	text-align: left;
	background-color:#fff;
	background-image:url(pics/ug.gif);
	background-repeat:no-repeat;
}

#box_ang{
	width:800px;
	margin:20px auto;
	text-align: left;
	background-color:#fff;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	width: 100%;
	height:75px;
}

#navBar{
	float:left;
	width:150px;
	background-color: #FF3300;
	opacity:0.7;
	filter: alpha(opacity=70);
}

#content{
	margin: 0 10px 10px 160px;
}

#content_long{
	margin: 0 10px 10px 160px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#signs{
	margin: 0px;
	padding: 12px 0px 10px 10px;
	float:left;
}

#masthead a{
	border:0px;
	float:right;
}

#signs a{
	border:0px;
	float:left;
	padding: 0 5px 0 0;
}

a img{
	border:0px;
}

a #logo{
	border:0px;
	padding: 0 20px 0 0;
}


/*************** #pageName styles **************/

#pageName{
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 0px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	width:780px;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin: 0px auto;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}

#sectionLinks a:link{
	padding: 4px 0px 4px 10px;
	border-top: 1px solid #cccccc;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 4px 0px 4px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #990000;
	padding: 4px 0px 4px 10px;
}

