html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;
	background-color: #000000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
}
.left {
	width: auto;
	background-image: url(../images/border_l.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.right {
	width: auto;
	background-image: url(../images/border_r.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.main {
	width:800px;
}
.content {
	background-color: #FFFFFF;
	padding-left:15px;
	padding-right: 15px;
	width: 650px;
	padding-top: 30px;
}
.menu {
	background-color: #FFFFFF;
	width:140px;
	padding-left:25px;
	background-image: url(../images/nav_line.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 25px;
}
		.menu div {
	margin-top:5px;
	margin-bottom:5px;
	color: #363636;
	font-size: 14px;
	width: 125px;
		}
.menudiv {
	position: relative;
	z-index: 10;
}

		.menu a{
			color:#363636;
			text-decoration:none;}
		
			.menu a:hover {
			text-decoration:underline;}

.main .content iframe {
	position: relative;
	z-index: 11;
	overflow:hidden;
}
.lpadd {
	padding-left: 15px;
}
.sub_heading {
	font-weight: bold;
	padding-top: 10px;
	font-size: 14px;
}
a, a:visited, a:active, a:hover{color:#363636}.header {
	background-color: #FFFFFF;
}
