@charset "utf-8";
html {
	overflow: -moz-scrollbars-vertical;
}

body  {
	margin: 0px;
	padding: 0px;
}

#header {
	position: fixed;
	right: 20px;
	top: 35px;
	z-index: 1;
}

#mainContainer {
	width: 700px;
	margin: 0px auto;
	text-align: left;
	vertical-align:top;
}
.floatLeft {
	float: left;
}

h2 {
	font-size: 14px;
	line-height: 10px;
}

#mainHeader {
	top: 0px;
	padding-top: 10px;
	/*position:fixed;*/
	background-color:#FFFFFF;
	width: 700px;
}
.mainMenu {
	width: 425px;
	float: left;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 40px;
}

.mainMenu a {
	text-decoration: none;
	color: #000000;
}

.articleHead {
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #000000;
	font-size: 18px;
	letter-spacing: 2px;
	cursor: pointer;
	padding-left: 20px;
}

.articleHead H1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 2px;
	cursor: pointer;
	line-height: 26px;
	margin: 0px 0px 0px 0px;
}

.articleContent {
	display: none;
	/* background-color:#F2F0E6; */
	border-bottom: solid #999999 1px;
	border-left: solid #999999 1px;
	border-right: solid #999999 1px;
}

.show {
	display: block;
}

ul {
list-style:none;
}
li {

}

.red {
	background-color: #cd0033 !important;
}

.odd {
	background-color: #000;
	color: #fff;
	font-size: 14px;
}

td {
	padding-top: 1px;
	padding-bottom: 1px;
}

.nofloat {
	float: none;
}

td .odd {
	font-weight: bold !important;
}
.articleContent {
	padding: 10px 10px 10px 10px;
}

body {

}

#footer {
position: fixed;
right: 10px;
bottom: 10px;
}

ul.rssFeed {
	margin-left: 5px;	
}