﻿/** BASIC */
.NoPrint 
{
    display: none;
    visibility: hidden;
}

body {
	margin: 0px;
	padding: 0px;
    background: white;
    color: black;	
}

body.printerFriendly {
    background: white;
    color: black;
}

.print100PercentWidth
{
    width: 100%;
}

/** HEADINGS */

h1, h2 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	color: #504E42;
}

h2 {
	margin-bottom: 30px;
	font-size: 14px;
	color: #990000;
}

h3 {
	margin-bottom: 1em;
	font-size: 11px;
	color: #504E42;
}
/** SEARCH */

#search {
    display: none;
}
/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B6D74;
    text-align: left;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 200%;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** LINKS */

a {
	color: #578BB1;
}

a:hover {
	text-decoration: none;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B6D74;
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.border {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #E1DFD8;
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

.detailHeaderStyle {
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.headerLabelStyle {
    font-size: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/** WRAPPER */

#wrapper {
	width: auto;
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
}

#wrapper2 {
	width: auto;
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
}

#wrapper3 {
	width: auto;
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
}

/** HEADER */

#header {
	display: none;
}

/** MENU */

#menu {
	display: none;
}

#menu ul {
	margin: 0px;
	padding: 23px 0px 0px 15px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 10px 0px 11px;
	background: url(images/subpage1_03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** BANNER */

#banner {
	display: none;
}

/** PAGE */

#page {
}

#single {
	padding: 25px;
	background: url(images/homepage07.gif) repeat-x left top;
}



/** SIDEBAR */

#sidebar {
	width: 250px;
}

#homepage #sidebar {
	width: 288px;
}


/** FOOTER */

#footer {
	display: none;
}

#footer p {
	margin: 0px;
	padding: 80px 0px 0px 0px;
	text-align: center;
	color: #C6C4BC;
}

