html {
	height				: 100%;
}


body {
 text-align: center;
 margin 			  	: 0px auto;
	padding				: 0px auto;
}



div.container {
	background-color 	: #FFFFFF;
	width		 	 	: 100%;
	border-style     	: solid;
	border-color     	: black;
	border           	: 1px dotted #000000;
	text-align		 	: left;
	top					: 10px;
	left				: 10px; 
	margin				: 0 auto;
	width				: 800px;
	
}

div.centered {
	width				: 800px;
	margin				: 0 auto;
	text-align		 	: left;
}

div.header {
	background-repeat	: no-repeat;
	background-image	: url(../img/header.gif);
	height				: 139px;
	
}

div.navibar {
	width		 	 	: 800px;
	height				: 26px;
	background-color 	: #F26639;
	
}
div.menu1st {
	background-color 	: #F26639;
	height				: 27px;
	text-align			: left;
	margin				: 0px;
	padding				: 0px 0px 0px 120px;
}

div.afterMenu {
	background-color 	: #FFFFFF;
	height				: 65px;
	padding				: 10px 0px 0px 120px;
	margin				: 0px 0px 0px 0px;
}

div.afterMenu a {
	text-decoration		: none;
	font-family			: Verdana;
	font-size			: 10pt;
    color				: #ffffff;
	font-weight			: normal;
}

.footer{
	clear				: both;
	width				: 800px;
	height				: 17px;
	background-color 	: #ffffff;
	color				: black;
	font-family			: Verdana;
	font-size			: 9pt;	
	vertical-align		: center;
}




#contentContainer { 
	
	background			: #FFFFFF;
	float				: left; 
	padding-bottom		: 0px; 
	width				: 800px;
}

#contentContainer div #box1 {
	min-height			: 300px;
	height				: expression(document.body.clientHeight > 300? "300px": "auto" );	

	margin				: 0px 5px 0px 5px;
	padding				: 0px;
	width				: 200px;
	border				: 0px;
}

#contentContainer div #box1 div {
	margin				: 0px;
	padding				: 0px;
	width				: 190px;
	border				: 0px;
}

#contentContainer div #box2 {
	min-height			: 300px;
	height				: expression(document.body.clientHeight > 300? "300px": "auto" );	
	padding				: 0px 5px 0px 5px;
	margin				: 0px;
	border				: 0px;
	width				: 577px;
}

#contentContainer div #box1 p {
	color				: black;
	font-family			: Verdana;
	font-size			: 9pt;
}

#contentContainer div #box2 p {
	color				: black;
	font-family			: Verdana;
	font-size			: 9pt;
}

#leftContent { 
	float				: left; 
	overflow			: hidden; 
}
#leftContent div { 
	min-height			: 300px;
	height				: expression(document.body.clientHeight > 300? "300px": "auto" );	
	float				: left; 
	background			: #ffffff;
	border				: 0px solid #000; 
	width				: 210px; 
	
	margin-right		: 3px; 
	margin-bottom		: -1000px; 
	padding-bottom		: 1000px; 
}
#leftContent .normalContent { 
	background			: #ffffff; 
	width				: auto;
	border				: 0px solid #fff;
	margin-right		: 0; 
}

.footer a {
	text-decoration 	: none;
	color				: black;
	font-family			: Verdana;
	font-size			: 9pt;	
}
