html {
	margin: 0;
	padding: 0;
	}

body {
	color: #666;
	width: 90%;
	min-width: 960px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	}
	
a {
	text-decoration: none;
	color: inherit;
}

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

	/* ==== Page Header Area ==== */

.header {
    margin: 0 auto;    
}

.header img {
    display: block;
    margin: 0 auto;
}

hr {
    /*display: block;
    margin-top: 0.5em;
    /*margin-bottom: 0.5em;*/
    margin-left: auto;
    margin-right: auto;
    border-style: dotted none none none;
    border-width: 2px;
    color: #AAA;
}

	/* ==== Navbar Area ==== */

#navbar {
	background-color: none;
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0px;
	text-align: center;
	}
	


ul li {
    color: #777;
	display: inline;
    font-family: Arial, Helvetica, San-serif;
    font-weight: bold;
    letter-spacing: 4px;
	font-size: 1em;
    line-height: 1.8em;
	margin: 0px;
	padding-left: 48px;
	list-style: none;
	}

.sans-font {
    font-family: Arial, Helvetica, San-serif;
}
	
/*#navbar li a {
	color: #000;
	text-decoration: none;
	line-height: 1.8em;
	}

#navbar a:hover {
	color: orange;
	background-position: -200px 0px;
	}*/



	/* ==== Main Content Area ==== */

#main {
	background-color: #FFF;
	text-align: justify;
	margin: 0;
    padding: 0 12px;
	min-height: 90px;
	width: 80%;
	min-width: inherit;
	}

#main h2 {
    color: #1a00b1;
    
}

#hero {
    height:300px;
    width:960px;
}
#hero div {
    position:absolute;
    left: 30%;
    z-index: 0;
}
#hero div.previous {
    z-index: 1;
}
#hero div.current {
    z-index: 2;
}


.clear {
	clear: both;
	padding-top: 10px;
}

	/* ====  Content Area ==== */
	
	.content {
		width: 70%;
		margin: 0 auto;
		padding-left: 20%;
		padding-top: 2%;
		
	}

.content h3,h4 {
    letter-spacing: 1px;
}



a.underline {
    color: #1a00b1;
    text-decoration: underline;
}


a.underline:hover {
    color: #1a00b1;
    text-decoration: underline;
}

	
	/* ==== Footer Area ==== */
	
	footer {
		margin: 0 auto;
		padding-bottom: 20px;
	}


