html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: round;
	text-align: left;
	margin-left: 20px;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
	font-style:italic;
}
strong { font-weight: bold; }
/* End Reset */
body {
	background: #FFF;	
}
div #wrapper {
	width: 960px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	float: none;
	display: block;
	background: #FFF;
}

div #home {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
#top {
	clear: both;
	float: none;
	margin-bottom: 15px;
}
#top #nav {
	width: 860px;
	height: 38px;
	position: absolute;
	top: 190px;
	left: 50%;
	text-align: center;
	font-size: 1.4em;
	margin: 0 0 10px -430px;
}
#top #nav a {
	font-weight: bold;
	text-decoration: underline;
	color: #030;
	padding: 0 35px;
}
#top #nav #spacer {
	width: 50px;
	margin: 5px 120px;
	display: inline;
}
#home #content {
	text-align: center;
	margin: 0 auto;
	width: 960px;
}
#home p {
	text-align: left;
	padding-bottom: 10px;
	line-height: 1.5em;
	font-size: 1.1em;
}
#home #leftContent {
	float: left;
	width: 470px;
	text-align: left;
}
#home #rightImg {
	float: right;
	margin: 15px;
	font-style: italic;
	width: 350px;
	height: 300px;
}
#home iframe {
	clear:both;
	margin: 30px;
}

/* Page */
div #page {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

#page #content {
	text-align: center;
	margin: 0 auto;
	width: 960px;
}
#page p {
	text-align: left;
	padding-bottom: 10px;
	line-height: 1.5em;
	font-size: 1.1em;
}
#page p {
	text-align: left;;
}
#page table {
	text-align: left;
	padding-bottom: 10px;
	line-height: 1.5em;
	font-size: 1.1em;	
}
#page #leftContent {
	float: left;
	width: 470px;
	text-align: center;
}
#page #rightImg {
	float: right;
	margin: 15px;
	width: 400px;
}

#page h2 {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 10px;
}
#page h3 {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 10px;
}
.slideshow {
	display: block;
	height: 260px;
	margin-bottom: 5px;
}

#page h4 {
	font-style: italic;
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 10px;
}
#page ul {
	font-size: 1.1em;	
}
#page li {
	margin-bottom: 12px;	
}
#footer {
	width: 850px;
	text-align: center;
	border-top: #000 1px solid;
	clear: both;
	margin: 0 auto;
	margin-top: 35px;
	padding: 10px;
}

