body {
	margin: 10px 0;
	background-color: #DDDDDD;
}
* {
	margin: 0;
	padding: 0;
}

/* --- layout ---*/
#wrapper {
	background-color: #DDDDDD;
	width: 960px;
	margin: 0 auto;
	border: 1px solid #000000;
}
#banner {
	position: relative;
	width: 100%;
	height: 170px;
	background-color: #CCECFF;
}
#banner img {
	margin-left: 80px;
}
#banner1 {
	position: relative;
	width: 100%;
	height: 269px;
	background-image: url(images/banner2c.gif);
}
#banner2 {
	position: relative;
	width: 100%;
	height: 74px;
	background-image: url(images/banner2.gif);
	
}
#menu {
	width: 100%;
	height: 25px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px 0;
	background-color: #C0C0C0;	
}
#content {
	width: 100%;
	background-color: #CCECFF;
}
#mainimage {
	width: 300px;
	height: 245px;
	float: left;
	background-color: #CCECFF;	
	margin-left: 30px;
	margin-top: 80px;
	background-image: url(images/slide1.jpg);
	display: inline;
}
#mainimage2 {
	width: 200px;
	float: left;
	background-color: #CCECFF;	
	margin-left: 68px;
	margin-top: 80px;
	display: inline;	
}
#maintext {
	position: relative;
	width: 520px;
	margin: 0 0 0 auto;
	background-color: #CCECFF;
	border-style: solid;	
	border-color: #000000;
	border-width: 0 0 0 1px;	
	padding: 20px 40px;
	text-align: justify;
	min-height: 370px;		
}
#maintext2 {
	width: 540px;
	margin: 0 0 0 auto;
	background-color: #CCECFF;
	border-style: solid;
	border-color: #000000;
	border-width: 0 0 0 1px;
	padding: 20px 40px;
	text-align: justify;
	min-height: 370px;	
}
/*--- menu ---*/

#menu ul {
	position: relative;
	top: 2px;
	list-style: none;
	text-align: center;
	left: 10px;
}
#menu li {
	float: left;
	color: #000000;
}
#menu li a{
	color: #000000;
	text-decoration: none;
	font: 12px  Arial, Helvetica, sans-serif;
	padding: 4px 10px;			
}
#menu li a:hover{
	color: #000000;
	text-decoration: underline;
}

/*--- text ---*/
hr {
	color: silver;
	margin-bottom: 5px;
}
#maintext, #maintext2 {
	/*font: 12px Arial, sans-serif;	*/
	font: 0.8em/1.2em Arial, sans-serif;
	color: #000000;
	
}
h1 {
	font-size: 150%;
	padding: 12px 0;
	background-color: #CCECFF;		
}
h2 {
	font-size: 120%;
	padding: 8px 0;	
	background-color: #CCECFF;		
}
p {
	padding: 5px 0;
	background-color: #CCECFF;	
}
.color {
	color: #008080;
	font-weight: bold;
}
a {
	color: #000000;
}
.legend {
	color: #3366cc;
	font-weight: bold;	
}
#credits {
	padding: 0;
	margin: 5px;
	font: 12px Arial, sans-serif;	
	color: #000000;		
	text-align: center;
}
#credits a {
	/* text-decoration: none;	*/
}
#credits a:hover {
	text-decoration: underline;		
}
.bluetext {
	color: #3366CC;
	font-weight: bold;
}
#maintext2 ul {
	list-style-image: url(images/minilogo20.gif);
	padding: 5px 0;
}
#maintext2 li {
	margin-left: 20px;
	padding: 5px 0;
	list-style-image: url(images/minilogo20.gif);
}


/*--- images ---*/

#mainimage img,  #mainimage2 img{
	border: solid 1px #000000;
}
#mady {
	position: absolute;
	width: 108px;
	height: 60px;
	right: 3px;
	bottom: 0px;
}

/*--   fieldset fix -- */

.fixfieldset{
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
