html {
	height:100%;
	width:100%;
	max-width:100%; 
	padding:0;
	margin:0; 
	border:0; 
	background:#fff; 
	font-family: verdana, helvetia;
	font-size:10pt;
	font-weight:normal;
	color:#000000;	
}

body {
	height:100%;
	width:100%;
	max-width:100%;  
	padding:0; 
	margin:0; 
	font-family: verdana, helvetia;
	font-size:10pt;
	font-weight:normal;
	color:#000000;	
	border:0;
}

h1 {
	font-family: verdana, helvetia;
	font-size:13pt;
	font-weight:normal;
	color:#000000;
}


h2 {
	font-family: verdana, helvetia;
	font-size:11pt;
	font-weight:normal;
	color:#000000;
}

p {
	font-family: verdana, helvetia;
	font-size:10pt;
	font-weight:normal;
	color:#000000;
}

img {
	border:0;
}

A:link {
	text-decoration:none;
	font-weight:bold;
	color:#00CC00;
	line-height:1.5;
}

A:visited {
	text-decoration:none;
	font-weight:bold;
	color:#00CC00;
	line-height:1.5;
}

A:active {
	text-decoration: underline overline;
	font-weight:bold;
	color:#00FF00;
	line-height:1.5;
}

A:hover {
	text-decoration: underline overline;
	font-weight:bold;
	color:#00FF00;
	line-height:1.5;
}

#container {
	position:absolute; 
	z-index:3; 
	max-width:100%;
	top:134px; 
	left:150px; 
	right:0; 
	overflow:hidden;
	background:url(images/layout/leftborder.gif) 0 0 repeat-y #fff;
}

* html #container {
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	width:100%;
	max-width:100%;
	position:absolute; 
	overflow:hidden;
	z-index:3; 
	border-top:134px solid #fff; 
	border-left:150px solid #fff;
}

#container2 {
	position:relative;
	width:100%;
	height:100%;
	z-index:3; 
	max-width:100%;
	background:url(images/layout/bottomright.gif) 100% 100% no-repeat;
}

#head {
	position:absolute; 
	margin:0; 
	top:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:134px; 
	z-index:5;
	background:url(images/layout/header.gif) 0 0 repeat-x; 
	overflow:hidden; 
}

#headleft {
	width:100%;
	height:100%;
	background:url(images/layout/headerleft.jpg) 0 0 no-repeat;
}

#headright {
	width:100%;
	height:100%;
	background:url(images/layout/headerright.gif) 100% 0 no-repeat;
}

#title { 
	margin:0;
	height:40px;
	left:0; 
	padding:0;
	margin:0;
	border:0;
	width:240px; 
	z-index:5; 
	text-align:right;
	overflow:hidden;
	background:url(images/layout/title.gif) 0 100% no-repeat #fff;   
}

#title h2 {
	padding:0;
	margin:0;
	border:0;
	position:relative;
	right: 40px;
	top: 0px;
}

#content {
	position:relative; 
	margin:0;
	width:100%; 
	z-index:5;
}

#content p{
	padding: 0px 50px 0px 50px;
	font-family: verdana, helvetia;
	font-weight:normal;
	color:#000000;	
}

#content h1, #content h2 {
	padding: 0px 50px 0px 50px;
	font-family: verdana, helvetia;
	font-weight:bold;
	color:#00cc00;	
}

#content ul, #content ol {
	padding: 0px 50px 0px 100px;
	font-family: verdana, helvetia;
	font-size:10pt;
	font-weight:normal;
	color:#000000;	
}

td ul, td ol {
	padding: 0px 25px !important;
	font-family: verdana, helvetia;
	font-size:10pt;
	font-weight:normal;
	color:#000000;	
	}

#foot {
	position:relative; 
	margin:0;
	border:0;
	padding:0;
	left:0; 
	height:75px;
	width:100%; 
	z-index:5; 
	background:url(images/layout/footer.gif) 0 0 repeat-x #fff;
	overflow:hidden; 
}

#footleft {
	position:relative; 
	margin:0;
	border:0;
	padding:0;
	width:100%; 
	height:100%;
	z-index:5; 
	background:url(images/layout/footerleft.gif) 0 0 no-repeat;
	overflow:hidden; 
}

#footright {
	position:relative; 
	margin:0;
	border:0;
	padding:0;
	width:100%; 
	height:100%;
	z-index:5; 
	background:url(images/layout/footerright.gif) 100% 0 no-repeat;
	overflow:hidden; 
}

* #footright p {
	padding-left:40px;
	padding-right:50px;
	padding-top:15px;
	padding-bottom:10px;
	margin:0;
	border:0;
	z-index:5;
	text-align:center;
}

#menu {
	position:absolute; 
	left:0; 
	top:134px; 
	width:150px; 
	background:url(images/layout/menutop.jpg) 0 0 no-repeat; 
	z-index:4;
	text-align:center;
	padding:40px 0px 0px 10px;
}

* html #menu {
	height:100%; 
	top:0; 
	border-top:134px solid #fff; 
}

#menu A:link {
	font-family: verdana, helvetia;
	color:#000000;
	font-size:12pt;
	font-weight:500;
	text-decoration:none;
}

#menu A:visited {
	font-family: verdana, helvetia;
	color:#000000;
	font-size:12pt;
	font-weight:500;
	text-decoration:none;
}

#menu A:active {
	font-family: verdana, helvetia;
	color:#00CC00;
	font-size:12pt;
	font-weight:500;
	text-decoration:none;
}

#menu A:hover {
	font-family: verdana, helvetia;
	color:#00CC00;
	font-size:12pt;
	font-weight:500;
	text-decoration:none;
}

.listing {
	position:relative;
	height:150px;
}

.quote {
	padding:10px 75px 10px 75px;
	text-indent:25px;
	font-size:11pt;
	font-style:italic;
	font-weight:bold;
}