﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: repeat;
	background-color: white;	
}
#container {
	width:1000px;
	
	float:none;
	margin:0px auto; 
	padding-bottom:30px;
}
#masthead {
	float:right;
	background-image:url('../images/Mastheadtext.jpg');
	background-position:right,bottom;
	width:600px;
	height:100px;
	font-family:"Garamond";
	font-weight:bold;
	font-size:80px;
	text-align:right;

}
#imagemasthead {
	float:left;	
	width:250px;
	height:100px;
	background-image:url('../images/mastheadimage.JPG')
}
#internalsidebarimage {
	float:left;
	background-image:url('../images/internalsidebarimage.JPG');
	height:89px;
	width:275px;
}
#internalnavimage {
	float:left;
	width:215px;
	height:47px;
	background-image:url('../images/navbarimage2.JPG');
}
#navigation {
	float:right;
	height:47px;
	width:785px;
		
}
#content {
	width:1000px;
	height:647x;
	float:left;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:black;
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color:black;

	border-left-style: solid;
	border-left-width: 1px;
	border-left-color:black;

	border-collapse: collapse;



}

#title {
	float:left;
	text-align:left;
	width:280px;
	height:90px;
	margin-top:80px;	
	margin-left:20px;
}
#data {
	
	width:450px;
	float:left;
	margin-left:50px;
	margin-right:30px;
	margin-bottom:30px;
	padding-bottom:30px;
}
#datacenter {
	
	width:700px;
	float:none;
	margin-left:150px;
	margin-right:30px;
	margin-bottom:30px;
	padding-bottom:30px;
}



#masthead h1 {
	color:#777777;
	
}

#navigation a {
	text-decoration:none;
	font-style:normal;
	font-family:"Copperplate Gothic Light";

}

a:link {
COLOR:black;
}
a:visited {
COLOR:black;
}
a:hover {
COLOR:olive;
}
a:active {
COLOR:olive;
}