@charset "utf-8";
/* CSS Document */
html {overflow-y: scroll;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-color:#f4f4f4;
	margin:5px 0px 3px 0px;
	padding:0;
}
div {
	margin:0;
	padding:0;
}
h1 {
	font-size:1.6em;
	color:#444;
}
h2 {
	font-size:1.3em;
	color:#444;
}
h3 {
	font-size:1.1em;
	color:#444;
}
a:hover {
	color:#FF0000;
}
#container {
	max-width:1000px;
	margin:0px auto 0px auto;
}
#header {
	background-color:#FFFFFF;/*520900*/
}
#homelogo {
	position:absolute;
	padding:6px 0px 4px 10px;
}
#homelogo a { color:#faf4d4;font-size:16px;font-weight:bold;text-decoration:none;}
#homelogo a:hover, #homelogo a:visited:hover { color: #FFFF00; text-decoration: none;}
#bc {
	clear:both;
	font-size:0.9em;
	color:#EEE;
	text-decoration: none;
	/*background-color:#555;520900 444642 323430 383a36*/
	background: url(/home/include/nav/chrometheme/bc_bg.gif) center center repeat-x;
	padding:5px 3px 5px 12px;
	border-bottom:1px solid #222;
}
#bc a { color: #faf4d4; text-decoration: none;}
#bc a:hover, #bc a:visited:hover { color: #FFFF00; text-decoration: none;}
#bcPath { padding: 4px 0px 4px 0px; }
#bcSearch { display:inline; padding: 0px; float:right; text-align: right; }
#ta_content {
	padding:10px 18px 30px 18px;/**/	
	background-color:#ffffff;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;	
}
#footer {
	text-align:center;
	font-size:0.7em;
	margin: 0px 0px 10px 0px;
	padding:10px 15px 10px 15px;	
	background-color:#E3E3E3;
	border:1px solid #CCCCCC;
	border-top:none;	
}
#footer a { text-decoration: none; }

/* Inline Elements etc */
a[rel~="external"] {
	padding: 0 15px 0 0;
	margin-right: 2px;
	background: url(/home/images/icons/external.gif) no-repeat right center;
}
/* Images */
a img { border:none; }
.image {
	font-size:0.7em;
	text-align:center;
}
.imgp {
	overflow:hidden;
	margin:0px;
	padding:0px;
}

div#imageright { float:right;  margin: 0px 0px 7px 20px; font-size: 11px; font-weight: bold;}
.imageright { float:right;  margin: 0px 0px 7px 20px; font-size: 11px; font-weight: bold;}
div#imageleft { float:left;  margin: 0px 20px 7px 0px; font-size: 11px; font-weight: bold;}
div#imagecenter { margin: 0px 0px 10px 0px; font-size: 11px; font-weight: bold; text-align: left;}