/* CSS Document */
/*****************************************************************************/
/* Fonts and Headings*/
/*****************************************************************************/

body {
	font: 12px/1.5em "arial";
	font-family: arial;
	margin-bottom: 0px;
	background-image: url(images/homepagebackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height:110%
	height:auto;
	}

p {
	margin-top: -15px;
}

li {
	font-size: 12px;
	margin-right: 5px;
	text-align: left;
}

h1 {
margin-top: 15px;
}

td {
vertical-align: top;
}
 
img {
margin-bottom: 0px;
}

h1 {
font-size: 42px;
color: white;
margin-top: 20px;
}

/*****************************************************************************/
/* links */
/*****************************************************************************/
a:link {
	color: blue;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFCC66;
}
a:active {
	color: #000000;
}


/*****************************************************************************/
/* backgrounds & layout*/
/*****************************************************************************/

.footer {
	vertical-align: top;
	text-align: center;
	font-size: 10px;
	color: #666666;
	line-height: 10px;
}

.buttons {
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 100;
	width: 100%;
}

.left {
	float: left;
	width: 50%;
	height: 47px;
	text-align: left;
	}

.right {
	float: right;
	width: 45%;
	height: 47px;
	text-align: right;
	}

/*****************************************************************************/
/* clases miscelaneas */
/*****************************************************************************/
	.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
font-weight: 900;
background: url(images/on.jpg)  no-repeat;
white-space: normal;
display: block;
width: 293px;
height: 51px;
margin: 0;
padding: 0;
text-align: center;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 16px;
width: 293px;
height: 51px;
display: block;
float: left;
color: white;
text-decoration: none;
text-align: center;
}

.cssnav img
{
width: 293px;
height: 51px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden;
}

.cssnav span
{
position: absolute;
left: 10px;
top: 5px;
margin: 0px;
padding: 0px;
cursor: pointer;
text-align: center;
} 


.white_lnk {
color: #FFFFFF;
font-size: 16px;
}

.linked {
margin-right: 14px;
}