body {
color: black;
padding:0px;
margin:0px;
	background: #53b7e8 url(img/bg.png) repeat-x;
	font: 11px/14px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
}
a {color: #66CC33;
	text-decoration: none;
}
a:visited {color: #66CC33;
	text-decoration: none;
}
a:hover {color: #477532;
	text-decoration: none;
}
a:active { color:#000000;
	text-decoration: none;
}

h1 {
font-size: 13px;
background-color: #fff;
padding: 0;
	line-height: 16px;
	text-decoration: none;
}

h2 {
font-size: 12px;
font-weight: bold;
padding: 5px 0;
margin:0px;
	color: #1e7a99;
}

h3 {
font-size: 13px;
padding: 0;
margin: 0px 0px 0px 80px;
color: #1e7a99;
line-height: 16px;
	text-align: left;
}

h4 {
font-size: 16px;
padding: 0;
margin: 0px 0px 5px;
color: #1e7a99;
	line-height: 16px;
	text-align: left;
}

h5 {
font-size: 13px;
padding: 0;
margin: 20px 0px 5px;
color: #66CC33;
line-height: 16px;
	text-align: left;
	font-weight: bold;
}



img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 895px;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
background-color: #fff;
	height: 966px;
}


#vial {
	width: 216px;
	height: 301px;
	position: relative;
	top: 336px;
	left: 0px;
	background-image: url(img/vial.jpg);
}

/* ----------banner for logo-------------- */
#banner {
background-color: #fff;
text-align: right;
padding: 0px;
margin: 0px 0px 33px;
	height: 128px;
}
#banner img {padding: 0px 10px 0px 0px;
	display: inline;
} 

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 5px 0px 0px 5px;
margin-left: 200px;
margin-right: 10px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/*--------------------------------------------------
	Sections
--------------------------------------------------*/

	#sections {
	margin-top: 24px;
	line-height: 15px;
}

	#sections h2 {
	display: block;
	position: relative;
	color: #66CC33;
}
	#sections h2 a {
	display: block;
	position: relative;
	text-decoration: none;
	z-index: 99;
	color: #66CC33;
	margin-top: 5px;
	margin-bottom: 5px;
}

	#sections h2 a.closed {
	font-size: 12px;
	color: #66CC33;
}
		
	#sections h2 a:hover.closed {
	font-size: 12px;
	color: #3f692a;
}

	#sections .content {
	display: block;
	z-index: 98;
	padding-bottom: 2px;
}

	#sections heading {
	font-size: 11px;
	color: #1e7a99;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}


/* --------------left navi------------- */
#left {
float: left;
width: 194px;
margin: 0px;
padding: 0px;
	height: 800px;
	background: url(img/line.png) no-repeat right;
}

* { margin: 0; padding: 0; list-style: none; }
    
    ul#nav a {
    display: block;
    height: 25px;
    background: url(img/nav_off.png) 0 0 no-repeat;
    color: #1e7a99;
	text-decoration: none;
	margin-bottom: 3px;
	font: bold 12px/26px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 10px;
	margin-left: 8px;
}
        
    ul#nav li a:hover {
        background: url(img/nav_off.png) 0 -25px no-repeat;
    }        
    
    ul#nav li a.active {
        background: url(img/nav_on.png) 0 0 no-repeat;
        color: #1e7a99;
    }


/* -----------footer--------------------------- */
#footer {
width: 895px;
margin-left: auto;
margin-right: auto;
background-color: transparent;
font-size: 15px;
padding-top: 5px;
margin-bottom: 15px;
text-align: center;
}
    #footer a {
	color: white;
	text-decoration: none;
}
        
    #footer a:hover {
	color: #1e7a99;
	text-decoration: none;
    }        
    