/* CSS Document */
body {
	font-family: Tahoma, "Times New Roman", Times, serif;
	margin: 15px;
}

h1, h2 {
	margin: 0;
}

a img{
	border:0;
}

a {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-docoration: underline;
	color: #0099CC;
}

a:visted {
	color: #0099CC;
}

#top {
	border-bottom: 1px solid #ccc;
	background-color: #E6F4FF;
}
#top img {
	
}


#menu {
	text-align: right;
	font-size: .8em;
}

#links {
	float: left;
	width: 140px;
	font-size: .8em;
	padding: 5px;
	border: 1px dashed #ccc;
	margin: 15px;
	margin-top: 30px;
}

#links p {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#main {
	margin-left: 180px;
	padding-top: 30px;
	font-size: .8em;
	line-height: 1.6em;
}

#foot {
	border-top: 1px solid #ccc;
	clear: both;
	color: #ccc;
	font-size: .8em;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}