@charset "UTF-8";
/* CSS Document */

#SidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 10px;
	margin-top: 10px;
}
#SidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 10px;
	margin-top: 10px;
}
#MainContent {
	text-align: center;
	background-color: #000000;
	margin-right: 180px;
	margin-bottom: 10px;
	margin-left: 180px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#MainContentBelow {
	height: 420px;
	margin-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#SidebarRight   #LinkField1, #SidebarRight   #LinkField2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
	height: auto;
}
#SidebarRight #Space-between-LinkFields {
	height: 15px;
}
#SidebarRight #LinkField1 #Top, #SidebarRight #LinkField2 #Top, #MainContentBelow #Top, #SidebarLeft #Top {
	height: auto;
	font-family: Tahoma;
	font-size: 120%;
	color: #CC0000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#SidebarRight #LinkField1 #Date, #SidebarRight #LinkField2 #Date, #MainContentBelow #Date {
	font-size: 90%;
	color: #666666;
}
#SidebarRight #LinkField1  #Descr, #SidebarRight #LinkField2  #Descr, #MainContentBelow #Descr {
	color: #999999;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 90%;
	text-decoration: none;
}
#SidebarRight #LinkField1  #Descr a, #SidebarRight #LinkField2  #Descr a, #MainContentBelow #Descr a {
	color: #999999;
	text-decoration: none;
}
#SidebarRight #LinkField1 #Descr a:hover, #SidebarRight #LinkField2 #Descr a:hover, #MainContentBelow #Descr a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#SidebarRight #Space-to-Text {
	height: 20px;
}
#SidebarLeft   h1, #MainContent h1{
	font-weight: normal;
	color: #FF6600;
	margin: 0px;
	font-size: 90%;
	line-height: 150%;
}
#SidebarLeft  h2, #MainContent h2 {
	font-size: 90%;
	font-weight: normal;
	color: #999999;
	margin: 0px;
	line-height: 150%;
}
#SidebarLeft  .txt2, #MainContent .txt2 {
	color: #999999;
	font-size: 85%;
}
#SidebarLeft .txt1, #MainContent .txt1{
	font-size: 95%;
	color: #FFFFFF;
}
#SidebarLeft .txt2 a, #MainContent .txt2 a{
	color: #999999;
	text-decoration: underline;
}
#SidebarLeft .txt2 a:hover, #MainContent .txt2 a:hover{
	color: #FF9900;
	text-decoration: none;
}
#MainContent .txt3 {
	color: #990000;
	font-size: 85%;
}
#MainContent .txt3 a {
	color: #990000;
	text-decoration: underline;
}
#MainContent .txt3 a:hover {
	color: #FFFF66;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
