@charset "UTF-8";
/* CSS Document */

body {
	text-align:			center;
	background-image:	url(../_images/backgroundmain.jpg);
	background-repeat:	repeat-x;
	font: 				100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

.maincontainer #container {
	width: 780px;
	text-align: left;
	margin: auto;
	margin-top: 0px;
	background-color:#fff;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066FF;
	text-decoration: none;
}
.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}


.maincontainer #header {
	position:absolute;
	background-image:url(../_images/headerbgdark.jpg);
	width: 780px;
	height: 149px;
}

	#header img {
		position: absolute;
		top: 35px;
		left: 20px;
	}
	
	#header h2 {
		position: absolute;
		top: 25px;
		left: 195px;
		width: 300px;
	}
	
	#header h3 {
		position: absolute;
		top: 77px;
		left: 195px;
		width: 400px;
	}
	
	#header p {
		position: absolute;
		top: 30px;
		right: 15px;
		font-size:10px;
		font-weight:bold;
		text-align: right;
	}
	
	#header p a {
		text-decoration:none;
		color:#333;
	}
	
	#header p a:hover {
		text-decoration: underline;	
	}

  .maincontainer #navtop {
	position: absolute;
	top: 151px;
	width:780px;
	text-align:center;
	height: 27px;
	background-color: #888;
	  }
	  
  .maincontainer #navtop td {
	 
	 
  }
  
  #navtop a {
	  font: 13px Georgia;
	  line-height:28px;
	  text-decoration:none;
	  font-weight:600;
	  color: #ffffff;
	  text-align:center;
	  letter-spacing:.1em;
	  display: block;
	 
	  }
	  
  #navtop a:hover {
	  background-image:url(../_images/navtopimg.jpg);
	  color:#333;
	  }


.maincontainer #linkbar {
	position: absolute;
	top: 152px;
	background-color:#333;
	padding: 4px 0px 4px 0px;
	width: 780px;
}

	#linkbar a {
		margin-left: 20px;
		margin-right: 20px;
		color:#FFF;
		text-decoration:none;
		font-size:14px;
	}
		
		#linkbar a:hover {
			background-color: white;
			color: black;
		}

.maincontainer #bulkcontent {
	width: 780px;
	position: absolute;
	top: 178px;
	background-color:#FFF;
	font-size:14px;
	
}
	#bulkcontent h1 {
		font-size:	27px;
		margin: 20px 10px 20px 10px;
	}

	#bulkcontent #bigimage {
		float: right;
		border: thin black solid;
		margin-left: 20px;
		
	}
	
	#bulkcontent p {
		
		margin: 10px;
		text-align:justify;
		padding-top: 5px;
	}

	#bulkcontent #footer {
		width: 778px;
		height: 25px;
		margin: 0px 0px 10px 0px;
		position: relative;
		bottom: 0px;
		
		
	}
		#bulkcontent #footer p {
			position: relative;
			top: -10px;
			text-align: center;
			font-size:12px;
			color:#000;
	}
		#bulkcontent #footer a {
			color:#000;
			text-decoration:none;
			font-size:12px;
		}
		
		#bulkcontent #footer a:hover {
			text-decoration: underline;
			color:#C30;
		}
