*, html, body { 
	margin: 0; 
	padding: 0;
	line-height: 1.6em;
	font-size: 1em;
}
html, body {
	height: 100%;
}
body {
	font-family:"Thesis Sans",'Trebuchet MS',Tahoma,Arial,Verdana,sans-serif;
	/*font-family: "Times New Roman", Times, serif;*/
	font-size:17px;
	color:#000;
	opacity:0.99999; /* fix text flickering in Fx & Camino for Mac */
}

img, form {
	margin:0px;
	border:none;
}

.png {
	line-height: 1px;
}

hr{
	font-family:"Times New Roman", Times, serif;
	width: 100%;
	border:none;
	color:#e0e0e0;
	border-top: #e0e0e0 1px solid;
	margin:10px 0px 10px 0px;
	clear:right;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Thesis Sans", 'Trebuchet MS', Tahoma, Arial, Verdana, sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-variant:normal;
	font-weight: bold;
	line-height:1.6em;
}

h1 {
	font-size: 1.3em;
}

a {color: #636466; outline: none;}
a:link {color: #636466;}
a:hover {color: #CCCCCC;}
a:active {color: #CCCCCC;}


#bkg {
}

.clearer{
	clear:both;
}
.clearer_r {
	clear: right;
}
.clearer_l {
	clear:left;
}
span.amp {
	font-family:Plantin,"Plantin std","Plantin","Baskerville","Goudy Old Style","Palatino","Book Antiqua",serif;
	font-size:110%;
	font-style:italic;
}

/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #fff;
padding:0px;
margin:0px;
}


h1 {
	font-family:"Times New Roman", Times, serif;
font-size: 1.3em;
text-transform:uppercase;
padding:5px 0px 5px 10px;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}


/* ----------container to center the layout-------------- */
#container {
	width: 885px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background:url(/images/main_bg.gif) repeat-y;
	background-color: #fff;
}

/* ----------banner for logo-------------- */
#banner {
	background:url(/images/banner.gif) center top #fff;
	height:230px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

#banner a img{
	margin-top:20px;
}

/* -----------------content--------------------- */
#content {
	background:url(/images/content_ftr.gif) no-repeat bottom right;
	padding: 0px;
	margin-left: 272px;
	margin-right: 0px;
}

#contentHdr{
	height:82px;
	width:613px;
	background:url(/images/content_hdr.gif) no-repeat top right;	
}

#contentBody{
	padding: 0px 33px 35px 47px;
	margin-top: -35px;
}

div#content { 
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
	background:url(/images/left_bg.gif) repeat-y;
	float: left;
	width: 272px;
	margin: 0px;
	padding: 0px;
}

#leftBody{
	padding:10px 10px 10px 21px;
}

#menu{
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}

#menu ul li{
	text-transform:uppercase;
	font-size:22px;	
}

#menu a:link,#menu a:visited{
	text-decoration:none;
	color:#636466;
}

#menu a:hover{
	color:#CCCCCC;
}

#menu ul{
	margin:15px 0px 25px 0px;
}

#leftFtr{
	position: relative;
	float: left; 
	margin-bottom:0px;
	margin-top:-258px; 
}

#copy{
	position:relative;
	right:0px;
	top:-4px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

/* -----------footer--------------------------- */
#footer {
	background-color:#fff;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: right;
}


