@charset "UTF-8";
/* CSS Document */
 
body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
	background:#e5e5e5;
	background-image: url(images/diquebg.jpg);
	background-repeat: repeat-x;
	font-family: "Century Gothic", "Lithos Pro Regular", "Lucida Grande", "Lucida Sans Std", Verdana;
	font-size: 100%;
}
  #container {
	width: 90%;
	margin: 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 780px;
} 
  #header {
	background: #DDDDDD;
	padding: 0 10px;  
	background-image: url(images/header1.3.jpg);
	margin-top: 0px;
	height: 80px;
} 
  #header h1 {
	font: 500 small-caps 3em/2em "Century Gothic", "Lucida Grande", "Lucida Sans Std", Verdana, sans serif;
	letter-spacing:0.3em;
	color: #FFFFFF;
	text-shadow:1px 1px 1px #444;
	padding-left: 84px;
	margin: 0px;
}
 #header a:link {
	color: #FFF;text-decoration: none;
}
 #header a:hover {
	color: #FFF;text-decoration: underline;
}
  #header a:visited {
	color: #FFF;
	text-decoration: none;
}
 #sidebar1 {
	float: left;
	width: 140px;
	background: #EBEBEB;
	padding: 15px 0;
	background-image: url(images/black.jpg);
	margin-top: 10px;
	height: 90%;
	top:90px;
	position: absolute;
}
#sidebar1 ul li {
	list-style: url(none) none;
	line-height: 1.6em;
	font-size: 1.2em;
	text-decoration: none;
	color: #f6f7f7;
	margin-left:-15px;
	letter-spacing: 2px;
}
#sidebar1 a:link {
	color: #f6f7f7;
	text-decoration: none;
	letter-spacing: 2px;
	display: block;border-bottom: solid thin none;
}
#sidebar1 a:hover {
	color:white;
	border-bottom: solid thin white;
	background-image: url(images/navrt.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
#sidebar1 a:visited {
	color:#f6f7f7;
	text-decoration: none;
	display: block;
}
 #mainContent {
	margin: 20px 0 0 12em;
} 
#container #mainContent h5 {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 0px;
	padding-left: 15px;
	letter-spacing: 0.3em;
}
#container #mainContent img {
	margin: 30px auto;
}
#container #mainContent #text {
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#container #mainContent #mn {
	margin-left: 40px;
}
#container #mainContent #index img {
	margin:auto;float:left;
	}
#container #mainContent #index p {
	width:70%;
	margin:auto;	
	}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #mainContent  p {
	padding: 12px;
}
.style1 {
	font-size: 90%;
	color: #990000;
}

[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
  #sidebar1 { padding-top: 30px; }
  #mainContent {
	zoom: 1;
}
/* end conditional comment */
</style>
<![endif]
