body {
	background: #ffffff url(images/hback.jpg) no-repeat top center;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
A.menu, a.menu:link, a.menu:visited 
	{ 
	color: #ffffcc;
	text-decoration: none;
	font-size: 9px;
	text-transform: uppercase;
	font-family: verdana, arial, helvetica, sans-serif;
	}

a, a:link, a:visited, a:active, a:hover 
	{ 
	color: #cc0000; 
	text-decoration: none; 
	font-transform: none;
	}	
	
a.bold, a.bold:link, a.bold:visited, a.bold:active, a.bold:hover 
	{ 
	color: #cc0000; 
	text-decoration: none; 
	font-transform: none;
	font-weight: bold;
	}		


#header {
  float:left;
  width:100%;
  background: url("images/bg.gif") repeat-x bottom;
  font-size:75%;
  line-height:normal;
  margin: 0px;
  padding: 0px;
  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("images/norm_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("images/norm_right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:normal;
  color:#ffffff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#c38888;
  }
#header #current {
  background-image:url("images/norm_left_on.gif");
  }
#header #current a {
  background-image:url("images/norm_right_on.gif");
  color:#000000;
  padding-bottom:5px;
  }

#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-top: 116px;
	}

#content {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 1px #330000;
	border-right: solid 1px #330000;
	border-bottom: solid 1px #330000;
	padding: 10px;
	padding-top: 30px;
	}

.footer
	{
	height: 46px;
	}
	
.footer p {	
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	}


h1 {
font-family: arial, helvetica, sans-serif;
color: #330000;
font-size: 100%;
}

h2 {
font-family: arial, helvetica, sans-serif;
color: #000000;
font-size: 90%;
margin-bottom: 10px;
}

h3 {
font-size:90%;
line-height:125%;
font-family: arial, helvetica, sans-serif;
padding: 0px;
padding-top: 6px;
margin: 0px;
color: #330000;
font-weight: normal;
}

.red
{
	color: #cc0000;
	font-weight:  bold;
}

#content p {
	font-size:80%;
	line-height:125%;
	padding-bottom: 6px;
	margin: 0px;
	}

#content li {
	font-size:80%;
	line-height:125%;
	padding-bottom: 6px;
	margin: 0px;
	}

#content ul {
	margin-top: 4px;
	}

.imgleft
{
	float: left;
	margin: 10px;
	
}

.imgleftofcenter
{
	float: left;
	padding: 10px;
	margin-left: 50px;
	margin-right: 10px;
	
}

.imgright
{
	float: right;
	margin: 10px;
	
}

.right {
	float: right;
	width: 250px;
	padding-left: 20px;
	border-left: solid 3px black;
	margin-left: 20px;
	}

.half {
	float: left;
	width: 48%;
	padding-right: 20px;
	border-right: solid 3px black;
	margin-right: 20px;
	} 
 
div.right p {
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px;
	}





  
.caption { 
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	}
.pad 
{
	padding: 10px;
	

}
br.clear { clear: both;}


table.center p {
	text-align: center;
}

p.homepage
{
	text-align: center;
	font-weight: bold;
}

hr.news
{
	color: #cc0000;
}

table.task {
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	margin: 6px;
}

.task th {
	font-size: 12px;
	font-weight: bold;
	color: #330000;
	text-align: left;
	padding: 4px;
	background-color: #DCDCDC;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	}
	
.task td {
	padding: 4px;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;

	}
.projects td { padding-bottom: 6px; padding-top: 6px; border-bottom: 1px solid silver; }
.projects { border-collapse: collapse; }
.projects img { margin-right: 6px; border: solid 1px black; }
