/* html>body #ContainerMaster, html>body #ContainerMasterHomePage {height: auto; min-height: 100%;}  */

html {
	height: 100%;
	/* background-color: #FFFFFF; */
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size:12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:#EAEAEA;
}

p,div,td,th,span,form,tr,table,h1,h2,h3,h4,h5,img{
	margin: 0px;
	padding:0px;
	font-size:1.0em;
	border:none;
}
p,div,td,h1,h2,h3,h4,h5{
	line-height:1.8em;
}

img, div { 
	behavior: url(/images/iepngfix.htc);
}

input,select{
	font-size:12px; }
textarea{
	font-size:12px; }

a{
	text-decoration:none;
	color:#336699; }
a:hover{
	text-decoration:underline;
	color:#336699; }

hr{
	background-color:#CCCCCC;
	color:#336699;
	border:0px;
	width:100%;
	height:1px;
	margin-top:25px;
	margin-bottom:25px;
}

h1{
	font-size:18px;
	font-weight:normal;
	text-align:left;
	color:#336699;
	padding-top:10px;
	padding-bottom:5px;
	letter-spacing:2px;
}

h2{
	font-size:14px;
	margin-bottom:0px;
	font-weight: bold;
	color:#FF6600;
	letter-spacing:1px;
}

h3{
	font-size:12px;
	margin-top:3px;
	margin-bottom:5px;
	font-weight: bold;
	color:#336699;
}

h4{
	font-size:14px;
	margin-bottom:0px;
	font-weight: bold;
	color:#990000;
}

h5{
	font-size:12px;
	margin-top:3px;
	margin-bottom:5px;
	font-weight: bold;
	color:#FF6600;
}

ul{
	font-size: 1em;
	margin-top:0px;
	margin-bottom:15px;
	list-style-type:none;
}

li{
	margin:0px;
	list-style-type:square;
	margin-top:6px;
	margin-bottom:6px;
}

/* MAIN PAGES */
#substance{
	padding:40px;
	padding-top:10px;
	width:728px;
	background-color:#FFFFFF;
	text-align:left;
	color:#333966;
}
#substance p{
	margin-top:10px;
	margin-bottom:10px;
	letter-spacing:1px;
	text-align:justify;
}
#substance li{
	letter-spacing:1px;
}

#image-box{
    float:right;
    width:310px;
	text-align:right;
}

/* SHADOW DIVS */
#top-shadow{
	width:838px;
	height:15px;
	margin:0 auto;
	margin-top:15px;
	background-image:url(/images/shadow-top-right.png);
	background-position:right;
	background-repeat:repeat-y;
}
#inner-shadow{
	width:808px;
	height:15px;
	background-color:#FFFFFF;
	text-align:right;
}
#bottom-shadow{
	width:838px;
	height:20px;
	margin:0 auto;
}
#bottom-shadow-left{
	width:30px;
	height:20px;
	float:left;
	background-image:url(/images/shadow-bottom-left.png);
	background-position:right;
}
#bottom-shadow-center{
	width:778px;
	height:20px;
	position:relative;
	top:0px;
	float:left;
	background-image:url(/images/shadow-bottom.png);
	background-position:right;
	background-repeat:repeat-x;
}
#bottom-shadow-right{
	width:30px;
	height:20px;
	position:relative;
	top:0px;
	float:left;
	background-image:url(/images/shadow-bottom-right.png);
	background-position:right;
	background-repeat:repeat-x;
}

/* AJAX RELATED */
.aAjax{
	cursor:pointer;
	cursor:hand;
}

* html #ajaxDiv { /* ie6 hack */
	position: absolute;
	min-height:700px;
}
#ajaxDiv{
	position:absolute;
	left:150px;
	top:0px;
	width:600px;
	height:auto;
	padding:25px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	display:none;
	z-index:103;
}

#clearboth{
	clear:both;
}

/* HEADER< TOP NAV ETC */
#wrapper{
	width:838px;
	margin:0 auto;
	background-image:url(/images/shadow.png);
	background-position:right;
	background-repeat:repeat-y;
}

#content{
	width:808px;
	text-align:left;
	background-color:#FFFFFF;
	padding-top:25px;
	padding-bottom:20px;
}
#logo{
	width:50%;
	padding-left:40px;
	float:left;
}
#nav{
	width:40%;
	float:right;
	text-align:right;
	padding-right:20px;
}
#nav a{
	text-decoration:none;
	color:#006600;
	font-size:0.8em;
}
#nav-table td{
	text-align:center;
	width:75px;
}

#footer{
	font-size:0.8em;
	text-align:right;
	color:#CCCCCC;
}
#footer span{
	margin-left:5px;
	margin-right:5px;
}
