/* Central Body */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}
#container {
	margin: 0 auto;
	width: 752px;
	text-align: left;
	background-image: url(../img/bgmenu.gif);
	background-repeat: repeat-y;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
} 
#topimg {
	height: 255px;
	width: 752px;
	background-image: url(../img/f1.jpg);
	background-repeat: no-repeat;
	background-position:right;
	border-bottom: solid 7px black;
}
#leftmenu {
	float: left;
	height: 500px;
	width: 142px;
	background-image: url(../img/logomenu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
}
#content {
	float: left;
	width: 580px;
	margin-left: 20px;
	margin-top: 10px;
	line-height:20px;
	text-align: justify;
	padding-right: 10px;
}
.makebox {
	width: 174px;
	height: 210px;
	background-image:url(../img/bgbox.gif);
	background-repeat:no-repeat;
	padding: 7px;
	font-size: 11px;
	float: left;
}
#rightmenu {
	float: left;
	height: 180px;
	width: 752px;
	background-image: url(../img/address.gif);
	background-repeat: no-repeat;
	background-position:right;
	border-top: solid 7px black;	
	background-color: #F4F4F4;
	margin-top: 40px;
}
/* Vertical Menu */
#leftmenu li {
	list-style-type: none;
	color: #A3CADF;
	border-bottom: solid 1px #A3CADF;
	margin-bottom: 20px;
}
#leftmenu a:active, #leftmenu a:visited, #leftmenu a:link {
	color: #A3CADF;
	text-decoration: none;	
}
#leftmenu a:hover {
	color: #FFF;
	text-decoration: none;
}
#leftmenu li.active {
	color: #FFF702;
	font-weight: bold;
	border-bottom: solid 2px #FFF702;
}
#leftmenu ul, #leftmenu li {
	margin-left: 5px;
	padding-left: 5px;
}


/* Form input */
input, textarea, select {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	text-align: left;
}
input:hover, input:active, select:hover, select:active, textarea:hover, textarea:active {
	background-color: #F5F4EB;
	border: 1px solid #000000;
}
.cform label { 
	width: 120px; 
	float: left; 
	text-align: left;
}
.cform label.error {
	float: none;
	color: #FF0000;
	margin-left: 5px;
	vertical-align: top;
	font-weight: bold;
	background: url(img/fail.gif) no-repeat;
	padding-left: 20px;
}
.cform input.error, .cform textarea.error {
	background: #F4F4F4;
	border: 2px solid #FF0000;
}
.cform label.plain {
	text-align: left;
	float: none;
	width: auto;
	margin-right: auto;
}
.cform p { 
	clear: both;
}
.cform .submit { 
	margin-left: 12em;
}
.cform em { 
	font-weight: bold; 
	padding-right: 15px; 
	vertical-align: top;
}
.cform .noval {
	margin-left: 22px;
}
.cform label.valid {
	background: url(img/check.gif) no-repeat;
	padding-left: 20px;
	margin-left: 5px;
	color: #339933;
}
.jumpright {
	margin-left: 88px;
}


/* Links */
a:link, a:visited, a:active {
	font-weight: bold;
	color: #0063AB;
}
a:hover {
	text-decoration: none;
}

/* General */
.fade {
	font-size: 11px;
	color: #666666;
}
.left {
	float: left;
	margin: 5px 5px 5px 0px;
}
.right {
	float: right;
	margin: 5px 0px 5px 5px;
}
li {
	list-style: square;
	margin-top: 9px;
	margin-bottom: 9px;
	text-align: left;
}
#navaid {
	display: none; 
}
.clear {
	clear:both;
}
.noborder {
	border: 0;
}
.oneborder {
	border 1px;
}

/* Table */
table {
	font-size: 12px;
}
td {
	vertical-align: top;
}
.thead {
	font-weight: bold;
	background-color: #CCCCCC;
}
.table1 {
	background-color: #F4F4F4;
}
.table2 {
}
.tbottom {
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* Headers */
h1 {
	font-size: 16px;
	color: #0072ae;
	border-bottom: dotted 1px;
}
h2 {
	font-size: 14px;
	color: #029242;
}
h3 {
	font-size: 13px;
}

a img {
	border: 0;
}
.boxes {
	float: left;
	margin-top:10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #333;
	width:100%;
}
.box1 {
	float: left;
}
.box2 {
	float: left;
}
.english {
	background: url('../img/en.gif') right no-repeat;
	padding-right: 30px;
}
.spanish {
	background: url('../img/es.gif') right no-repeat;
	padding-right: 30px;
}
legend {
	font-weight:bold;
	font-size:14px;
}
#leftmenu h2 {color:#fff;padding-left:4px;padding-top:30px;}
