html { padding: 0px; border: 0px; }

body {
	padding: 0px;
/* 	background: #cc6600 url('/img/botright.png') no-repeat bottom right fixed; */

	margin:20px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */

	font-family: 'Trebuchet MS', 'lucida grande', verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	text-transform: lowercase;
	color: white;
}
	 
hr { height: 2px; border: 0; border-top: dashed 1px #ffaaaa; width: 100%; }

#navmenu {
	float: left;
	text-align: left;
	left:0px;
	top:0px;
	width:100px;
	height: 100%;

	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;

	padding: 1em;	

	font-size: 80%;
}

#topmenu {
	float: left;
	width: 192px;
	left:0px;
	top:0px;
	padding-left: 8px;
	color: #ff9933;
/*	color: #ffcc66; */
/*	background: #ff9933; */
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
}

#topmenu-selected {
/*	text-decoration: underline; */
	color: #000;
}

#topsubmenu {
	text-transform: lowercase;
	font-weight: bold;
	color: #000;
	padding-left: 8px;
	width: 213px;
}

#projtitle {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	/* width: 213px; */
}

#projinfo {
	font-weight: bold;
	/* font-style: italic; */
	padding-bottom: 0.6em;
}

.projtable {
	margin-left: 1em;
	vertical-align: top;
}


img.floatimg {
	float: right;
}

ul.navmenu { 
	list-style-type: none; 
	text-transform: uppercase; 
	font-size: 70%;
	padding-left: 0px;
	
}

#sidebar {
	position: relative; 
	float: right;
	right:-1em;
	width:30%; 
	background:#778899;
	color: #ffffff;
	border: 1px dotted black;
	padding: 1em;
	font-size: 90%;
}

#header {
	position: relative;
	background:#80cc33;
	margin-top: -20%; 
	padding: 0px;
	padding-left: 1em;
/* top: 0px; */
	width: 100%;

	
}

#main { 
	padding-left: 180px;
	padding-top: 2em;
	padding-right: 14em;
	z-index: -1;
}

#footer {
	width: 100%;

	padding-top: 1em;
	font-size: 60%;
	text-transform: uppercase;
}

#Content {
	width:640px;
	
 	margin: 0px auto; 

	text-align:left; /* Counteract to IE5/Win Hack */
/*	padding:1em; */
	border:1px solid #000; 
	background-color:#ffcc66; 
	color: #000;
	}

#actualContent {
	/* height: 480px; */
	padding-top: 0px;
	margin-left: 221px;
	margin-right: 2em;
	margin-top: 0px;

	line-height: 160%;
	font-size: 80%;

/* border: 1px solid red; */
}

h1, h2, h3 {
/*padding-top: 0px; */
margin-top: 2em;
}

a { text-transform: uppercase; font-size: 88%; text-decoration: none; font-weight: bold; } 

a:link {color: #cc6600; }
a:visited {color: #600000; }
a.projimg:hover { background: #ffcc66; }
a:hover {color: #c00000; background: #fafad2; }
a:active {color: #ff0000; }

img { border: 0; }

.projimg { border: 0; padding: 0; margin: 0; }

#logoimg {
	border: 0;
	position: relative;
	right: 8px;
	top: 8px;
	float: right;
	z-index: 200;
}

.frontpage {
	font-size: 145%;
	margin-bottom: 1.2em;
	line-height: 160%;
	margin-top: 1.2em;
	text-transform: lowercase;
}


/* auto margins don't work on all
 * browsers, so don't use this if
 * it matters when it breaks.
 */
#centhack {
	margin-right: auto;
	margin-left: auto;
}


#scenario {
	font-size: 90%;
	line-height: 110%;
	margin-left: 1em;
	margin-right: 1em;
}

#scenariolist {
	padding-left: 1em;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 110%;
	list-style-type: none;
}