/* CSS Document */
@import "undohtml.css";

* { 
	padding:0; 
	margin:0; 
}

body {
	position: relative;
	margin:5px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	min-width:950px; /*IE 6 will ignore this */
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	background-color:#FFFFFF;
	background-position:center;
	text-align:center; /*IE 6 Hack to Centre the nested elements*/
	
}
#backgroundwrapper{
	width: 950px;
	min-width:950px; /*IE 6 will ignore this */
	margin: 10px 0px 10px 10px !important;
	padding: 0px;
	text-align:center; /*Overrides IE 6 so the text isn't centred as well*/
}

#mainwrapper{
	position: relative;
	bottom: 6px;
	right: 6px;
	border: 1px solid #005027;
	padding: 0px;
	margin: 0px;
}
#main{
	position: relative;
	display:inline;
	width: 950px;
	min-width:950px; /*IE 6 will ignore this */
	height:auto;
	margin: 0px;
	padding: 0px;
}
#content{
	display:inline;
	position: relative;
	width: 700px; /*IE 6 will interpret this and ignore min-width*/
	min-width:700px; /*All other browsers will interpret this */
	height:1000px;
	min-height:1000px;
	margin: 0px;
	padding: 0px;
	overflow:visible;
	overflow-Y:visible;
	overflow-X:hidden;
}
#mainFrame{ 
	display:inline;
	width: 700px;
	min-width:700px;/*IE 6 will ignore this */
	height:800px;
	min-height:800px;
	margin: 0px;
	padding: 0px;
	overflow:visible;
	overflow-Y:visible;
	overflow-X:hidden;
}
#breadcrumb {
	clear:both;
	margin:0px;
	padding: 10px 0px 15px 5px;
	height:40px;
	background-color:#336666;
	border-bottom:solid #336666 1px;
	text-align:left;
	color: #FFFFFF;
	font-size:8pt;
}
#breadcrumb a {
	color: #669999;
}
#breadcrumb a:hover {
	background-color:#336666;
}
#banner {
	background-color:#336666;
	background-image:url(../images/banner.jpg);
	overflow:visible;
	border-bottom:solid #005027 1px;
	padding: 0px 0px 0px 0px;
	height:140px;
	width:inherit;
	text-align:center;
}

#leftsidebar {
	display: inline;
	float:left;
	width:235px;
	height:810px;
	min-height:810px;
	padding:0px;
	margin:0px;
	background-color:#336666;
	border:0px;
	border-right:solid #FFFFFF 5px;
	overflow:hidden;
} 
#leftsidebar iframe {
	width:235px;
	height:825px;
	min-height:800px;
	border:0px;
	margin:0px;
	padding:0px;
	background-color:#336666;
	overflow:hidden;
}
#box {
	float:left;
	font-style:italic;
	border:0px solid #CCC;
	width: 85px;
	height:85px;
	margin:6px;
	padding:6px;
	font-size:10px;
	background-color:#FFFFFF;
	text-align:center
}
#footer {
	clear:both;
	margin:0px;
	padding: 5px 0px 0px 0px;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#669999;
	text-align:center;
	color: #003399;
	font-size:8pt;
}
#footer a {
	text-decoration: none;
	color: #003399;
	border-bottom: 0px;
}
#footer a:hover { 
	text-decoration: underline;
}
#footer2 {
	clear:both;
	margin:0px;
	padding: 5px 0px 0px 0px;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#669999;
	text-align:center;
	color: #003399;
	font-size:10pt;
}
#footer2 a {
	text-decoration: none;
	color: #003399;
	border-bottom: 0px;
}
#footer2 a:hover { 
	text-decoration: underline;
}
