body{ 
	/* background: #8CBDE8; */
	background-image: url(../images/bg.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
	background-color:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	/* background-color:#FFC77F;  */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: auto;
	margin-left: auto;
	margin-right: auto	;
}

#sidebar {
	background: #CCCCCC url(../images/img1.jpg) repeat-x;
	margin: 0px;
	background-image:url(../images/border.jpg);
	background-position:right; 
}

#container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	height: 150px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#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 */
}
#content1 {
	float: right;
	width: 497px;
	height: auto;
	padding-right: 1px;
	border-left-color: #990000;
	border: 1;
	border-left: 1 #990000 100%;
}

.content {
	border-left-color: #FFFFFF;
	border: 1;
	border-left-style: groove;
}

#mainContent11 {
	margin: 50px 250px 20 20; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:500px;
	height:auto;
	margin-top: 5px;

	border-left-color: #cccccc;
	border-left-style: dashed;
	border-left-width: 1pt;
}

#footer {
	background-color: #990000;
	padding: 0 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

} 

#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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#box {
	border: 20px dotted #CCCCCC;
	border-left-color: #333333;
	border-left-style: dotted;
} 

.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;
}

/* Menu Link*/
a.menu:link {
	color: #ffffff;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #ffffff;
}
a.menu:hover {
	text-decoration: underline;
	color: #990000;
}
a.menu:active {
	text-decoration: none;
	color: #ffffff;
}
/* Body Link*/
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #CC9966;
}
a:active {
	text-decoration: none;
	color: #CC9966;
}


a.a1:link {
	color: #ffffff;
	text-decoration: none;
}
a.a1:visited {
	text-decoration: none;
	color: #ffffff;
}
a.a1:hover {
	text-decoration: none;
	color: #ffffff;
}
a.a1:active {
	text-decoration: none;
	color: #ffffff;
}

.txt {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;  color: #000000; 
}
.txt1 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;  color: #990000; 
	text-align:left;
}


.txt_black {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.txt_red {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}

.txt_gray {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:left;
}

.txt_newsdate {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:left;
}

.txt_gold {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E5B052;
}

.txt_gold1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E5B052;
}


