/* CSS */
a {	outline: none!important; }

#content {
	width: 950px;
	margin-bottom: 20px;
}

#content-left {
	float: left;
	width: 295px;
	margin-left: 8px;
	padding: 0px 0px;
	font: normal 11px/16px Verdana,sans-serif;
	text-align: justify;
	/*border: 1px solid blue;*/
}
#content-left .u1 {
	font: bold 12px/22px Verdana,sans-serif;
	color: #003388;
}
#content-left .copy a, .tp a {
	color: #0099ff;
	font-weight: bold;
	text-decoration: none;
}
#content-left .copy a:hover, .tp a:hover {
	color: #990033;
}

/* MID ------------------------------ */
#content-mid {
	float: left;
	width: 800px;
	margin-left: 2px;
}
#content-mid .annc {
	font: normal 12px/18px Arial,sans-serif;
	color: #71140F;
}

/* RIGHT ---------------------------- */
#content-right {
	float: left;
	width: 330px;
	/*height: 700px;*/
	margin-left: 2px;
	background-image: url(../../media/layout/bg_content_mid.gif);
	background-repeat: y;
}
#contentbox {
	width: 330px;
}
#contentbox .tabs {
	*width: 50px;
	padding: 0px 0px 0px 35px;
	float: left;
}
#contentbox .text {
	width: 265px;
	font: normal 12px/15px Arial,sans-serif;
	text-align: justify;
	padding: 0px 0px 0px 5px;
	margin-top: 0px;
	float: left;
}
#contentbox .textbox {
	width: 260px;
	*width: 265px;
	font: normal 12px/15px Arial,sans-serif;
	text-align: justify;
	padding: 3px 7px 5px 5px;
	margin-top: 0px;
	margin-left: 1px;
	background-color: #dae4f3;
	float: left;
}
#contentbox h1 {
	font: bold 16px/16px Arial,sans-serif;
	text-align: left;
	color: #000066;
	margin-top: 0px;
	margin-bottom: 6px;
}
#contentbox h2 {
	font: normal 10px/15px Verdana,sans-serif;
	text-align: left;
	color: #000066;
	margin-top: 0px;
	margin-bottom: 5px;
}
#contentbox a {
	font-weight: bold;
	line-height: 17px;
	color: #0099ff;
	text-decoration: none;
}
#contentbox a:hover {
	color: #990033;
}


#content-teasers {
	float: left;
	width: 150px;
	/*height: 700px;*/
	margin-left: 12px;
	padding: 2px 0px;
	/*border: 1px dotted #d0d0d0;*/
}
#content-teasers .u3 {
	font: normal 11px/15px Arial,sans-serif;
	letter-spacing: 1px;
	margin-bottom: 4px;
	color: #666666;
}


#content-wide {
	float: left;
	width: 800px;
	/*border: 2px solid red;*/
}

#content-header {
	float: left;
	margin-left: 10px;
}
#content-header .text {
	font: normal 12px/17px Arial,sans-serif;
	
}
#content-header h1 {
	font: bold 20px/25px Arial,sans-serif;
	text-align: left;
	color: #000066;
	margin-top: 5px;
	padding-right: 5px;
	margin-bottom: 3px;
}


/* temp */
.tp {
	font: normal 11px/16px Verdana,sans-serif;
}



