a {	
	color: #3366CC;	
	text-decoration: none
}
a img {
    border: 0px;
}
body {	
	background-color: #E2BBD8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

h1 {
font-size:30px;
line-height:2em;
text-align:center;
font: Geneva, Arial, Helvetica, sans-serif
}

h2 {color: black}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	
	background-color: #006666;  	
	color: #DCDCDC
	}
	
h4 {color: #000000}

#fix {
	clear: both; 
	width: 100%; 
	height: 0; 
	line-height: 0; 
	font-size: 0; 
	padding: 0; 
	margin: 0; 
	border: 0;
}
	
#wrapper{}

#container{  
	width:825px;
	height:inherit;
	background-color:#DED6C9;
	border-style: double;
	border-color:#95ADD8;
	float:none;
	top:40px;
	}
	
#content{ 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	position:relative;
	height:100%;
	line-height:normal;
	margin:5px;
}

#toplist{ 
	border:dotted; 
	border-color:#95ADD8; 
	height:150px;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:20px;
	padding-bottom:5px;
	}
	
#textbar{ text-align:center; background-color:#95ADD8; }

#banner{ 
	background-color:#DDD6C9;
	background-image:url(AMT_narrow-2.jpg); 
	height:85px; 
	background-position:center; 
	background-repeat:no-repeat;
}

#imgtop{}

#imgfloat{ 
	background-color:white;
	background-repeat:no-repeat;
	background-position:right;
	padding:1px;
	width:430px;
	color:#FFFFFF;
}

#navbar { 
	font: bold 10px Trebuchet MS;
	border-top: 1px solid #BDC3D3;
	background-color:#95ADD8;
	height:33px;
	width:800px; 
	border-bottom: 3px solid #9DA3CD;
}

.navbar {
font-size:0.85em;
position:relative;
z-index:100;
}

/* remove all the bullets, borders and padding from the default list styling */
.navbar ul {
padding:0;
margin:0;
list-style-type:none;
}

.navbar ul ul {
width:160px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.navbar li {
float:left;
width:160px;
position:relative;
}

/* style the links for the top level */
.navbar a, .navbar a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:white; 
width:140px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 1px 1px; 
background:#95ADD8; 
padding-left:10px; 
line-height:29px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .navbar a, * html .navbar a:visited {
width:160px;
w\idth:140px;
}

/*second level starts here */
.navbar ul ul a.drop, .navbar ul ul a.drop:visited {background:#95ADD8;}

.navbar ul ul a.drop:hover{background:#E2BBD8;}

.navbar ul ul :hover > a.drop {background:#E2BBD8;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.navbar ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:160px;
}

/* another hack for IE5.5 */
* html .navbar ul ul {
top:30px;
t\op:31px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.navbar table {position:absolute; top:0; left:0;}

/* style the second level links */
.navbar ul ul a, .navbar ul ul a:visited {
background:#95ADD8; 
color:white; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:130px
}

/* yet another hack for IE5.5 */
* html .navbar ul ul a{
width:160px;
w\idth:130px;
}

/* style the top level hover */
.navbar a:hover, .navbar ul ul a:hover{
color:white; 
background:#E2BBD8;
}

.navbar :hover > a, .navbar ul ul :hover > a {
color:white;
background:#E2BBD8;
}

/* make the second level visible when hover on first level list OR link */
.navbar ul li:hover ul,
.navbar ul a:hover ul{
visibility:visible; 
}


