﻿body
{
	margin:0px;
	padding:0px;
	text-align:center;
}
#main_container
{
	width:900px;
}
#header_LeftArea
{
	float:left;
	width:125px;
	height:128px;
	background-image:url(images/lightbluebackground.jpg);
	padding-top: 4px;
}
#header_CenterArea
{
	float:left;
	width:650px;
	height:132px;
	background-image:url(images/lightbluebackground.jpg);
}
#header_RightArea
{	
	float:left;
	height:100px;
	width:125px;
	background-image:url(images/lightbluebackground.jpg);
	padding-top: 32px;
}
#menu
{
	text-align: left;
	clear:both;
	background-color:#003366;
	height:22px;
}
#leftcolumn
{
	float:left;
	width:127px;
	background-image:url(images/lightredbackground.jpg);
	text-align: left;
	padding: 10px 5px 10px 8px;
	color: #003366;
	font-size: 12px;
	font-family:Times New Roman;	
}
#content
{
	float:left;
	width:760px;
	background-image:url(images/background_bluegradient2.jpg);
	color: #003366;
	font-size: 12px;
	font-family:Times New Roman;	
	
}
#flags
{
	clear:both;
	width:900px;
	height:100px;
	background-image: url('images/us_mexican_flag.jpg');
}

#footer
{
	clear:both;
	width:900px;
	height:500px;
	color: #003366;
	font-size: 12px;
	font-family:Times New Roman;
	padding-top: 8px;	
}
p 
{
	color: #003366;
	font-size: 14px;
}
.fmaText 
{
	color: #003366;
	font-size: 16px;
}


.dm1 {
    font: 11px tahoma;
}
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    border: 1px #003366;
    border-style: solid none solid none;
    text-decoration: none;
    display: block;
    position: relative;
}
.dm1 .item1 {
    background: #003366;
    color: #ffffff;
}
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    background: #CC0000;
    color: #ffffff;
}
.dm1 .item2,
.dm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.dm1 .item2 {
    background: #3264C7;
    color: #ffffff;
}
.dm1 .item2:hover {
    background: #6699FF;
    color: #ffffff;
}
.dm1 .section {
    border: 1px #003366;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.dm1 .left, .dm1 .left:hover { border-style: solid none solid solid; }
.dm1 .right, .dm1 .right:hover { border-style: solid solid solid none; }

* html .dm1 td { position: relative; } /* ie 5.0 fix */
