/* CSS Document */
/* CSS styles that are for tutorial files only */

/* setting the margins to auto & specifying the width creates a centered template */
#fullPage {
	background: #bcd5e3 url(../_images/bannerBG.png) left top repeat-x;
	width: 	 60em;
	margin-left: auto;
	margin-right: auto;
}


/* styles for header */
#header {
	background: url(../_images/bannerIndex.png) no-repeat top right;
}
#headerText {
	height: 239px;
	background: url(../_images/bannerIndexText.png) no-repeat center bottom;
}


/* styles for body, uses repeating background image for graphics on the page */
#body {
	background-color: #bcd5e3;
	padding-top: 30px;
}

.bar {
	background: url(../_images/barIndex.gif) center center no-repeat;
	height: 3px;
}

/* styles for body, table Nav */
#body table.Nav {
	margin-left: auto;
	margin-right: auto;
}
#body table.Nav td {
	font-size: 1.2em;
	padding: 10px 20px;
}

div.developed {
	padding: 1.5em 0;
	text-align: center;
	margin:auto;
}
div.developed div.logo {
	background: url(../_images/florida_sm.gif) top right no-repeat;	
	display: inline-block;
	padding: 3px 16px 8px 0;
	width:350px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}


/* styles for footer */
#footer {
	font-size: 0.8em;
	padding: 2em 0;
	text-align: center;
}


/* ____________________________________________________________________________________________________*/
#subTitle {
	width: 550px;
	margin: auto;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #3E607C;
}

#content {
	font-family: "Times New Roman", Times, serif;
	width: 650px;
	margin: auto;
	font-size: 1.6em;
	background-color: #FFFFFF;
}

#title {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
	padding-bottom: .3em;	
	width: 550px;
	margin: auto;
}

.menu {
	width: 600px;
	margin: auto;
}

ul {
	list-style-type: none;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 3em;
	text-indent: -3.0em;

}
li {
	margin: 0.6em 0px 0.6em 0px;
}

