/* CSS Document */

body,
html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	margin:0;
	padding:0;
	background:#fff;
	color:#333;
}
body {
	min-width:800px;
}

h1{font-size:1.4em;}
h2{font-size:1.1em;}
#wrapper {
	background:#fff;
	margin:0 auto;
	width:800px;
}
#banner {
	background:#fff;
}
#banner h1,h2 {
	padding:5px;
	color:#000066;
	margin:0;
}
#nav {
	background:#fff;
	float:left;
	width:180px;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}
#content {
	background:#fff;
	float:right;
	width:620px;
}
#content h2, #content h3, #content p {
	padding:0 10px;
}

#menu {padding:0; margin:40px 15px; width:0;}

#menu li {list-style-type:none; width:200px; height:20px; margin:2px 0; clear:both;}

#menu li.selected a{position:relative; display:block; width:120px; height:18px; border:1px solid #000; background-color:#65707b; color:#000; padding-left:3px; text-decoration:none;}

#menu a, #menu a:visited {position:relative; display:block; width:120px; height:18px; border:1px solid #000; background-color:#f8f8e8; color:#000; padding-left:3px; text-decoration:none;}

#menu a span, #menu a:visited span {display:none;}

#menu a:hover {color:#fff; background-color:#65707b; border:1px solid #000; text-decoration:none;}

#menu a:hover span {position:absolute; display:block; left:130px; top:0; width:0px; height:0px; border-left:8px solid #c00; border-top:8px solid #fff; border-bottom:8px solid #fff; font-size:1px; line-height:0;}

* html #menu a:hover span {width:8px; height:16px; w\idth:0; he\ight:0;}

#details {float:left;}
#logos {float:right;}

.header{text-align:center;}
.clear{clear:both;}
.italicdesc{font-style:italic; font-size:0.8em;}