* {
  margin:0;
  padding:0;
  }
html {
  overflow-y: scroll;
  }
a:link, a:visited, a:active	{
  color:#ffdb66;
  font-variant:small-caps;
  text-decoration:none;
  }
a:hover	{
  color:#fff;
  text-decoration: underline;
  }
body {
  background-color:#333;
  font-family: Arial, sans-serif;
  height:100%;
  }
em {
  font-weight:bold;
  }
html {
  height:100%;
  }
h2 {
  color:#fff;
  font-size:1.2em;
  font-variant:small-caps;
  margin-bottom:.3em;
  margin-top:.8em;
  text-shadow:#111 2px 2px 4px;
  }
div > h2:first-child {
  margin-top:0;
  }
h4 {
  color:#fff;
  font-size:1em;
  font-variant:small-caps;
  margin-bottom:.3em;
  text-shadow:#111 2px 2px 4px;
  }  
li {
  margin-left:2em;
  padding-bottom:.2em;
  }
strong {
  color:#fff;
  font-weight:bold;
  }
ul {
  margin-bottom:.5em;
  }
#container {
  background:url(../img/bg.jpg);
  display:none;
  margin:0 auto;
  overflow:auto;
  width:1024px;
  }
#content {
  margin:0 auto;
  overflow:auto;
  width:1000px;
  }
#content p {
  margin-bottom:.5em;
  }
#copyright {
  background-color:#888;
  border:none;
  color:#ccc;
  font-variant:small-caps;
  font-weight:bold;
  margin-top:10px;
  padding:10px 0;
  text-align:center;
  }
#footer {
  background:url(../img/fr.jpg);
  height:30px;
  margin:-30px auto 0 auto;
  width:1024px;
  }
#header {
  background:url(../img/hr.jpg);
  height:190px;
  width:100%;
  }
#main {
  margin-bottom:30px;
  margin-left:245px;
  margin-top:1px;
  overflow:hidden;
  width:740px;
  }
#mainmenu {
  font-size:1em;
  }
#main-tabs {
  font-size:.9em;
  height:99%;
  line-height:1.4em;
  overflow:auto;
  }
#main-tabs h2 {
  background-color:#666;
  border:none;
  border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
  color:#fff;
  margin-left:-10px;
  margin-right:-10px;
  opacity:0.9;
  padding:4px 10px;
  }
#sidebar {
  float:left;
  font-size:.8em;
  margin-bottom:50px;
  margin-left:13px;
  overflow:hidden;
  width:220px;
  }
#splash {
  font-size:.8em;
  }
#splash p {
  margin-bottom:1em;
  }
.activelink {
  background:url(../img/dot.png) no-repeat center left;
  color:#fff !important;
  margin-left:-15px;
  padding-left:15px;
  }
.accordion-list {
  overflow:hidden;
  }
.accordion-list .ui-accordion-header {
  margin-top:5px;
  }
.accordion-list .ui-accordion-header a {
  font-weight:normal;
  }
.bio-photo {
  border:none;
  box-shadow: 6px 6px 2px #111; -moz-box-shadow: 6px 6px 2px #111; -webkit-box-shadow: 6px 6px 2px #111;
  float:right;
  margin:15px 10px 20px 15px;
}
.details {
  background:rgb(33,33,33);
  background:rgba(33,33,33,0.4);
  border:none;
  border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	font-size:.95em;
	line-height:1.6em;
	margin-bottom:10px;
	overflow:auto;
	padding:10px;
	}
.details p {
	margin-left:3px;
	}
p.subitems {
	margin:5px 0 0 20px;
	}
ul.subitems {
	list-style-type:square;
	padding-left:25px;
	}	
.highlight {
  background-color:#df0000;
  border:none;
  border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
  color:#fff;
  margin:0 -10px;
  opacity:0.8;
  padding:4px 10px;
  }
.ui-dialog-titlebar {
  font-variant:small-caps;
  }
.ui-tabs-nav * {
  outline:none;
  }
.sponsor-logo {
  border:solid 2px #000;
  margin:12px 10px 0 0;
}

