body {
	font-family: Arial, Helvetica, sans-serif;

	background-color:white;
	background-image:url(images/tiles.jpg);
	background-repeat:repeat;
	text-align:center;
	padding:0px;
	margin:0px;
}
#container{
	margin:0 auto;
	width:800px;
}
#globalnav{
	text-align:center;
	margin:0px auto;
	margin-bottom:0px;
	background-color:white;
	width:100%;
	padding:0px;
}
#header{
	text-align:left;
	background-image:url(images/head2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	height:136px;
}
#companyinfo{
	position:relative;
	left:400px;
	top:6px;
	text-align:justify;
	color:#FFFFFF;
	height:94px;
	width:360px;
	font-size:16px;
	font-weight:bold;
}
.title{
	font-size:22px;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:30px;
}
#content{
	margin:0px;
	padding:15px;
	min-height:400px;
	background-color:#FFFFFF;
	background-image:url(images/bglogo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:left;
	font-size:16px;
	border-top:1px black solid;
}
#footer{
	text-align:center;
	font-size:11px;
	margin:0px;
	padding:10px;
	height:50px;
	background-color:#FFFFFF;
}

.style1 {
	color: #C25E3A;
	font-weight:bold;
	font-style:italic;
}




.shadow1{
	border:#7a9cca solid 1px;
	border-top:0px;
}
.shadow2{
	border:#6c8ab3 solid 1px;
	border-top:0px;
}
.shadow3{
	border:#485c77 solid 1px;
	border-top:0px;
}
.shadow4{
	border:#222c39 solid 1px;
	border-top:0px;
}
.shadow5{
	border:black solid 2px;
	margin:0px;
}


#tabmenu {
	color: #000;
	width:750px;
	margin: 18px 0px 0px 0px;
	padding: 1px;
	z-index: 1;
	padding-left:17px; 
	margin-left:5px;
}
#tabmenu li {
	padding:2px;
	display: inline;
	overflow: hidden;
	list-style-type: none; 
}
#tabmenu a, a.active {
	color: white;
	background-color:#2B6D9F;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 1px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; 
}
#tabmenu a.active {
	color:black;
	background: white;
	border-bottom: 3px solid white; 
}
#tabmenu a:hover {
	color: #fff;
	background-color:#6BA8BC; 
}
#tabmenu a.active a:visited {
	color: white; 
}
#tabmenu a.active:hover {
	background: white;
	color: black; 
}





div.box{
	text-align:center;
	padding: 0px;
	margin:3px;
	min-height:215px;
	background-image:url(images/picturelinksbg.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	width:24%;
	float:left;
}
.subcontent{
	height:200px;
	text-align:center;
}