@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 62.5%;
	background-attachment: scroll;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}
.twoColFixLtHdr #container .footer {
}
a:active
{
  outline: none;
}
.footer a:link, .footer a:visited {
	color:#000;
	text-decoration:none;
}
.footer a:hoer {
	text-decoration: underline;
}
.twoColFixLtHdr #container {
	width: 685px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #header {
	min-height: 120px;
	background-image: url(images/head_title.gif);
	background-repeat: no-repeat;
	padding: 0;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.sentence {
	text-align:right;
	padding: 10px;
	max-height: 90px;
	overflow:hidden;
}
.menu {
	text-align:left;
	padding-left:20px;
	font-size:12px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-bottom-color: #999;
}
.menu a:link, .menu a:visited {
	color:#000;
	text-decoration:none;
}
.menu a:hover {
	text-decoration:underline;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	margin-bottom:20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 12px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 10px;
	text-align: center;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.linea {
	position: relative;
	height:130px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#breadcrumbs {font-size:13px; font-weight:bold;}

/* START hp news css */

#newsticker { 
width:190px; 
background:#fff; 
padding:0px; 
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
margin:20px auto;
}

#newsticker a { text-decoration:none; }
#newsticker img { border: 2px solid #FFFFFF; }

#newsticker .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite { width:180px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:right; width:180px; }
.newsticker-jcarousellite .info2 { float:right; width:685px; text-align:center; padding:15px; font-size:14px; font-weight:bold; color:#FFF; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }

/* END hp news css */#youtube {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

