HTML, BODY, P, DIV, IMG, H1, H2, H3, H4, DL, DD, DT, FORM {
	margin: 0;
	padding: 0;
}
INPUT, SELECT {
	margin: 0; padding: 0;
}
LI, UL, OL {
	list-style: none;
}

HTML, BODY {
	height: 100%;
}

BODY {
	font-size: 62.5%; /* 62.5% - Resets 1em to 10px */
	font-family: georgia, serif;
	background-color: #fff;
 	min-width: 982px; /* Content Minmum Width, not used by IE5/6, or early versions of Safari */
}

A {
	text-decoration: none;
	color: #449;
}

A:hover {
	text-decoration: underline;
}

#clear {
	clear: both;
	height: 0;
}


#page {
	position: relative; /*** Let's be nice to IE ***/
	width: 982px;
	margin: 0 auto;
	display: table; /*** For non-IE browsers ***/
	margin-bottom: -30px; /*** NEGATIVE TOTAL Height of Footer Rows ***/
}

#page_inside {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	background-color: #fff;
}

#top {
	width: 980px;
    font-family: tahoma, sans-serif;
    font-size: 120%;
	color: #fff;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#top A {
	color: #fe7;
}

#header {
	width: 980px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
  	border-bottom: 4px solid #67b;
}

#footer {
	width: 948px;
	clear: both;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #999;
	border-top: 4px solid #67b;
	text-align: center;
    font-family: tahoma, sans-serif;
    font-size: 120%;
	padding: 16px;
}
#footer A {
	color: #67b;
}
#footer2 A {
	color: #b67;
}


#copyright {
	width: 980px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #eee;
    font-family: tahoma, sans-serif;
    font-size: 100%;
	text-align: left;
	color: #999;
}
#copyright TD {
  	padding: 8px;
}
#copyright A {
	color: #999;
}




#head_date {
    text-align: left;
    position: relative;
    font-size: 140%;
    left: 60px;
    top: -10px;
}
#head_date_inside {
    text-align: left;
    position: relative;
    font-size: 120%;
    left: 25px;
    top: -6px;
}

#head_title {
    font-size: 240%;
    font-family: tahoma, sans-serif;
    text-transform: uppercase;
}

#search_inside {
    font-family: tahoma, sans-serif;
    font-size: 100%;
}
#search_inside INPUT.button {
    margin-left: 2px;
    font-size: 100%;
    vertical-align: middle;
    border: 1px solid #67b;
    background-color: #fff;
    color: #67b;
}
#search_inside INPUT.text {
    vertical-align: middle;
    font-size: 120%;
    color: #349;
    border: 1px solid #67b;
}

#mainmenu {
	width: 981px;
    font-family: verdana, sans-serif;
    font-size: 100%;
	text-transform: uppercase;
	border-left: 1px solid #999;
}
/* :last-child */
#mainmenu_item {
    border-right: 1px solid #999;
	padding: 8px;
    background-color: #fff;
	border-bottom: 1px solid #999;
}
#mainmenu_item_select {
    border-right: 1px solid #999;
	padding: 8px;
	background-color: #cdd;
}
#mainmenu A {
    color: #000;
}
#submainmenu {
	width: 980px;
	background-color: #cdd;
    font-family: verdana, sans-serif;
    font-size: 100%;
	text-transform: uppercase;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#submainmenu_item {
	padding: 8px;
}
#submainmenu_item .select {
	font-weight: bold;
}

#submainmenu A {
    color: #000;
	margin-left: 8px;
	margin-right: 8px;
}

#content {
	padding: 8px;
	width: 964px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#content A {
	color: #449;
}

#hot_area {
	text-align: center;
	border-top: 1px solid #aaa;
	padding-top: 8px;
	margin-bottom: 8px;
}

#shortnews_area {
	border-bottom: 1px solid #aaa;
	margin-bottom: 16px;
}
#shortdocs_area {
	border-bottom: 1px solid #aaa;
	margin-bottom: 16px;
}
#shortnews_area IMG, #shortdocs_area IMG {
	border: 1px solid #ccc;
	padding: 2px;
}

#short_item {
	margin-bottom: 8px;
}
#short_item_title {
	font-size: 160%;
	color: #000;
	font-weight: bold;
}
#short_item_title_small {
	font-size: 120%;
	color: #000;
	font-weight: bold;
}
#short_item_head {
	font-size: 120%;
	color: #000;
    font-family: verdana, sans-serif;
	font-weight: bold;
	margin-top: 5px;
}
#short_item_meta {
	font-size: 110%;
	color: #999;
    font-family: tahoma, sans-serif;
}
#short_item_text {
	font-size: 150%;
}
#short_item_desc {
	font-size: 130%;
}
#short_item_desc UL {
	margin: 0px;
	padding-bottom: 8px;
}
#short_item_desc UL LI {
	margin-left: 16px;
	margin-top: 8px;
	list-style-type: square;
	color: #67b;
}
#short_item_image {
	display: inline;
	float: left;
	text-align: right;
	font-size: 90%;
    font-family: tahoma, sans-serif;
	color: #999;
	margin-top: 4px;
	padding-right: 5px;
}
#short_item_source {
	text-align: right;
	font-size: 150%;
}




