/* CSS Document */

* {
	margin:0; padding:0;
}



#container {
    position: relative;
	width: 800px;
	background:url(images/header_tall.gif) top repeat-x;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
}  


#header .left {padding:22px 0 0 0;}
#header .right {padding:46px 11px 0 0;}
#header .right a {color:#868686; font-family:arial; font-size:12px; background:url(images/RSS.gif) no-repeat top right; padding:0 29px 2px 0;}
/*main layout */
.h_logo{ height:76px; width:100%;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}

body {
}

#main { width:800px;}


#footer {
	height:61px;
	background:#FFFFFF url(images/footer_bg.gif) bottom repeat-x;
	margin-top: 20px;
}

.column1, .column2, .column3, .indent_column, .col1, .col2, .col3, .ind_col {float:left;}




/* menu */

#menu {background:url(images/menu_tall.gif) top repeat-x; height:59px;}
#menu .rightbg {background:url(images/menu_right.gif) top right no-repeat;}
#menu .leftbg {background:url(images/menu_left.gif) top left no-repeat; width:100%; height:65px;}
#menu .padding {
	padding:13px 0;
}
#menu li {float:left; width:113px; background:url(images/menu_libg.gif) top right repeat-y; font-size:12px; text-align:center;  display:block;}
#menu li a {color:#919191; text-decoration:none; font-weight:normal; font-size:12px; display:block; padding:8px 0 5px 0;}
#menu li span{ display:block; padding:8px 0 5px 0;}
#menu li a:hover {color:#000000; text-decoration:underline;}
#menu li span {color:#000000; text-decoration:underline;}
#menu .last {background:none;}

#panorama { margin-bottom: 4px; }

#middle { width:100%;}



/* Miscellaneous classes for reuse */
.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;
}



#rowofboxes { width: 100%; height: 210px; margin: 15px 0 0 0; }


#welcomeslot {
	width:516px; height: 170px; float:left; margin: 4px 14px 35px 0;

 }
.ver_line { float: left; width: 5px; height: 340px; margin-top: 10px; background-image:url(images/ver_line.gif); background-repeat: repeat-y;}
#newsslot { width:253px; height: 290px; float:left; margin: 4px 0 35px 10px; overflow: auto; }
#newsslot0 { width:253px; height: 17px; float:left; margin: 4px 0 35px 10px; overflow: auto; }
#nonewsslot { width:253px; height: 30px; float:left; margin: 4px 0 35px 10px; }

.more {
	text-align:right;
	margin-top: 10px;
}
.more a{
	background:url(images/more_bg.gif) top right no-repeat;
	padding-right:13px;
	color:#000000;
	font-weight:bold;
}

.headline {background:url(images/date_bg.gif) no-repeat 0 0; margin-top: 15px; padding:2px 0 2px 22px; color:#444444;}

/*****************************/


a img { border:0;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
	font-family:Georgia, tahoma;
	font-size:11px;
	line-height:normal;
	color:#666666;
	}

input, select { vertical-align:middle; font-weight:normal;}
strong {
	font-size:12px;
	color:#0033CC;
}

a {color:#3d6f92; font-size:12px;}
#index #summary {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.deemph {
	font-size: 24px;
	color: #666666;
}

.emph {
	font-size: 28px;
	margin-bottom: 25px;
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.blackemph {
	font-size: 28px;
	margin-bottom: 25px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.smallblackemph {
	font-size: 14px;
	color: #000000;
	font-weight: 800;
	font-family: Arial, Helvetica, sans-serif;
}

.smalldeemph {
	font-size: 12px;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}



.summary {
	margin-top: 4px;
	color: #0033CC;
	font-weight: bold;
	}
	
.description {font-size: 12px}


.newrow {
	float: clear;
	margin-top: 15px;
	}
