body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

a:link{ color: #F6913A; text-decoration: none;}
a:visited { color: #F6913A; text-decoration: none;}
a:hover { color: #F6913A; text-decoration: underline;}

#container {
	position:relative;
	margin:10px auto;
	width:980px;
	height:900px;
}

#topStrip {
	position:absolute;
	width:980px;
	height:111px;
	left:0px;
	top:0px;
	background-image:url(../pics/top_strip.jpg);
	z-index: 0;
}

#logo {
	position:absolute;
	width:322px;
	height:90px;
	left:33px;
	top:19px;
}

#contact {
	position:absolute;
	width:225px;
	height:90px;
	left:630px;
	top:7px;
	text-align:right;
	color:#999999;
}

#mission {
	position:absolute;
	top:7px;
	left:375px;
	width:260px;
	height:100px;
	color:#6BBE45;
	font-size:14px;
	text-align:justify;
}

#buildingLogos {
	position:absolute;
	width:47px;
	height:96px;
	left:870px;
	top:7px;
}

#contentBox {
	position:absolute;
	top:111px;
	left:0px;
	width:980px;
	height:610px;
	background-image:url(../pics/main_BG.jpg);
	background-repeat:repeat-y;
}

#navigation {
	position:absolute;
	top:6px;
	left:33px;
	width: 205px;
	height: 180px;
	
}
#navigation A { margin: 0 0 2px 0; padding:4px 0 0 4px; width:205px; DISPLAY: block; height:17px; background-color:#6BBE45; color:#FFFFFF;  }
#navigation A:link {  text-decoration: none; }
#navigation A:visited {  text-decoration: none; }
#navigation A:hover {  text-decoration: none; background-color:#F6913A; }

#banner {
	position:absolute;
	width:640px;
	height:180px;
	top:6px;
	left:273px;
}

#title {
	position:absolute;
	width:880px;
	height:26px;
	top:196px;
	left:33px;
}

#callBack {
	position:absolute;
	width:195px;
	height:130px;
	top:231px;
	left:33px;
	border:1px #F6913A solid;
	padding: 5px 5px 5px 5px;
	color:#999999;
}
#infoBox1 {
	position:absolute;
	width:195px;
	height:60px;
	top:376px;
	left:33px;
	border:1px #F6913A solid;
	color:#999999;
	padding: 5px 5px 5px 5px;
	font-size:15px;
}
#infoBox1 a:link{ color: #999999; text-decoration: none;}
#infoBox1 a:visited { color: #999999; text-decoration: none;}
#infoBox1 a:hover { color: #999999; text-decoration: underline;}

#infoBox2 {
	position:absolute;
	width:195px;
	height:60px;
	top:454px;
	left:33px;
	border:1px #F6913A solid;
	color:#999999;
	padding: 5px 5px 5px 5px;
	font-size:14px;
}
#infoBox2 a:link{ color: #999999; text-decoration: none;}
#infoBox2 a:visited { color: #999999; text-decoration: none;}
#infoBox2 a:hover { color: #999999; text-decoration: underline;}

#infoBox3 {
	position:absolute;
	width:195px;
	height:60px;
	top:533px;
	left:33px;
	border:1px #F6913A solid; 
	color:#999999;
	padding: 5px 5px 5px 5px;
	font-size:12px;
}

H1 {
	font-weight: normal; 
	font-size: 16px; 
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	color: #999999;
	width:100%;
	line-height:26px;
	text-align:center;
	background-image:url(../pics/header_BG.jpg);
	background-repeat:repeat-x;
}

H2 {
	 font-weight: normal; 
	 font-size: 14px;
	 width:100%;
	 text-align:center;
	 color: #999999;
	 text-transform:capitalize;
	 font-weight:bold;
	 padding: 0 0 0 0;
	 margin: 0 0 6px 0;
}

#content {
	position:absolute;
	top:231px;
	height:372px;
	left:273px;
	width:640px;
	overflow:auto;
	z-index:1;
}

#textPlace {
	position:absolute;
	top:0px;
	left:0px;
	width:620px;
}
#bottomStrip {
	position:absolute;
	top:720px;
	left:0px;
	width:980px;
	height:63px;
}

#copyright {
	position:absolute;
	top:790px;
	left:0px;
	width:980px;
	height:30px;
	font-size:10px;
	color:#999999;
}

#copyright a:link{ color: #E20042; text-decoration: none;}
#copyright a:visited { color: #E20042; text-decoration: none;}
#copyright a:hover { color: #E20042; text-decoration: underline;}


INPUT.TEXT{  
  font-size:10px;  
  border-color:#F6913A;
  border-style:solid;  
  border-width:1px; 
  color:#000000; 
}

TEXTAREA.TEXT{  
  font-size:10px;  
  border-color:#000; 
  border-style:inset; 
  border-width:1px; 
  color:#000000; 
}

INPUT.BUTTON{  
  font-size:14px;  
  background-color:#F6913A; 
  border-style:none; 
  border-width:1px; 
  color:#ffffff; 
}