body {
	background-color: #ffffff;
	font-size: 0.6em;
	font-family: Verdana, Arial, Sans-Serif;
	color:#333333;
	padding:0px;
	margin:0px;
}

a {color: #A22220;}
a:visited {color:#A22220;}
a:hover {color: #A22220;}
a:active { color:#A22220;}

h2 {
	font-size:16px;
	color: #A22220;
	font-weight: bold;
	padding: 5px 10px;
	margin:0px;
}
/*--------menu-----------*/
#menurow{
z-index:3;
}

#menurow #me a{
	width:214px;
	display:block;
	height:20px;
	float:left;
	background-color: #043C70;
	background-image: url(images/dotted_border1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #ffffff;
	font-size: 0.8em;
	font-weight:bold;
	text-align:center;
	/*text-indent: 4px;*/
	text-transform:uppercase;
	padding-top:6px;
	/*padding-bottom:2px;*/
	text-decoration:none;
	z-index:1;
	
}
#menurow #me a:hover{
	background-color: #0557A0;
	text-decoration:underline;
}
#activemenu{
	background-color: #0557A0;
	
	width:214px;
	display:block;
	height:20px;
	float:left;
	background-color: #0557A0;
	background-image: url(images/dotted_border1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #ffffff;
	font-size: 0.8em;
	font-weight:bold;
	text-align:center;
	/*text-indent: 4px;*/
	text-transform:uppercase;
	padding-top:6px;
	/*padding-bottom:2px;*/
	text-decoration:none;	
}
#menurow #menu{
	width:214px;
	font-size: 10px;
	color: #ffffff;
	text-transform:uppercase;
	float:left;
	position:relative;
	background-color: #043C70;
	margin:0px;

	text-indent: 4px;
	padding-bottom: 4px;
	background-image: url(images/dotted_border1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-decoration:none;
	/*to put on top of content*/
	z-index:3;
	
}
#menurow #none{
	display:none;
}	


img.download {vertical-align:middle;}

/* ----------container to center the layout-------- */
#container {
	width: 860px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;

} 

/* ----------banner for logo-------------- */
#banner {
	text-align: left;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-image: url(images/dotted_border1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#banner img {
	padding:10px 0px;
	border-width: 0px;
	
	} 

/* ----------outer and inner----------------- */
#fontresizer{

	float:right;
	padding-top:4px;

}
#fontresizer a{
	font-weight:bold;
	text-decoration:none;
}
#outer{ 
	border-left: solid 215px #ffffff; /* color of the left column  */ 
	border-right: solid 215px #ffffff;  /*color of the right column  */ 
	background-color: #ffffff;  /* color of the content column */
} 
#outersolo{ 
	border-left: solid 150px #ffffff; /* color of the left column  */ 
	border-right: solid 200px #ffffff;  /*color of the right column  */ 
	background-color: #ffffff;  /* color of the content column */
} 

#inner{margin:0; width:100%; } /* The ie/pc pecularity */ 

/* --------------left and right navi------------- */
#left {
 	width:215px; 
 	float:left; 
 	position:relative; 
 	margin-left:-215px; 
 	margin-right:1px;
 	font-size: 0.8em;
 }


#left #menubottom{
	float:left;
	position:relative;
	width:150px;
 	background-image: url(images/dotted_border1.gif);
	background-repeat: repeat-x;
	background-position: top;
	/*spacer ams logo*/

	margin-bottom: 12px;	

}
#left #menu a{
	float:left;
	position:relative;
	
	 width:142px;
	height:16px;	 
	 background-color: #fff/*#c1e2ff*/;
	 padding:4px;
	 
	color: #333;
	font-weight:bold;
		
	text-transform:uppercase;	 
	text-decoration:none;
 	background-image: url(images/dotted_border1.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#left #menu a:hover{
	background-color: #ECF6FF;
	/*text-decoration:underline;*/
}

#left img{
	border-width: 0px;
}
 #right {
 	width:215px; 
 	float:right; 
 	position:relative; 
 	margin-right:-215px; 
 	margin-left:1px;
 /*bgr colour taken off from border above*/
	 background-color: #ecf6ff;
  	background-image: url(images/dotted_border1.gif);
	background-repeat: repeat-x;
	background-position: top;
	 margin-top:20px;
 	margin-bottom:20px;
 	padding-top:8px;
	 line-height: 1.5em;
 }
 #rightbottom{
 	float:right;
	position:relative;
	width:215px;
 	background-image: url(images/dotted_border1.gif);
	background-repeat: repeat-x;
	background-position: bottom;

 }
 #rightsolo {
 	width:200px; 
 	float:right; 
	 position:relative; 
	 margin-right:-200px; 
 	margin-left:1px;
 	/*bgr colour taken off from border above*/

 
 margin-top:20px;
 margin-bottom:20px;
 }
  #rightsolo img{
	border: 1px solid #0557A0;
	padding:1px;
	width: 194px;

}
/* -----------------content--------------------- */ 
#content{ 
	position: relative; 
	margin: 0px;
	margin-top:24px;
	/*background-color: #f31fff; */
	/* to put behind contnent*/
	z-index: 0;
	line-height: 1.5em;
	padding-top:10px;
	padding-left:0px;
	padding-right:10px;
}
/*tan hack to move content down in ie/up in mozilla*/
* html #content {  /* nur fuer Internet Explorer */
  margin-top:0px;;     /* Version 5.x */

}
#content p img{ 
	float:right; 
	padding: 4px;
	border-width: 0px; 

}
#content p #contentimg{
	border: 1px solid #0557A0;
	padding:0px;
	width: 180px;
	float:right;
}
#content p #contentimg img{
	width: 174px;
}
#content h2{ 
	font-size: 1.2em;
}


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

#right h2,p {
	padding: 5px 10px;
	margin:0px;

}

/*  ----------------footer---------------------- */ 
#prefooter{
	clear:both;
}
#footer {
	clear:both;
	padding:0px;
	margin:0px;
	text-align: center; 
	font-size:0.8em;
 	background-image: url(images/dotted_border1.gif);
	background-repeat: repeat-x;
	background-position: top;
} 
