/* *** 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: #798591;
font-size: 12px;
font-family: Arial, Sans-Serif;
padding:0px;
margin:0px;
}
a:link {
	color: #0000FF; 
	text-decoration: none;
}
a:hover {
	color: #0000FF; 
	text-decoration: underline;
}
a:visited {
	color: #0000FF; 
	text-decoration: none;
}
a:visited:hover {
	color: #0000FF; 
	text-decoration: underline;
}

#Logo {
	position: inherit;
	top: 0px; margin-left:25px;
	height: 100px; width: 541px;
	background-image: url(images/LogoTop.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#Menu {
	top: 88px;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	background-color: #FFFFFF;
	font-family: Arial; font-size: 12px; color: #000000;
	text-align: center;
}
#Menu a {
	color: #000000;
	text-decoration: none;
}
#Menu a:hover {
	color: #000000;
	text-decoration: underline;
}
/* Menu*/

#BannerGraphic {
	height: 171px; width: 760px;
	/*background-image:url(images/Banner01.jpg);
	background-repeat: no-repeat;*/
}
#FloatRight {
	float: right;
	width: 195px;
	padding-left: 8px; padding-top: 6px; padding-right: 3px; padding-bottom: 3px;
	margin-left: 15px; margin-top: 2px; margin-right: -0px;
	background-color: /*#9ab7e5;*/#c6dcf1;
	background-image: url(images/RightBlueBoxTop.jpg);
	background-repeat: no-repeat;
	clear: left;
}
/*Inter Menu*/
/* ----------container to center the layout-------------- */
#Wrapper {
width: 760px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
}

/* ----------banner for logo-------------- */
#Banner {
background-color: #FFFFFF;
padding: 0px;
margin: 0px;
}

/* -----------------content--------------------- */
#MainContent {
background-color: #ffffff;
padding: 0px;
margin-left: 10px;
margin-right: 0px;
}
div#MainContent { 
height: 300px;
min-height:300px;
}

.PageTitle {
	font-family: Arial;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
	margin-left: 10px;
	text-align: left;
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#LeftColumn {
float: left;
margin-top: -5px;
width: 175px;
padding: 0px;
background-color: #73889C;
text-align: left;
background-image:url(images/InteriorLeftFloatBottom.jpg);
background-repeat: no-repeat;
background-position:bottom;
}
#LeftColumn a {
	color: #FFFFFF;
	text-decoration: none;
}
#LeftColumn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* -----------footer--------------------------- */
#Footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: center;
	background-color: #798591;
	font-family:Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:normal;
}
#Footer a {color: #FFFFFF; text-decoration: none;}
#Footer a:hover {color: #FFFFFF; text-decoration: underline; }

p {
	font-weight: normal;
	color: #000000;
	margin-top: 10px; margin-bottom: 2px;
}

.SubHead {
	font-family: Tahoma;
	font-size: 13px;
	color: #73889C;
	margin-left: 10px;
	text-align: left;
	font-style: normal;
	font-weight: bold;
}
.OrangeHeadline {
	font-family:Tahoma;
	font-size: 13px;
	font-weight: 800;
	color: #8A1D04; /*#993333;*/
	text-decoration: none; padding: 2px;
}
.WhiteHeadline {
	font-family:Tahoma;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

