@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;	
	color: #000000;
}
p {
line-height: 1.4;
letter-spacing:0.15px;
}
strong {
color:#3366CC;
}

h1 {
color:#1E4598;
font-style:italic;
font-family:Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
letter-spacing: 1.4px;
text-transform: uppercase;
}

ul {	
	list-style-type: disc;
}
.normal {	
	text-decoration:none;
}

li .normal {
	
	list-style-position:inside;	
	list-style-image:none;
	
}

.oneColFixCtrHdr #container {
	
	background: #FFFFFF;		
}
.oneColFixCtrHdr #header {
	margin-top:0;	
	background:url(../images/headerRepeat.png) repeat-x;
	height:105px;	
	
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {	
	background: #FFFFFF;
	margin-top:50px;
}
.oneColFixCtrHdr #midContentLeft {	
	background:url(../images/topLeft.jpg) no-repeat;
	margin-top:-50px;
	
	height:350px;
	z-index:-3;	
}
.oneColFixCtrHdr #midContentLeftInside {	
	background:url(../images/topLeftInside.jpg) no-repeat;
	margin-top:-50px;
	
	height:347px;
	z-index:-3;
}
.oneColFixCtrHdr #midContentInside a:visited {
color:#003399;
font-weight:bold;
font-style:italic;
}
.oneColFixCtrHdr #midContentInside a {
color:#003399;
font-weight:bold;
font-style:italic;
}




.oneColFixCtrHdr #midContentMiddle {	
margin-top:-370px;
margin-left:595px;
font-size:13px;
line-height:25px;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
z-index:2;
position:relative;
background:url(../images/midcontentbg.png) repeat-x;
height:380px;
}
.oneColFixCtrHdr #midContentMiddleText {
width:400px;
line-height:16px;
font-size:12px;
}
.oneColFixCtrHdr #helpText {

margin-left:-70px;
line-height:16px;
font-size:12px;
}




.oneColFixCtrHdr #midContentTop {	
	background:url(../images/midContentTop.gif) repeat-x;
	height:32px;
	margin-top:-100px;
	z-index:-2;
	position:relative;
}
.oneColFixCtrHdr #midContentTop {	
	background:url(../images/midContentTop.gif) repeat-x;
	height:32px;
	margin-top:-100px;
	z-index:-2;
	position:relative;
}
.oneColFixCtrHdr #midContent {	
	margin-top:-15px;
	background:url(../images/midContentGradient.jpg) repeat-x;
	height:150px;
	
}

.oneColFixCtrHdr #midContentInside {	
	margin-top:-17px;
	background:#F8F9EB;
}


.oneColFixCtrHdr #midContentText {	
	padding:0 0 0 10px;
	font-size:13px;
	color:#1E4598;
	font-family:Arial, Helvetica, sans-serif;	
	width:900px;
	
}


.oneColFixCtrHdr #help {
	background:url(../images/spanish.png);
	position:absolute;
	left: -34px;
	top: 377px;
	width: 309px;
	height: 109px;
}
.oneColFixCtrHdr #help :hover{
	
}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333;
	border-top:5px solid #4D497B;
	color:#FFF;
	
}
.oneColFixCtrHdr #footer a,a:visited {
color:#FFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size:10px;
}

/*Vertical Menu*/
#navcontainer { width: 200px;padding-top:15px;}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
}

#navcontainer a
{
display: block;
padding: 10px 0 10px 5px;
width: 160px;
height:25px;
background-color: #036;
border-bottom: 1px solid #eee;
background:url(../images/vertical.jpg);
font-weight:bold;
}

#navcontainer a:link, #navlist a:visited
{
color:#1E4598;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #000;
background:url(../images/verticalHover.jpg);
}


/*Horizontal Menu*/

#horizontalMenu ul
{
padding-left: 0;
margin-left: 0;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-weight:bold;
}
#horizontalMenu ul li { display: inline; }
#horizontalMenu ul li a
{
padding: 0.6em 2.0em;
background:url(../images/horizontalMenuBg.png) no-repeat;
color: #1E4598;
font-weight:bold;
font-size:14px;
text-decoration: none;
float: left;
}
#horizontalMenu ul li a:hover
{
/*background:url(../images/horizontalMenuBgHover.png) no-repeat;*/
color:#000;
}
/*End Horizontal Menu*/
