@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 20px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 15px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
body {
background-image:url(images/layout/bg.jpg);
background-repeat:repeat;
}
.oneColFixCtrHdr #container {
	width: 800px;
	position:relative;
	margin: 20px auto -150px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align:top;
	
	
}
.oneColFixCtrHdr #mainContent {
	position:relative;
	margin:0 auto;
	height:500px;
}
.oneColFixCtrHdr #bg {
 /*  background-image:url(images/bg-img/index.png);*/
   height:480px;
   width:750px;
   margin:150px auto;
   position:relative;
   border:#000000 thin solid;
   }
   
   
/*ul#englishandspanish { 
width: 750px;
margin:0 auto;
height: 25px;
padding-left:24px;
font-size:12px;
font-weight:bold;
font-family: "Lucida Grande", Verdana, sans-serif; 
font-weight: bold; 
list-style-type: none;
margin-left:-312px;
margin-right:90px;
margin-top:380px;
marker-offset:inherit;
}
ul#englishandspanish li { 
display: block; 
float: right; 
}
ul#englishandspanish li a {
color:#333333; 
text-decoration: none; 
display: block; 
line-height:10px; 
padding:10px 15px 10px 15px; 
}
ul#englishandspanish li a:hover {
color:#FFFFFF; 
}
ul#englishandspanish li a.current{
color:#336600; 
padding: 5px 15px 0; 
}
*/
.oneColFixCtrHdr #footer p {
font-family:Arial, Helvetica, sans-serif;
color:#660066;
font-size:12px;
font-weight:bold;
text-align:center;
font-style:normal;
line-height:16px;
margin-top:-60px;
}
#footer p.credits {
font-size:9px;
font-weight:normal;
color:#000000;
padding-top:60px ;
}