#wide_area {
	border-bottom: 1px solid #aaa;
	margin-bottom: 16px;
}
#wide_area IMG {
	border: 1px solid #ccc;
	padding: 2px;
}
#wide_item {
	margin-bottom: 8px;
}
#wide_item_title {
	font-size: 160%;
	color: #000;
	font-weight: bold;
}
#wide_item_title_small {
	font-size: 120%;
	color: #000;
	font-weight: bold;
}
#wide_item_head {
	font-size: 120%;
	color: #000;
    font-family: verdana, sans-serif;
	font-weight: bold;
	margin-top: 5px;
}
#wide_item_meta {
	font-size: 110%;
	color: #999;
    font-family: tahoma, sans-serif;
}
#wide_item_text {
	font-size: 150%;
}

#wide_item_text UL {
/*	margin: 0px;
	padding-bottom: 8px; */
}
#wide_item_desc UL LI {
	margin-left: 16px;
	margin-top: 8px;
	list-style-type: circle;
	color: #67b;
}

#wide_item_desc {
	font-size: 130%;
}
#wide_item_desc UL {
	margin: 0px;
	padding-bottom: 8px;
}
#wide_item_desc UL LI {
	margin-left: 16px;
	margin-top: 8px;
	list-style-type: square;
	color: #67b;
}
#wide_item_image {
	display: inline;
	float: left;
	text-align: right;
	font-size: 90%;
    font-family: tahoma, sans-serif;
	color: #999;
	margin-top: 4px;
	padding-right: 5px;
}
#wide_item_source {
	text-align: right;
	font-size: 150%;
}


/******************************************************************************/



#long_area {
	width: 716px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 16px;
}
#long_area IMG {
	border: 1px solid #ccc;
	padding: 2px;
}

/******************************************************************************/
#item_content {
	padding-top: 16px;
	font-size: 130%;
}
#long_area UL {
	font-size: 120%;
	padding-bottom: 8px;
	margin: 0px;
}
#long_area UL LI {
	margin-left: 16px;
	margin-top: 8px;
	list-style-type: square;
}


#item {
	margin-bottom: 16px;
}
#item_title {
	font-size: 160%;
	color: #000;
	font-weight: bold;
}
#item_head {
	font-size: 120%;
	color: #000;
    font-family: verdana, sans-serif;
	font-weight: bold;
}
#item_desc {
	padding-top: 16px;
	font-style: italic;
	font-size: 130%;
}
#item_meta {
	padding-top: 8px;
	font-size: 110%;
	color: #999;
    font-family: tahoma, sans-serif;
}
#item_meta A {
	color: #999;
}
#item_image {
	display: inline;
	float: right;
	text-align: right;
	font-size: 90%;
    font-family: tahoma, sans-serif;
	color: #999;
	margin-top: 6px;
}


#trackers {
	text-align: center;
	margin-bottom: 16px;
}
#div {
	padding-top: 8px;
	margin-top: 16px;
	padding-bottom: 8px;
	border-top: 1px solid #999;
}

#indexmenu {
	padding: 0;
	margin-bottom: 8px;
}
#indexmenu A, #indexmenu UL A { color: #000; }
#indexmenu UL LI UL A { color: #777; }
#indexmenu UL, #indexmenu LI { margin: 0; padding: 0; }

#indexmenu UL.normal {
	padding: 8px 4px 4px 4px;
}
#indexmenu UL.normal LI {
    font-size: 110%;
	text-transform: uppercase;
	margin-bottom: 4px;
}

#indexmenu UL.select {
	padding: 12px 4px 4px 4px;
	background-color: #eee;
}
#indexmenu UL.select LI {
    font-size: 110%;
	text-transform: uppercase;
	margin-bottom: 4px;
}

#indexmenu UL.select UL {
	padding: 4px 0 0 1em;
}
#indexmenu UL.select UL LI {
	text-transform: none;
    font-family: tahoma, sans-serif; font-size: 90%;
	margin-bottom: 4px;

}

.grey {

}


#indexcontent {
	padding: 8px;
	width: 964px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#indexcontent A {
	color: #449;
}
#indexcontent TD { padding: 0; margin: 0; }