* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Courier New, Courier, mono; 
	font-style: normal;
	background: #fff;
	line-height: 1.4em;
	margin-bottom: 30px;
	padding-bottom: 30px;
	min-width: 1250px;
}

a:link { text-decoration: none; color: #fc0020 }
a:active { text-decoration: none; color: #fc0020; }
a:visited { text-decoration: none; color: #fc0020; }
a:hover { text-decoration: underline; color: #cc0033; }

#menu {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 50px;
	width: 200px;
}

#menu ul {
	list-style: none;
	margin: 10px 0 10px 0;
	line-height: 1.4em;
}

ul li {
	display: none;
}

.year {
	cursor: pointer;
	display: block !important;
	border-bottom-style: solid;
	border-bottom-width:1px;
	border-bottom-color: #e6e6e6;
}

#right {
	margin-top: 10px;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.intro {
	margin-bottom: 10px;
}

.contact {
	margin-top: 30px;
}

table {
	border-style: none;
	border-width: 0 0 0 0;
	font-size: 13px;
	font-family: Courier New, Courier, mono; 
	font-style: normal;
	color: #000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

table tr {
	vertical-align:top;
}

table td {
	padding-right: 20px;
	padding-bottom: 20px;
}

.w250 {
	width: 250px;
}
