@charset "utf-8";

body {
	margin: 0;
	text-align: center;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	background-color: #fff;
}

	body #container {
		margin: 30px auto 0 auto;
		position: relative;
		border: 1px solid #999;
		width: 739px;
		_width: 741px;
		height: auto;
		text-align: left;
		background: url("../images/menubg.gif") repeat-y top 1px;
		/*\*/
		background: url("../images/menubg.gif") repeat-y;
		/**/
	}
	
		h1, h2, h3, h4, h4, h5 {
			margin: 0;
		}
		
			h1 span {
				display: none;
			}
			
		img {
			border-style: none;
		}
		
		p {
			margin: 0;
			text-align: justify;
		}
		
		table p, ol p {
			margin: 0;
			text-align: justify;
		}
		
		td, li {
			text-align: justify;
		}
		
		#column {
			float: right;
			position: relative;
			width: 571px;
			height: auto;
			text-align: center;
		}
		
		#menu {
			float: left;
			position: relative;
			width: 168px;
			height: 436px;
		}
		
			#globalmenu {
				position: absolute;
				left: 0px;
				top: 0px;
			}
			
		#footer {
			position: relative;
			clear: both;
			width: auto;
			height: 0;
			text-align: left;
		}
		
			#footer address {
				position: absolute;
				left: 0;
				top: 1px;
				color: #666;
				font-family: Verdana, Arial, sans-serif;
				font-size: 7pt;
				font-style: normal;
				font-weight: 400;
				background-color: #fff;
			}
