#external {
	background-color: #FFF;
	
	overflow: hidden;
	margin: 0px auto 0px; /* the L&R auto margins (in conjunction with a width) center the page / margin is outside the div tag */
	width:743px;
}

#contain {
	background-color: #FFF;
		border: thin solid #333333;

	overflow: hidden;
	margin: 10px auto 0px; /* the L&R auto margins (in conjunction with a width) center the page / margin is outside the div tag */
	width:743px;
}

/*#boarder {
	position:relative;
	width:743px;
	z-index:3;
	background-color: #0CC;
	border: thin solid #0F0;
	height:100%;
}*/

/*#picture {
	position:relative;
	left:0px;
	top:0px;
	width:743px;
	z-index:1;
	padding: 0px;
}*/

#header {
	float:left;

	width:716px;
	
	padding-top:40px;
	margin-left:27px;
}
#header2 {
	float:left;

	width:442px;
	
	padding-top:16px;
	margin-left:27px;
}
#content1 {
	/*position:relative;*/
	
	float: left; /* since this element is floated, a width must be given */
	width: 221px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top:10px;
	margin-left:40px;
}
#content2 {
	float: left;
	width:221px;
	padding-top:10px;
	padding-left: 30px;
}
#content1col {
	/*position:relative;*/
	
	float: left; /* since this element is floated, a width must be given */
	width: 442px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top:10px;
	margin-left:40px;
}
#logo {
	/*position:absolute;*/
	float: right;
	padding-right:0px;
	width:178px;
	padding-top:80px;
	/*margin: 0 40px 0 442px;	*/
	margin-right: 0px;	
}
#rightNavBar {
	/*position:absolute;
	left:564px;
	top:360px;*/
	width:154px;
	height:280px;
	padding-top:10px;
	
	float: right; /* since this element is floated, a width must be given */
	padding-right:60px;
}

#slideShow {
	width:745px;
	height:683px;
	z-index:24;
	visibility: hidden;
	position: relative;
	
	margin-top: -680px;
	margin-left: 7px;	
	/*top: -700px;
	left: 140px;*/
	
	/*padding-top: -600px;
	padding-left: 300px;*/
}

#menu {
	
	width:590px;
	background-color: #FFFFFF;
	margin: 0px auto 0px; /* the L&R auto margins (in conjunction with a width) center the page / margin is outside the div tag */
} 
#apDiv1 {
	float:left;
	margin: 20px auto 0px; /* the L&R auto margins (in conjunction with a width) center the page*/
	width:743px;
	
}



#apDiv2 {
	position:absolute;
	left:578px;
	top:361px;
	width:40px;
	height:39px;
	z-index:9;
}
#apDiv3 {
	position:absolute;
	left:587px;
	top:362px;
	width:26px;
	height:19px;
	z-index:2;
}

#tab1 {
	list-style-type: none;
	padding-left: 50px;
	margin-left: -10px;
	margin-bottom: 12px;
	list-style-image: none;
}
#tab2 {	list-style-type: none;
	padding-left: 50px;
	margin-bottom: 12px;
	margin-left: -20px;
}
#bulletList {
	margin-top: 0px;
	text-indent: 0px;
	list-style-image: url(../images/bullet.png);
}