.txt_posted {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.txt_red_cap {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	text-transform: uppercase;
}

.txt_red_cap_big {
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	text-transform: uppercase;
}

.txt_black_cap_big {
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
}

.txt_black_cap {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;	
}

.txt_news {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;  color: #000000; 
}
.txt1_news {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.select {
	CLEAR: both;
	BORDER-RIGHT: 1px solid;
	PADDING-RIGHT: 1px;
	BORDER-TOP: 1px solid;
	PADDING-LEFT: 1px;
	FONT-SIZE: 12px;
	FLOAT: none;
	PADDING-BOTTOM: 1px;
	BORDER-LEFT: 1px solid;
	COLOR: #990000;
	LINE-HEIGHT: normal;
	PADDING-TOP: 1px;
	BORDER-BOTTOM: 1px solid;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: #cccccc
}

.news {
	border-left: solid #990000 1;
	border-right: solid #990000 1;
	width: 500px;
	height: auto;
}	

 BUTTONS  
.buttonscontainer {width: 780px;}

.buttons a {color: #FFFFFF;
border: 1px solid;
background-color: 999999;
padding: 1px;
padding-left: 1px;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: 666666 FFFFFF FFFFFF 666666;
display: block;
margin: 0px;
width: 780px;
text-align: left;}

.buttons a:hover {border: 1px solid;
padding-left: 1px;
padding-top: 1px;
padding-bottom: 1px;
padding-right: 1px;
background-color: 333333;
border-color: FFFFFF 666666 666666 FFFFFF;
color: #990000;
text-decoration: none;}

ul#navigation-1
	{
	margin:0;
	padding:1px 0;
	list-style:none;
	width:780px;
	height:21px;
	font:normal 8pt verdana, arial, helvetica;
}
ul#navigation-1 li
	{
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	width:97px;
}
ul#navigation-1 li a:link,
ul#navigation-1 li a:visited
	{
	padding:5px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#990000;
	color:#ffffff;
	width:97px;
	height:13px;
}

ul#navigation-1 li:hover a,
ul#navigation-1 li a:hover,
ul#navigation-1 li a:active
	{
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#999999;
	color:#ffffff;
	width:97px;
	height:13px;
	border-left:1px solid #990000;
	border-right:1px solid #990000;
}
	
ul#navigation-1 li ul.navigation-2
	{
	margin:0;
	padding:1px 1px 0;
	list-style:none;
	display:none;
	background:#ffffff;
	width:120px;
	position:absolute;
	top:21px;
	left:-1px;
	border:1px solid #990000;
	border-top:none;
}
ul#navigation-1 li:hover ul.navigation-2
	{ display:block; }
ul#navigation-1 li ul.navigation-2 li
	{ width:146px; clear:left; width:146px; }

ul#navigation-1 li ul.navigation-2 li a:link,
ul#navigation-1 li ul.navigation-2 li a:visited
	{ clear:left; background:#990000; padding:4px 0; width:146px; border:none; border-bottom:1px solid #ffffff; position:relative; z-index:1000; }
ul#navigation-1 li ul.navigation-2 li:hover a,
ul#navigation-1 li ul.navigation-2 li a:active,
ul#navigation-1 li ul.navigation-2 li a:hover
	{ clear:left; background:#999999; padding:4px 0; width:146px; border:none; border-bottom:1px solid #ffffff; position:relative; z-index:1000; }

ul#navigation-1 li ul.navigation-2 li ul.navigation-3
	{ display:none; margin:0; padding:0; list-style:none; position:absolute; left:145px; top:-2px; padding:1px 1px 0 1px; border:1px solid #990000; border-left:1px solid #990000; background:#ffffff; z-index:900; }
ul#navigation-1 li ul.navigation-2 li:hover ul.navigation-3
	{ display:block; }
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:link,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:visited
	{ background:#990000; }
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li:hover a,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:hover,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:active
	{ background:#999999; }
ul#navigation-1 li ul.navigation-2 li a span
	{ position:absolute; top:0; left:132px; font-size:12pt; color:#999999; }
ul#navigation-1 li ul.navigation-2 li:hover a span,
ul#navigation-1 li ul.navigation-2 li a:hover span
	{ position:absolute; top:0; left:132px; font-size:12pt; color:#ffffff; }


.text2 {
FONT-FAMILY:Arial, Helvetica, sans-serif;
FONT-SIZE:18px;
text-align:left;
color:#e5b052;font-weight:normal;
border-bottom:2px solid #970102;
padding:15px 0px 0px 20px;
}

.txt_gray1 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:right;
}

.txt_white {
	FONT-SIZE: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}

.txt_red2{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#660000;
font-size:100%;
}

.pictureborder1{
border:1px solid #990000;
margin: 4px;
}

.viewalllink1{
font-weight:normal;font-size:12px;text-align:right;
}

.txt_white1 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
}

/*new css for the text and tables 06/09/2009 by marco elias valencia */
.txt_white2{
text-align:center;
FONT-WEIGHT:bold;
FONT-SIZE: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

.border1{
border-bottom:1px solid #ffffff;
}

.border2{
border-bottom:1px solid #ffffff;
}
/*new css for the text and tables 06/09/2009 by marco elias valencia */

.txt_gray2 {
	FONT-WEIGHT:bold;
	FONT-SIZE: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:right;
}

.txt_gray3 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:bold;
}


.haumainannouncement1{
padding: 2px 15px;
}

.haumainhaunewscaption1{
font-size:15px; 
font-weight:bold;
text-align:left;
padding: 20px 18px 0px;
color:#E5B052;
}

.haumainhrspacer1{
padding:2px 18px;
}


.haumaintd1{
padding:0px 18px;
}

.haumainnewstext1{
text-align:left;
}

.haumainreadmorenews1{
padding:0px 26px;
font-weight:bold;
}

.haumaintdfooter1{
padding:6px 18px;
}


.haumainfootertext1{
text-align:left;
font-size:12px;
}

.haumaintdfooter2{
padding:6px 8px;
}


.haumainfootertext2{
text-align:left;
font-size:12px;
}

.haumainmarquee1{
margin-top:10px;

}

ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:10px;

font-family:Verdana,Helvetica,Arial,sans-serif;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(images/bg.png) repeat-x top left;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}


/*RED*/
ul.menu.red{
background-color:#000000;
}
ul.menu.red li a:hover, .menu.red li.current {
background-color:#660000;
}


.additionalmenu1{
padding:1px 8px 0px 7px;
}

.indent{
	padding-left:20px;
	}
	
.txt_normal{
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;

	}
	
p{ 
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.text2 {
FONT-FAMILY:Arial, Helvetica, sans-serif;
FONT-SIZE:18px;
text-align:left;
color:#e5b052;font-weight:normal;
border-bottom:2px solid #970102;
padding:15px 0px 0px 20px;
}

.text3{
FONT-FAMILY:Arial, Helvetica, sans-serif;
FONT-SIZE:12px;
text-align:left;
color:#e5b052;font-weight:normal;
padding:15px 0px 0px 20px;
cursor:pointer;
}

.text3:hover {
FONT-FAMILY:Arial, Helvetica, sans-serif;
FONT-SIZE:12px;
text-align:left;
color:#ff0000;font-weight:normal;
padding:15px 0px 0px 20px;
cursor:pointer;
}


.text4{
FONT-FAMILY:Arial, Helvetica, sans-serif;
FONT-SIZE:12px;
text-align:left;
color:#e5b052;font-weight:bold;
cursor:pointer;
}

.text4:hover {
FONT-FAMILY:Arial, Helvetica, sans-serif;
FONT-SIZE:12px;
text-align:left;
color:#ff0000;font-weight:bold;
cursor:pointer;
border-bottom:1px dotted #FF0000;
}


.text5{
FONT-FAMILY:Arial, Helvetica, sans-serif;
FONT-SIZE:12px;
text-align:left;
color:#e5b052;font-weight:normal;
cursor:pointer;
}

.text5:hover {
FONT-FAMILY:Arial, Helvetica, sans-serif;
FONT-SIZE:12px;
text-align:left;
cursor:pointer;
border-bottom:1px dotted #e5b052;
}
