/* General */

.page-image {
	display: none;
}

.switch-media {
	display: block;
	text-align: right;
}

.description {
	display: block;
	text-align: right;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 110%;
}

html, body {
	margin:0;
	padding:0;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
}

p { 
	margin-top:0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align: justify;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 1.4em;
	color:#201E50;
}

h2 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

img {
	border: none;
}

a:link {
	color: #536430;
}

a:visited {
	color: #6E546D;
}

a:hover {
	color: #92AF56;	
	text-decoration: none;
}

/* Header */
div#header{
	display: none;
}

#logo {
	display: none;
}
#top-links {
	display: none;
}

/* Content */
div#wrapper	{
	float:left; 
	width:100%;
}

div#bg-container {
	margin-left: 5%;
	width: 80%;
	background: white;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	min-height: 0px;
	height:auto !important;
	height:0px;
}

div#container {
	background: white;
}

div#content {
	background: white;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

div#content-header {
	background: white;
}

div#content-header h1 {
	padding-top: 7px;
}

div#content p{
}

div#content h2 {
	padding-top: 0px;
	margin-bottom: 0px;
}

div#content ul {
	padding-top: 0px;
	padding-bottom: 0px;
}

div#content li {
	margin: 0px;
	padding: 0px;
}

/* Navigation */
div#navigation {
	display: none;
}


/* Footer */
div#footer {
	display: none;
}

/* Right */
div#right {
	display: none;
}
