@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}
body, table, td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.75em;
}
a,a:visited,a:active {
	color: #8a4f93;
	text-decoration: none;
}
a:hover {
	color: #f05e22;
	text-decoration: none;
}
#container {
	width: 796px;
	margin: 0px auto;
}
#leftside {
        float: left;
        margin: 10px 0 20px 10px;
		padding-right: 20px;
        width: 520px;
		border-right: 1px solid #cccccc;
}
#leftside2 {
        float: left;
        margin: 10px 0 20px 10px;
		padding-right: 20px;
        width: 740px;
}
#rightside {
		margin-left: 570px;
		padding-bottom: 10px;
        width: 216px;
}
#spacer { 
	clear: both; 
}
#footer {
	background: url(images/bg_footer.gif);
	height: 46px;
	width: 796px;
}
#footertext {
	text-align: center;
	height: 46px;
	padding-top: 15px;
	padding-left: 20px;
	font-size: 10px;
	color: #839fba;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #da5a0f;
}
h3 {
	color: #5995ce;
	font-weight: bold;
	font-size: 16px;
}
.clickhere, a.clickhere {
	background-color: #cef773;
	color: #333333;
	padding: 3px;
}