@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 76%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#wrapper {
	width: 760px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	margin-top: 2px;
	margin-bottom: 6px;
}
#logo {
	background: url(../images/logo.gif) no-repeat;
	height: 71px;
	padding-bottom: 12px;
}
td img {display: block;}

a.mainlink { font-weight: bolder; }
a.mainlink:link { color: #666666; text-decoration: none; }
a.mainlink:visited { color: #666666; text-decoration: none; }
a.mainlink:active { color: #666666; text-decoration: none; }
a.mainlink:hover { background-color: #fff8eb; border-bottom: 1px solid #ffc676;}

a.navlink { font-weight: bolder; }
a.navlink:link { color: #666666; text-decoration: none; }
a.navlink:visited { color: #666666; text-decoration: none; }
a.navlink:active { color: #666666; text-decoration: none; }
a.navlink:hover { background-color: #fff8eb; border-bottom: 1px solid #ffc676;}

#content {
	margin-top: 0px;
	padding-top: 0px;
}
#leftColumn {
	float: left;
	width: 365px;
}
#rightColumn {
	float: right;
	width: 365px;
}
#footer {
	clear: both;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: right;
}
h1 {
	color: #663399;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 6px;
}
h2 {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 1px;
	background: url(../images/bg_dot.gif) repeat-x bottom;
	color: #6B337D;
	font-size: 1.3em;
}
p {
	line-height: 1.5;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.clear { clear: both; line-height: 0px; font-size: 0px; }
.more {
	text-align: right;
}

#menuleft { float: left; padding-top: 4px; padding-left: 4px }
#menuright { float: right; }
