@charset "utf-8";
body  {
	font: normal 66% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: justify;
	color: #666666;
}
#wrapper { 
	width: 760px; 
	margin: 0 auto; 
	text-align: left; 
}
#header {
	margin-top: 10px;
	margin-bottom: 10px;
}
#logo {
	height: 71px;
	padding-bottom: 12px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/logo.gif);
}
td img {display: block;}
a {
	color: #ee9414;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	background-color: #fff8eb;
	border-bottom: 1px solid #ffc676;
	font-weight: bolder;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#leftColumn {
	float: left;
	width: 350px;
}
#rightColumn {
	width: 350px;
	float: right;
	clip: rect(auto,auto,auto,auto);
}
#footer {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: right;
}
h1 {
	color: #ff9900;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	border-bottom-color: #CCCAB5;
}
h2 {
	margin-top: 1.75em;
	margin-bottom: 0.75em;
	padding-bottom: 2px;
	background: url(../images/bg_dot.gif) repeat-x bottom;
	color: #000099;
	font-size: 1.2em;
}
p {
	line-height: 1.5;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.more {
	text-align: right;
}
