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

body{
	font-family: "Comic Sans MS", Arial, sans-serif, Verdana;
	font-size : 1em;
	color: #FFFFFF;
	background-image: url(../img/starry[1]-2.jpg);
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color:#FF0000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Comic Sans MS", Arial, sans-serif, Verdana;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: "Comic Sans MS", Arial, sans-serif, Verdana;
 font-size: 225%;
 color: #FFFF00;
}

h2{
 font-size: 114%;
 color: #FFFFFF;
}

h3{
 font-size: 100%;
 color: blue;
}

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

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

ul{
 list-style-type: square;
}

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

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

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

#masthead{
	margin: 0;
	padding: 10px 0px;
	width: 100%;
	background-color: blue;
	text-align:center;
}

#navBar{
	margin: 0px;
	padding: 0px;
	background-color: #FFFF00;
	text-align:center;
	float:left;
	width: 15%;
}

#content{
	float:right;
	width: 80%;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

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

#pageName{
	padding: 20px 0px 8px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


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

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

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

.feature img{
	float: inherit;
	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: 0px 0px 0px 0px;
	font-size: 80%;
}

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


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

#siteInfo{
	clear: both;
	font-size: 85%;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background-color:blue;
	text-align:center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

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

#navBar ul a:link, #navBar ul a:visited {color: blue; 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 #FFFF00;}
/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

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

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 70%;
}

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

#sectionLinks a:link{
	padding: 2px 0px 2px 0px;
	width: 100%;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 0px;
}

#sectionLinks a:hover{
	background-color: red;
	padding: 2px 0px 2px 0px;
}
#siteInfopeq {

	clear: both;
	font-size: 75%;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	text-align:center;
}
