*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html
{
	height: 100%;
}

 a
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}


/*a:active,
a:hover
{
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #1A244D;
	border-bottom: 1px solid #FFF;
}
*/

img
{
	border: 0px;
 }
 
  div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
border:0px !important;
padding:0;
}

body
{
	background-color: #ffffff;
	color: #000;
	height: 100%;
	margin: 0;
	padding: 0;

}

fieldset
{
	margin: 0;
	padding: 4px;
}

form
{
	margin: 0;
	padding: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 *
{
	color: #00000;
	font-family: Arial, Verdana;
	margin: 0;
	padding: 5px 0 15px 0;
	text-align: left;
}

h1,
h1 *
{
	font-size: 24px;
	font-weight: bold;
}

h2,
h2 *
{
	font-size: 20px;
	font-weight: normal;
}

h3,
h3 *
{
	font-size: 18px;
	font-weight: normal;
}

h4,
h4 *
{
	font-size: 16px;
	font-weight: normal;
}

h5,
h5 *
{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

h6,
h6 *
{
	font-size: 12px;
	font-weight: bold;
	color: #000;
}



/*********************/
/* Layout containers */
/*********************/

#site_container
{
	width: 600px;
	min-height: 520px;
	float: left;

}

#content_container
{
	float: left;
	height: 100%;
}

#header
{
	width: 100%;
	height: 176px;
	background: url("../media/header.jpg") no-repeat top center;
	text-align: left;
	display:none;
}


#menu
{
	width: 222px;
	height: 500px;
	float: left;
	background: url("../media/menu_shadow.png") no-repeat left top;
	display:none;

}

#print
{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 214px;
	right: 100px;
	display:none;
}

#header_menu
{
	width: 250px;
	height: 15px;
	height:15px;
	position:absolute;
	right:61px;
	top:140px;
	width:250px;
	display:none;
}

#content
{
	padding-top: 5px;
	padding-bottom: 20px;
	width: 574px;
	float: left;
	font-size: 12px;
	padding-left: 40px;


}

#content_center
{
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 40px;
	width: 322px;
	float: left;
	font-size: 12px;

}


#content_right
{
	width: 312px;
	float: left;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-size: 11px;
	display:none;

}


* html #news_container
{
	height: 170px;
}

#footer
{
	background: url("../media/footer_bgr.png") repeat-x top left;
	height: 304px;
	width: 100%;
	position: absolute;
	top: 520px;
	left: 0px;
	display: none;
}

#details
{
	width: 760px;
	background-color: #ffffff;
	color: #000000;
	float: left;
}

#details a
{
	color: #000000 !important;
	font-size: 11px;
	text-decoration: underline;
}

#details-header
{
	float:left;
	width: 760px;
	height: 240px;
	background: url(../media/detailsheader.gif) top left no-repeat;
}

.backlink
{
	display: none
}

#details-titlebox
{
	background-color:#DDDDDD;
	float:left;
	font-size:16px;
	font-weight:bold;
	height:50px;
	margin-bottom:20px;
	margin-left:30px;
	padding:5px;
	width:720px;
}

.details-title
{
	clear:both;
	margin-top: 15px;
	font-size: 18px;
}

#details-body
{
	float:left;
	width: 760px;
}

#details-body table
{
	border: solid 1px #ffffff;
	border-collapse: collapse;
	width: 100%;
	border-left: 0px;
}

#details-body td
{
	
	font-size: 11px;
	
}

.stdcell, .stdcellb, .stdcells
{
	background-color: #eeeeee;
	border: solid 1px #ffffff;
	border-collapse: collapse;
	padding: 5px;
}

.stdcellb
{
	font-weight: bold;
}

.stdcells
{
	font-size: 10px;
}    

.catcolor
{
	width: 30px;
	min-height: 30px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	border-collapse: collapse;
	
}

.details-desc
{
	background-color: #DDDDDD;
	border: solid 1px #ffffff;
	border-collapse: collapse;
	padding: 5px;
	font-weight: bold;
}

.spacer
{
	height: 15px;
}


