body{
	margin:0;
	font-family: Verdana;
	font-size:70%;
}

#global{
	margin:auto;
	width: 980px;
}

#wrapper{
	width: 928px;
	margin-left:9px;
/*	margin-left:15px;*/
/*	background-color: red;*/
}

#top{
	height: 77px;
	width: 100%;
}

#logo{
	/*background-image: url(../Images/logo.JPG);
	background-repeat: no-repeat;*/
	height: 41px;
	width: 203px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

#toplinks{
	margin-top: 5px;
	margin-right:5px;
	text-align:right;	
}

/*SEARCH BOX AREA START */

#search{
	/*margin-top:20px;*/
	padding-top:25px;
	text-align: right;
/*	width: 200px;*/
}

#searchbutton
{
	float:right; 
	padding-top:1px; 
	padding-left:3px;
	padding-right:3px;
}

#searchbox{
	float:right;
}

/*SEARCH BOX AREA END */


#topnav{
	background-image: url(../images/NavBar/NavBack.jpg);
	background-repeat: repeat-x;
	height: 36px;
	width:926px;
}

/* Banner Section */

#bannerholder{
	margin-bottom:10px;
	height:195px;
}

#graphicbannerleft{
	height: 195px;
	background-color: white;
	float: left;
	width: 620px;
	padding-right: 1px;
}

#graphicbannercenter{
	height: 195px;
	background-color: white;
	padding-right: 1px;
	width: 152px;
	float: left;
}

#graphicbannerright{
	height: 195px;
	background-color: white;
	width: 154px;
	float:left;
	
}

/* CONTENT HOLDERS */

#content{
/*PUT BELOW IN WHEN TECH DOWNLOADS IS NOT A GRAPHIC */
/*	padding-bottom:10px;*/
/*	height: 100%;*/
 	overflow: hidden;
	float: none;
	clear: both;
}

#contentends{
	background-image: url(../images/colends.jpg);
	background-position: bottom;
	background-repeat: repeat;
	height: 1px;
}

.header{
	background: url(../images/Header/Headerback.jpg) repeat-x;
	height: 34px;
	/*font-family : Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:white;*/
}

#leftmain{
	margin-top:10px;
	width: 185px;
	float:left;
	
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
}

#centermain{
	margin-top:10px;
	width: 482px;
	margin-left:15px;
	margin-right:15px;
	float:left;
	
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
}

#rightmain{
	margin-top:10px;
	width: 227px;
	float:left;
	border: 1px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
}

#lefttop{
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:10px;
	margin-bottom:10px;
	border: 1px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	line-height: 140%;
}

#leftbottom{
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:10px;
	border: 1px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	line-height: 140%;
	
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
}

#centerimg1{
	margin-bottom:10px;
}

#centerimg2{
	margin-bottom:10px;
}

#centertext{
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:10px;
	border: 1px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	line-height: 140%;
	
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
}

#righttop{
	padding-top: 10px;
	margin-left: 10px;
	padding-bottom:15px;
	margin-right:10px;
	line-height: 140%;
	background-image: url(../images/rightdiv.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#rightbottom{
	padding-top: 15px;
	padding-bottom:10px;
	padding-left: 10px;
	padding-right:5px;
	line-height: 140%;
	background-image: url(../images/documentsimg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	
	min-height: 90px;
}


/* FOOTER */

#footer{
	background-image: url(../Images/alongdiv.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
	font-size: smaller;
	padding-left: 20px;
	padding-top: 5px;
	margin-top:10px;
	padding-bottom:10px;
	width: 908px;
}


/* LINK STYLES */

a.styleone{
	color: Black;
}

a.styletwo{
	padding-left:6px;
	padding-right:6px;
	text-decoration: underline;
	color: Black;
	font-size: 10px;
}

a.styletwo:active{
	text-decoration: none;
	color: Black;
}

a.stylethree{
	padding-left:6px;
	padding-right:6px;
	text-decoration: none;
	color: Black;
	font-weight: bold;
	font-size: 10px;
}

a.stylethree:active{
	text-decoration: none;
	color: Black;
}

p{
margin-top:0;
}