/* CSS Document */

/* this makes IE6 not act retarded */
h1, h2, h3, h4, h5, h6, p, div {
	position: relative;
}

/* styles for simple elements */
body {
	color: #000000;
	background: #4499CC;
	font-family: Arial, Helvetica, Helve, Sans-serif;
	margin: 0;
	border: 0;
}

#top {
	margin-top: 10px;
}

#canvas {
	background: #FFFFFF;
	border: 2px solid #333333;
	margin-top: 5px;
	margin-bottom: 20px;
}

.content { 
	font-size: 14px;
	line-height: 19px;
	padding: 0 15px 12px 15px;
}

.links { 
	font-size: 12px;
	padding: 0 15px 12px 15px;
}

.links p {
	margin: 0 0 10px 0;
}

.linkmetro { 
	font-size: 14px;
	line-height: 19px;
	padding: 20px 15px 12px 15px;
}

h1 {
	font-family: Arial, Helvetica, Helve, Sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 22px 0 0 0;
	padding-left: 5px;
	color: #333333;
}

h2 {
	font-family: Arial, Helvetica, Helve, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 12px 0 5px 0;
	color: #333333;
}

.right_column { 
	border-left: 1px dashed #999999;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
}

.footer {
	padding-bottom: 20px;
	font-size: 14px;
}

.footer a {
	color: #FFFFFF;
}

.footer a:hover {
	color: #FFFFFF;
}

.footer a:visited {
	color: #FFFFFF;
}