html, body {
	height:100%;
}

body {
	padding:0;
	margin:0;
	background-color: #dfdfdf;
	background-image: url(../resources/images/common/background_top.gif);
	background-repeat: no-repeat;
	font-family: Tahoma, Verdana, Serif;
	color: #939393;
	font-size: 12px;
	line-height: 18px;
}

/* Define IDs */

html>body #subWrapper {
	/*height:auto;
	min-height:100%;*/
}

html>body #subWrapper {
	height:auto;
	min-height:100%;
	}

#wrapper {
	/*float:left;*/
	margin: 0 auto;
	width:777px;
	height:100%;
	/*min-height:100%;*/
	/*position:relative;*/
	/*border-left:solid 1px #68615D;*/
	/*border-right:solid 1px #68615D;*/
   /*border:solid thin #ff0000;*/

}

#subWrapper {
	/*float:left;*/
	width:777px;
	height:100%;
	position:relative;
	/*height:100%;*/
	/*width:100%;*/
	/*padding:0 30px 0 30px;*/
	/*border:solid thin #0000ff;*/
		background-image:  url("../resources/images/common/body_tile.gif");
}
#pageHeader{
	width: 777px;
	height: 187px;
	margin-top: 0;

	background-image:  url("../resources/images/common/designarc_banner.gif");
	}
	
#topnav {
	position: absolute;
	top: 148px;
	font-size: 12px;
	margin-left: 23px;
	width: 400px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	left: 22px;
	/*border:solid thin red;*/

}

a:link, a:visited {
	color: #83b824;
	text-decoration: none;
}

a:hover {
	color: #83b824;
	text-decoration: underline;	
}
	




#content{
	width:730px;
	padding:0px 0px 0px 0px;
	/*border:solid thin red;*/
}


#footer {
	width:777px;
	position:absolute;
	bottom:0px;
	background-image:  url("../resources/images/common/foot-bg.gif");
	background-repeat: no-repeat;
	background-color: #dfdfdf;
}

#footerl {
	float:left;
	width:200px;
	padding:23px 0px 5px 44px;
	font-family:Arial;
	font-size:11px;
	color:#a2a2a2;

}
#footerR {
	float:right;
	padding:18px 45px 0 0;
	font-family:Arial;
	font-size:11px;
	color:#a2a2a2;
}

#footerR a, #footerR a:visited {
	font-family:Arial;
	font-size:11px;
	color:#a2a2a2;
	padding-left:5px;
	padding-right:10px;
	text-decoration:none;
}

#footerR a:hover {
	color:#878787;
	text-decoration: underline;
}

.floatL {
	float:left;
}

.floatR {
	float:right;
}

.bold {
	font-weight:bold;
}