@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}
html {
	margin:0;
	padding:0;
	}
body {
	margin:0;
	padding:0;
	font: normal 100% Arial, Helvetica, sans-serif;
	color:#222;
	background: white;	
	/*background:#f2fbfe;*/

	}
p {
	line-height: 21px;
	margin:.9em 0;
	}
h1 {
	margin:0 0 .2em 0;
	}
li {
	margin-left:2em;
	line-height:21px;
	}
img {
	border:0;
	}
a {
	color:#03c;
	text-decoration:underline;
	}
a:link {
	color:#03c;
	text-decoration:underline;
	}
a:hover {
	color:#1e5288;
	text-decoration:underline;
	}

#right-coll a.brdless, #right-coll a.brdless:hover {
	text-decoration: none;
	border: 0 none;
        background: transparent;
}

.clearer {
	clear:both;
	}
h1, h2, h3, h4 {
	font: 34px Tahoma;
	color:#666;
	}
#content {
	margin:0 auto;
	width:680px;
	}
/*#top-link {
	line-height:2em;
	text-align:right;
	padding-right:1em;
	}*/
#header {
	background:url('./header.png') no-repeat top;
	width:680px;
	height:200px;
	margin-top:1em; /*delete it if use top links*/
	}
#right-coll {
	width:12em;
	float:right;
	padding:1em;
	}
#left-coll {
	margin:0 14em 0 0;
	padding:1em;
	}
#right-coll a:active {
	color:#1e5288;
	text-decoration:none !important;
	padding:3px;
	background:#9cf;
	}
#right-coll a:hover {
	color:#1e5288;
	text-decoration:none !important;
	padding:3px;
	background:#9cf;
	}
#right-coll span {
	color:#1e5288;
	text-decoration:none !important;
	padding:3px;
	background:#9cf;
	}
#right-coll li {
	list-style:none;
	margin:.5em;
	}
#right-coll a {
	color:#03c;
	text-decoration:underline;
	padding:3px;
	}
#copyright {
	border-top: 1px solid #e8e8e8;
	padding-top:1em;
	margin:1em 0 2em 0;
	font:11px tahoma;
	color:#666;
	text-align:center;
	}
#copyright a, #copyright a:hover {color:#666;}