body {
	background: #000000;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	color : #4F5959;
	font : normal 14px verdana;
	line-height : 22px;
}

div#navcontainer {
	background: #000000 url(../images/background3-top.jpg) no-repeat scroll top center;
	height: 39px;
	margin: 0px 0px 0px 0px;
}

div#navcontainer ul {
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 15px;
	padding-left: 0px;
}

div#navcontainer ul li {
	display: inline;
}

div#navcontainer ul li a {
	font : 700 14px verdana;
	color: black;
	padding: 5px 20px 7px 20px;
	text-decoration: none;
	border-left: 2px solid White;
	border-right: 2px solid White; /* the borders have the same size */
	margin-right: -2px; /* the value has to be like the above but negative */
}

div#navcontainer ul li a:hover {
	background-color: #999999;
	color: white;
}

.current {
	color:white;
}

#container {
	background: Black url(../images/background3-center.jpg) repeat-y scroll center;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	width: 868px;
}

.cover-l {
	float: left;
	margin: 0px 20px 0px 9px;
}

.cover-center {
	float: left;
	margin: 5px 27px 5px 0px;
}

.cover-r {
	margin: 45px 37px 0px 0px;
}

.archivebuttons {
	background-image: url(../images/archivebutton.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 150px;
	font-weight: normal;
	text-align: center;
	padding-top: 7px;
	display: compact;
	margin-bottom: 11px;
}

a:link.button,a:active.button,a:visited.button {
	background-color : transparent;
	border-bottom : 2px none White;
	color : White;
	text-decoration : none;
	line-height : 17px;
	font-weight: bolder;
}

a:hover.button {
	background-color : transparent;
	border-bottom : 2px solid #264162;
	color : White;
	text-decoration : none;
	line-height : 17px;
	font-weight: bolder;
}

a:link.text,a:active.text,a:visited.text {
	background-color : transparent;
	border-bottom : 2px dotted White;
	color : #264162;
	text-decoration : none;
	line-height : 17px;
}

a:hover.text {
	background-color : transparent;
	border-bottom : 2px solid White;
	color : #264162;
	text-decoration : none;
	line-height : 17px;
}

a:link.text-hot,a:active.text-hot,a:visited.text-hot,a:hover.text-hot {
	background-color : transparent;
	border-bottom : 2px solid White;
	color : #264162;
	text-decoration : none;
	line-height : 17px;
}

a:link.text2,a:active.text2,a:visited.text2 {
	background-color : transparent;
	border-bottom : 1px dotted #EA8100;
	color : #00008B;
	text-decoration : none;
	line-height : 17px;
}

a:hover.text2 {
	background-color : transparent;
	border-bottom : 1px solid #EA8100;
	color : #00008B;
	text-decoration : none;
	line-height : 17px;
}

a:link.text2-hot,a:active.text2-hot,a:visited.text2-hot,a:hover.text2-hot {
	background-color : transparent;
	border-bottom : 1px solid #EA8100;
	color : #00008B;
	text-decoration : none;
	line-height : 17px;
}

.bullet {
	margin-bottom : 1px;
	padding-bottom : 1px;
	list-style : outside;
}

.text {
	color : #4F5959;
	font : normal 14px verdana;
	line-height : 20px;
}

.orange-lrg {
	color : #F38407;
	font : normal bolder 15px verdana;
	line-height : 20px;
}

.orange {
	color : #F38407;
	font : normal bolder 14px verdana;
}

#footer {
	padding: 10px 10px;
	clear: left;
	font-size: 12px;
	text-align: center;
	color : #CCCCCC;
	font : normal 13px verdana;
	line-height : 21px;
}
