body{padding: 20px;background: #FFF;color: #222;text-align: center;
    font: 75% Arial,sans-serif}
h1,h2,p{margin: 0;padding: 0 0px;font-weight:normal}
a:link {
 font-weight: normal;
 color: #008000;			/* green */
 font-size: 12px;
 text-decoration: none;
}
a:visited {
 font-weight: normal;
 color: #008000;			/* green */
 font-size: 12px;
 text-decoration: none;
}
a:hover {
 font-weight: normal;
 color: #008000;
 font-size: 12px;
 text-decoration: underline;
}
p{padding: 0 0px 3px}
h1{font-size: 250%;color: #334433;letter-spacing: 1px}
h2{font-size: 140%;line-height:1;color:#334433 }
h3{font-size: 120%;color: #334433;letter-spacing: 1px}
div#container{width:750px !important; width /**/:760px;
    margin: 0 auto;padding:5px;text-align:left;background:#FFF}
div#header{background: #FFF;padding: 0px;text-align:left}
div#content{float:left;width:445px;padding:10px 0;margin:5px 0;background: #FFF}
div#nav{float:right;width:270px;padding:10px 10px;margin:5px 0;background: #FFF}
div#nav h2{font-size: 150%;color: #000;margin: 0;padding: 0 }
div#footer{clear:both;width:750px;background: #FFF;padding:5px 0;text-align:left}
textarea#styled {
	width: 300px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* button styles */
		a.button, a.buttonDis {
		display: block;
		background-color: transparent;
		background-image: url(../buttonBackground.gif);
		background-repeat: no-repeat;
		width: 132px;
		height: 28px;
		margin: 5px auto;
		padding: 5px 0 0 0;
		text-align: center;
		font-size: 100%;
		font-weight: bold;
		text-decoration: none;
		font-family: Helvetica, Calibri, Arial, sans-serif;
		}
		a.button:link, a.button:visited {
		color: #002577;
		}
		a.button:hover, a.button:active {
		background-position: 0 -36px;
		color: #FF7200;
		}
		a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
		background-position: 0 -72px;
		color: #5F5F5F;
		cursor: default;
		}
		.icon {
		background-repeat: no-repeat;
		padding: 0 0 5px 18px;
		}
		a.button:hover .icon, a.button:active .icon {
		background-position: 0 -28px;
		}
		a.buttonDis:link .icon, a.buttonDis:visited .icon, a.buttonDis:hover .icon, a.buttonDis:active .icon {
		background-position: 0 -56px;
		}
		/* list of button icons */
		#buttonOK .icon {
		background-image: url(../ok.gif);
		}
		#buttonCancel .icon {
		background-image: url(../cancel.gif);
		}
		#buttonImport .icon {
		background-image: url(../import.gif);
		}