/*Generic styles
*************************************/
body	{
	background: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	}

h1	{
	font: bold 20pt arial, helvetica, sans-serif;
	color: #339;
	text-align: center;
	}


h2	{
	font: oblique bold 12pt arial, helvetica, sans-serif;
	color: #339;
	}

p	{
	font: 12pt arial. helvetica, sans-serif;
	}

/*CLASSES
***************************************/

.center	{
	font: bold 12pt arial, helvetica, sans-serif;
	color: #339;
	padding-left: 175px;
	}

.mugshot{
	float: left;
	margin-right: 15px;
	}

li.left	{
	margin-left: -40px;
	}

li.empty{
	list-style-type: none;
	margin-left: -40px;
	}
/*IDS
***************************************/


div#wrapper{
	margin: 0 auto;
	width: 760px;
	background: #339;
	}

div#banner{
	height: 110px;
	background: url(img/moleculeBkg.gif) no-repeat #fff;
	}

#valid-html{
	position: relative;/*W3C validate logo*/
	top: -50px;
	float:right;
	}


#logo{
	float: left;
	padding: 15px 0 0 15px;
	}

div#header{
	text-align: center;
	padding: 5px 0 14px 0;
	}

#header h1{
	font-family: "times new roman", serif;
	font-size: 32pt;
	font-weight: bold;
	background-color: transparent;
	color: #000;
	padding: 20px 0;  margin: 0px;
	}

#shadow{
	background: url(img/shadow.gif) repeat-x;
	}


div#main{
	float: right;
	background: #eef;
	width: 600px;
	text-align: left;
	padding: 0 10px 30px 10px;
	}

div#nav	{
	float: left;
	background: url(img/NavShade.gif) repeat-x;
	width: 130px;
	height: 550px
	}

div#nav ul{
	list-style-type: none;
	}

div#nav ul li{
	display: block;
	width: 120px; height: 25px;
	font: 10pt arial, helvetica, sans-serif;
	background: #666669;
	color: #bbb;
	margin: 5px 0 5px -37px;
	border: 2px outset #ff9;
	}

div#nav ul li a{
	display: block;
	width:120px; height:25px;
	text-decoration: none;
	color: #fff;
	background: #339
	}

div#nav ul li a:focus, div#nav ul li a:hover{
	background: #99f;
	border: 2px inset;
	}


div#footer{
	clear: both;
	width: 700px;
	color: #fff;
	padding: 20px 0 15px 30px;
	}

#footer a{
	color:#99f;
	}
/********************************Pseudo Classes****************************/


