body {
	background:#fff url("images/bg.gif") repeat-x;
	margin:0;
	padding:0;
	color:#333;
	font:x-small/1.5em 'Trebuchet MS',Arial,Sans-serif;
	overflow-y:scroll;
      voice-family: "\"}\""; voice-family:inherit;font-size:small;} html>body {font-size:small;}

h1,h2,h3,h4,h5,h6 {
	color:#333;
	margin :0 10px 5px 10px;
	padding :0 10px 0 10px;
	}
	
h1 {
	padding-bottom: 5px;
	border-bottom:1px solid #999999;
	}

h1#banner {
	margin:0;
	padding:0;
	display:inline;
	border:none;
	}
p, dl, ul, td, th {
	color:#333;
	margin :0 10px 5px 10px;
	padding :0 10px 5px 10px;
	font-size:90%;
	}

hr {
	height:1px;
	border:none;
	border-bottom:1px solid #999999;
	}

dt {
	font-weight:bold;
	}

a:link, a:visited { 
	color: #009;
	text-decoration:none;
	}

a:hover, a:active { 
 	color: #990;
	text-decoration:underline;
	}

img { border: 0; }

table.cvtable tr td {
	border: 1px solid #ccc;
	background-color: #eee;
	padding:10px;
	}

table.cvtable tr td h2,
table.cvtable tr td h3 {
	}

table.cvtable tr td p,
table.cvtable tr td ul li
	{
	font-size:110%;
	}

table.cvroles tr td
 {
	border: none;
	background-color: #eee;
	padding:2px;
	/*font-size:100%;*/
	}

table.cvroles tr th
 {
	background-color: #ddd;
	padding:2px;
	font-style:italic;
	font-size:125%;
	}

table.gallery tr td {
	padding:0;
	}


#header {
	height: 110px;
	text-align:left;
	padding-left:0;
	color: #ccc;
	margin-bottom:25px;
	background:transparent;
	}

#main, #sub {
	line-height:50px;
	}

#smalllogo {
	width:50px;
	height:50px;
	border:none;
	float:left;
	}

#content {
	padding:40px;
	background-color:#fff;
	margin-top:-5px;
}

#footer {
  position: fixed;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #ccc;
  width: 100%;
  left: 0px;
  bottom: 0px;
  text-align:right;
  color: #666;
  z-index:10000;
  opacity:0.9;
  filter:alpha(opacity:90);
}

#menu {
  list-style-type: none;
  position: absolute;
  left:0px;
  top:110px;
  width: 700px;
  margin:0;
  padding:0;
  margin-top:-10px;
}

#menu li {
  float:left;
}

#menu li a {
  display: block;
  width: 100px;
  padding-top: 9px;
  height: 16px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight:bold;
  background:url("images/menu-button.gif") 100px 0px;
}

#menu a:hover {
  color: #00f;
  background:url("images/menu-button.gif") 0px 0px; 
}

#menu a.active {
  color: #333;
  background:url("images/menu-button.gif") 0px 0px; 
}

p.frontbutton a {
	margin:6px;
	padding:3px;
	color:#f00;
	background-color:#FF0;
	border: 3px outset;
 	padding: 2px;
 	text-decoration: none;
	}
p.frontbutton a:hover,
p.frontbutton a:active {
	color:#0f0;
	background-color:#FFF;
	border: 3px inset;
	}

/* define content blocks */
div.block {
	width:auto;
	float:left;
	border:none;
	margin:2px;
	padding:6px;
	text-align:center;
	}
.clear {
	clear:both;
	}
