@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	background-image: url(images/generate_shared_stripe.php.png);
	/*background-color:#bbe9fe;*/
}

/*--Global Property--------------------------------------------*/

*{margin: 0; padding: 0;}
h1, h2, h3 { margin: 20px 0; padding: 10px 0; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; border-bottom: 1px dashed #ddd;}
h1 {font-size: 3em;}
h2 {font-size: 2.5em;}
h3 {font-size: 2em;}
p {margin: 5px 0; padding: 5px 0;}

/*--Layout Property--------------------------------------------*/

#main {
	height: 100%;
	background: url(images/stretch.gif);
	position: relative;
	overflow: hidden;
}
*html #main { height: 724px; overflow: visible;}
.container {
	margin: 0 auto;
	width: 970px;
	font-size: 1.2em;
	
	
}

/*--Header Property---------------*/
#header {
	background-image: url(images/header_img.jpg);
	width: 968px;
	float: left;
	height: 149px;
	/*background: #ddd;*/
	position: absolute;
	top: 0;
	border: 1px solid #ccc;
	left: 0;
}
/*#header h2 {
	padding: 20px 20px;
	font-size: 3.5em;
}*/
#header ul {
	float: left;
	margin-left: 10px;
	list-style: none;
	display: inline;
}
#header ul li {
	float: left;
	margin: 0 5px;
}
#header ul li a{
	display: block;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #222;
}
#header ul li a:hover{
	background: #ddd;
	border: 1px solid #bbb;
}
/*--Side Col Property---------------*/
#sidecol {
	float: left;
	width: 235px;
	position: absolute;
	top: 150px;
	left: 0;
}
#sidecol h2 {
	padding: 10px;
	margin: 0;
	overflow: hidden;
	/*background-image: url(images/boton.gif);*/
	display: block;
	clear: both;
	font-weight: normal;
	font-size: 1.6em;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
#sidecol ul  {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidecol ul  li {
	display: block;
	margin: 0;
	padding: 0;
}
#sidecol ul li a{
	display: block;
	width: 225px;
	padding: 7px 0 7px 10px;
	text-decoration: none;
	color: #222; 
	background: #ddd url(sidecol_a.gif) no-repeat right top;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #eee;
}
#sidecol ul  li :hover {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	background: #ccc;
}
/*--Content Property---------------*/
#content {
	float: right;
	display: inline;
	width: 685px;
	margin: 120px 0 0 0;
	padding: 20px;
	background-color: #CCCCCC;
}
/*--Footer Property---------------*/
#footer {
	background: #012d41;
	float: left;
	height: 56px;
	line-height: 56px;
	width: 100%;
	text-align: center;
	color: #fff;
	
}

.style1 {
	background-color:#eeeeef;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	}

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
border: 1px solid #000;
background: #fff; 
width: 700px; 
height: 37px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 685px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

img#uno {
	float:right;
	margin: 0px 15px 15px 15px ;
}
	