body {
	background-color: #d6d6ff;
	text-align: center;
} 

table.primary {
	align: center;
	background: #ffffff;
	width: 800px;
	height: 100%;
	border-width: 5px;
	border-style:double;
	border-color:#0000c0;
	cellpadding: 10;
	align: center;
}

table.menu {
	width: 700px;
        border: 0px;
	align: left;
}

table.tagline {
	width: 750px;
	align:left; 
}

.full_content {
	position:absolute;
	top: 0;
	left: 0;
	vertical-align: top; 
	height: 100%;
	background-color: #cccccc;

}

table.main_text {
	width: 575px;
	align: left; 
	border-right: 0px solid black;
}

table.right_side {
	width: 200px;
	float: right;  
}

table.projects {
	align: center; 
	text-align: left;
	border-width: 1px;	
	border-spacing: 2px;
	border-style; solid; 
	border-color:gray; 
	border-collapse: collapse; 
}

table.projects td {
	border-width: 1px;
	padding: 1px; 
	border-style: solid;
	border-color: gray;
	font-family: arial, helvetica;
	font-size: 80%;
}
table.projects th {
	border-width: 1px;
	padding: 1px; 
	border-style: solid;
	border-color: gray;
	font-family: arial, helvetica;
	font-size: 80%;
}

td.padding {
	padding: 10px;
}

td.border {
   	/* background-image: url('../images/blue_border.gif');
	background-repeat: repeat-y;
	background-position: left top;*/
	
}

p {
   font-size: 80%;
   font-family: arial, helvetica;
}

p.blue {
   	color: #0000c0;
	font-style:italic;
	font-size: 80%;
	font-family: arial, helvetica;
}

p.small {
	font-size: 60%;
	font-family: arial, helvetica;
}

ul {
   font-size: 80%;
   font-family: arial, helvetica;
}

p.header {
	font-size: 115%;
	font-style: bold; 
}

p.address {
   font-size: 65%;
}

p.welcome {
   font-size:110%;
}

a {
	text-decoration:none;
	color: #0000c0;}

a:hover {
	color: #c0c0ff;}

a:visited {
	text-decoration:none;}




#navheader {
	position: relative;
	margin: 0 0;
	width: 77%;
	height: 30px;
	padding: 0;
	border-bottom: 1px solid #0000c0;
	z-index:0;}

#navheader li {
	z-index: 3;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	font: 11px arial;}

#navheader li a {
	display: block;
	padding: 0 11px;
	text-decoration: none;
	color: #0000c0;}

#navheader li a:hover {
	color: #c0c0ff;}

#navheader li.current {
	z-index: 1;
	background: transparent url(current_bg.gif) repeat-x bottom;}
	
#slider {
	z-index: 2;
	position: absolute;
	height: 29px;
	border-bottom: 5px solid #0000c0;
}


.image {
	padding: 5px;
	border-style:solid;
	border-color: #000;
	border-width:1px;
	
      }

