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

body{
	font-family: Verdana, Arial,sans-serif;
	font-size: 95%;
	color: #eee;
	line-height: 1.5;	
	margin: 0px;
	padding: 0px;
	background-color: #069;
}

a{
	color: #fc0;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #fff;
	text-decoration: none;
}

a:visited{
	color: #eee;
	text-decoration: none;
}

a:hover{
	color: #9cc;
	text-decoration: none;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 145%;
 color: #eee;
 background-color: #036;
 display: block;
 padding: 2px 0px 2px 6px;
 width:300px;
}

h2{
 font-family: Verdana, Arial,sans-serif;
 font-size: 124%;
 color: #eee;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana, Arial,sans-serif;
 font-size: 140%;
 line-height: 1.2;
 color: #fc0;
 margin: 0px;
 padding: 0px;
}

h4{
	font-family: Verdana, Arial,sans-serif;
	color: #000;
	font-size: 80%;
	line-height: 1.4;	
	margin: 0px;
	padding: 0px;
}

h5{
 font-family: Verdana, Arial, sans-serif;
 font-size: 96%;
 font-weight: normal;
 color: #fff;
 margin: 0px;
 padding: 20px;
}

h6{
 font-family: Verdana, Arial, sans-serif;
 font-size: 90%;
 color: #fff;
 margin: 0px;
 padding: 30px;
}

ul{
 list-style-type: square;
}

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

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

img{
	display: block;
	float: left;
	margin-top: 12px;
	margin-bottom: 6px;
	margin-right: 10px;
 	border-top: 1px solid #000;
 	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom:  1px solid #000;
}

img.break {
clear:left;
}

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

#outer {   
	width: 844px; 
	background-image: url(../images/back1.gif);
	background-color: #069;
	margin: 0 0 0 0;
	margin-left: auto;    
	margin-right: auto; 
	border-bottom: 22px solid #000;
}

#masthead{
	width: 844px;
	height: 110px;
	background-image: url(../images/logo_b.gif);
	background-repeat: no-repeat;
	clear:left
}

#navBar{
	float:left;
	width: 150px;
	padding: 0px 0px 0px 15px;
	margin-top: 23px;
	clear: left;
}

#Switcher{
	float: left;
	width: 140px;
	padding: 0px 0px 0px 15px;
	margin-top: 25px;
	clear: left;
}

#feature{
	clear:right;
	margin-left: 196px;
	margin-top: 24px;
	width: 550px;
	height: 100%;
	font-size: 80%;
}

div.imagecaption {
float: right;
}

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



/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 14px 0 0;
}




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

.feature h1 {
	display:block;
	font-size: 24px;
	color:#ccc;
	padding: 10px 10px 10px 10px;
	border:#000 1px;
}

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

.feature img {
	display: inline;
	float: right;
	padding-bottom: 25px;
	border-top: 1px solid #fc0;
 	border-right: 1px solid #fc0;
	width:auto;
	clear: both;
}


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

.footer{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	text-align: right;
}

.story {
	display: block;
	float: left;
	width: 550px;
	padding: 8px 14px 8px 8px;
	margin-bottom: 18px;
}



/*********** #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{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 0px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #000;
}



