
/* MODULES
----------------------------------------------------------------------------- */

img.float {
	float: left;
	margin: 3px 13px 3px 0;
	}

img.floatright {
	float: right;
	margin: 3px 0 3px 13px;
	}

.box {
	margin-bottom: 1em;
	}

/* MB: change all cases of .boxcontent to .content */
.boxcontent, .content {
	padding: 0 .75em;
	}

.button {
	width: 145px; 
	}

.button a {
	background: #eee;
	border-bottom: 3px solid #ccc; 
	border-right: 3px solid #ccc; 
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	text-transform: uppercase;
	}

.cols, .row {
	float: left;
	width: 542px;
	}

.col {
	display: inline;
	float: left;
	margin-right: 10px;
	width: 266px;
	}



/* PAGE-SPECIFIC STYLES
----------------------------------------------------------------------------- */


/* Home */
#main_header
{
	font: bold 115% Verdana,Arial,sans-serif;
}
#search_l
{
	font-family: "trebuchet ms", "lucida grande", arial, "helvetica neue", helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
}

#TopLeftNav
{
	font-family: "trebuchet ms", "lucida grande", arial, "helvetica neue", helvetica, sans-serif;	
	font-weight:bold;
	text-align:left;
	padding-left:5px;
}

#latest {
	float: left;
	font-family: "trebuchet ms", "lucida grande", arial, "helvetica neue", helvetica, sans-serif;
	line-height: 1.2;	
	font-weight:bold;
	}

#latest .col {
	margin: 0;
	}

#latest .new, #latest .act {
	/*width: 315px;*/
	font-size:small;
	}
	
#latest a {
	text-decoration: none;
	color:#FFFFFF;
	}
	
#latest a:hover {
	text-decoration:none;
	color:#F7F8E0;
	font-size:107%

	}

#latest p, #latest ul {
	font-size: 93%;
	margin: 0 0 1em;
	padding: 0 19px 0 25px;
	}
	
#latest .iss p, #latest .iss ul {
	padding-left: 28px;
	}

#latest p {
	font-style: normal;
	margin-left: 10px;
	}
	
#latest li {
	
	list-style: none;
	margin: 0 0 .5em;
	padding-left:10px;
	font-size:small;
	}

#latest p a {	
	padding-right: 19px;
	font-size:small;
	}

#latest h2 {
	margin: 0 0 .5em;
	}

#latest h2 a {
	display: block;
	height: 24px;
	width: 322px;
	}
	
.item_img a:hover
{
    background: url(/black_arrow.gif) 100% 50% no-repeat;
	color:Green;
	text-decoration:none;
}
.top
{
    color: Blue; font-weight:normal;font-size:11px;
}




