body{
	margin:0;
	font-family: Verdana;
	font-size:70%;
}

#global{
	margin:auto;
	width: 980px;
}

#wrapper{
	width:980px;
	margin-left:9px;
}

#top{
	height: 77px;
	width: 928px;
}

#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{
	padding-top:25px;
	text-align: right;
}

#searchbutton
{
	float:right; 
	padding-top:1px; 
	padding-left:3px;
}

#searchbox{
	float:right;
}

/*SEARCH BOX AREA END */

#topnav{
	background-image: url(../images/NavBar/NavBack.jpg);
	background-repeat: repeat-x;
	height: 34px;
	width: 928px;
}

/* CONTENT HOLDERS */

#content{
	margin-bottom:10px;
/*	height: 100%;*/
	width: 926px;
 	overflow: hidden;
	border: 1px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
}

#corner{
	margin-top:10px;
	height: 10px;
	background-image: url(../images/curve.gif);
	background-repeat: no-repeat;
}

#leftmain{
	width: 723px;
	float: left; 
	margin-right: 10px;
	padding-bottom: 10px;
	height: 100%;
	line-height: 140%;
}

#rightmain{
	margin-top:20px;
	width: 180px;
	float: left;
	padding-bottom: 10px;
	height: 100%; 
}

/*.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;
}*/

#breadcrumbs{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

#leftheader{
	border-right: 1px solid #CCCCCC;
	
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
}

#leftcontent{
	height: 100%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border-right: 1px solid #CCCCCC;
	
	
}

/* 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: 10px;
	padding-bottom:10px;
	height:50px;
	width: 908px;
}