body {
	font-size: 11px;
	height: 100%;
	width: 100%;
	background-color: white;
	margin-top:-10px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

h2 {
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 13px;
  font-weight: bold;
  color: #000; 

}


h4 {
 color: #000;
 font-weight: bold;
 font-size: 13px;
}

img {
    border-style:solid;
    border-color:#CECECE;
    border-width:thin;
    margin: 0px 1px 1px 0px;
    float:left;
}

.clear {
    clear:both;
}


hr {

	margin-bottom: 10px;
	margin-top: 10px;
	border-left-style: none;
	border-bottom-style: dotted;
	border-right-style: none;
	border-top-style: none;
	border-color: #454545;
	height: 1px;
}



#outer {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
}

.project {
	
}

.project p {
	margin-top: 6px;
	margin-bottom: 6px;
}

.plabel {
	color: #333333;
 	text-transform: uppercase;
 	font-weight: bold; 
 	margin-right: 5px;
}

#content {
	color: #666666;
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto; 
	position: relative;
	background-image: url(../media/html_images/header.jpg);
	background-repeat: no-repeat;	
}

#footer {
	margin-top: 25px;
	width:804px;
	height:25px;
	text-align: center;
	margin-left: auto;
 	margin-right: auto;
	position: relative;
	
 }

a:link, a:visited, a:active {
	color:#006400;
	font-weight:bold;
	text-decoration:none;
 }
 
 a:hover {
 	text-decoration:underline;
 }

#innercontent {
	top: 250px;
	width:804px;
 	margin-left: auto;
 	margin-right: auto;
	position: relative;
 }

