html{
	overflow: auto;
	}
	
body{
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	height: 100%;
	
	overflow: hidden;
	}
	
p {
	margin-top: 0em;
	margin-bottom: 1em;
	}
	
p.title {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	text-align: left;
	}

p.caption {
	font-family: Georgia, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
	}
	
p.banner {
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #999999;
	}
	
h1 {
	font-family: Georgia, serif;
	font-size: 48px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	color: #777777;
	}

h2 {
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	text-align: center;
	color: #666666;
	}
	
ul {
	padding: 0em;
	margin: 0em;
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 16px;
	}

li {
	font-family: Georgia, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	}

li.return {
	margin-top: 6px;
	margin-bottom: 0em;
	padding: 0;
	}

li.space {
	margin-top: 17px;
	margin-bottom: 0em;
	padding: 0;
	}

a {
	outline: 0;
	}
	
a:link {
	text-decoration: none;
	color: #CCCCCC;
	}

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

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

a:active {
	text-decoration: none;
	color: #777777;
	}
	
div.container {
	width: 950px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top:50px;
	margin-bottom:10px;
	position: relative;
	padding: 0px;
	
	overflow: hidden;
	}
	
div.header {
	width: 600px;
	height: 125px;
	float: left;
	}
	
div.subheader {
	width: 200px;
	height: 15px;
	float: left;
}

div.info {
	width: 175px;
	height: 125px;
	float: left;
	color: #333333;
	}
	
div.column {
	width: 300px;
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	text-align: left;
	}
	
div.spacer {
	width: 25px;
	float: left;
	}
	
div.element {
	width: 300px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 25px;
	float: left;
	text-align: left;
	}
	
div.toggleDown {
	width: 280px;
	height: 40px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	float: left;
	text-align: left;
	}
	
div.toggleUp {
	width: 280px;
	height: 21px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 25px;
	float: left;
	text-align: right;
	}

div.bigToggleUp {
	width: 950px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top:50px;
	margin-bottom:10px;
	position: relative;
	padding: 0px;
	text-align: center;
	}
	
div.bigToggleDown {
	width: 950px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top:50px;
	margin-bottom:10px;
	position: relative;
	padding: 0px;
	text-align: center;
	}

	
div.footer {
	height: 20px;
	position: relative;
	}

.footer a:link {
	text-decoration: none;
	color: #333333;
	}

.footer a:visited {
	text-decoration: none;
	color: #333333;
	}

.footer a:hover {
	text-decoration: underline;
	color: #777777;
	}

.footer a:active {
	text-decoration: none;
	color: #777777;
	}
	
.header a:link {
	text-decoration: none;
	color: #666666;
	}

.header a:visited {
	text-decoration: none;
	color: #666666;
	}

.header a:hover {
	text-decoration: underline;
	color: #999999;
	}

.header a:active {
	text-decoration: none;
	color: #999999;
	}

.info a:link {
	text-decoration: none;
	color: #666666;
	}

.info a:visited {
	text-decoration: none;
	color: #666666;
	}

.info a:hover {
	text-decoration: underline;
	color: #999999;
	}

.info a:active {
	text-decoration: none;
	color: #999999;
	}

div.clearfooter {
	height: 10px;
	clear: both;
	}
			
img {
	border-style: none;
	padding: 0px;
	border-width: 0px;
	outline: 0;
	}

.hiddenDiv{
	width: 280px;
	display: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	float: left;
	text-align: left;
}