html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width:auto;
}
#container {
	margin:auto;
	/*width: 100%;*/
	position: relative;
	min-width:760px;
	max-width:100%;
	margin:1px auto;
	width:expression(document.body.clientWidth < 760? "760px" : "100%");
	background-color: #f1f0f0;
}
#container #header{
	height:120px;
	width:auto;
	background-image: url(images/header_repeat.gif);
	background-repeat: repeat-x;
}
#header #logo {
	padding-left: 30px;
	padding-top: 22px;
	width: auto;
}
#header #rightPane {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002d54;
	font-weight: normal;
	padding-right: 10px;
	padding-top: 10px;
	float: right;
	width: 200px;
	line-height: 20px;
}
#header #rightPane .heading {
	font-size: 15px;
	font-weight: bold;
}
#container #content {
	margin-top: 20px ;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	width: 100%;
	background-color: #FFFFFF;
	padding: 0px;
}
#content #wrap{
	width:99%;
	margin:auto;
}
#container #footer {
	border: 1px solid #adacac;
	margin: 0px;
}
.sec_heading {
	background-image: url(images/sec_heading.gif);
	background-repeat: repeat-x;
	height: 41px;
	width: auto;
	cursor: move;
}
.control_panel {
	float: right;
	height: auto;
	width: 70px;
	padding-top: 5px;
	padding-right: 2px;
	overflow: visible;
	text-align: right;
}
.sec_heading .heading {
	height: auto;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #002d54;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-left: 5px;
}
.floating_panel {
	height: auto;
	width: 240px;
	border: 1px solid #adacac;
	margin-top: 3px;
	margin-bottom: 3px;
}
#footer .sec_content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #1e1e1e;
}
#footer .sec_content p .sty {
	font-weight: bold;
	color: #003366;
}

