/* CSS version 2.0 */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #5199ff url(images/background_big4.gif) center repeat-y;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
}
a {
	color: #4583d9; /* #6799b1 */
	text-decoration: underline;
}
a:hover {
	color: #396cb3; /* #838f96; */
	text-decoration: none;
}
acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}
h1 {
	border-bottom: 1px solid #396cb3;
	border-top: 1px solid #396cb3;
	border-right: 20px solid #396cb3;
	color: #396cb3;
	font-size: 150%;
	font-weight: bold;
	margin: 15px 0;
	background: #d7e5ef; /* #d9b445 */
	text-indent: 5px;
}
 h2{
	border-bottom: 1px solid #396cb3;
	border-top: 1px solid #396cb3;
	border-right: 10px solid #396cb3;
	color: #396cb3;
	font-size: 120%;
	font-weight: bold;
	margin: 15px 0;
	background: #d7e5ef;
	text-indent: 5px;
}

input {
	background: #ffffff;
	margin: 4px 20px;
	width: 200px;
	border: 1px solid #c9dcea; 
}
#column2 ul {
	margin: 20px 0;
}
#column2 li {
	list-style: square inside;
	text-indent: 20px;
	line-height: 190%;
	margin-bottom: 0px}
}
#column2 td {
	cellpadding: 10px;
}

.login {
	border: 1px solid #c9dcea;
	color: #999;
}
.login_hover {
	border: 1px solid #999;
	color: #ccc;
}
#submit {
	border: 1px solid #c9dcea;
	color: #999;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	width: 140px;
	text-align:center;
}
#submit_hover {
	border: 1px solid #999;
	color: #ccc;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	text-align:center;
}
/* The background-image tags for #wrap preload all the page's images */
#wrap {
	background-image: url(images/arrow.gif);
	background-image: url(images/arrow_outline.gif);
	background-image: url(images/background.gif);
	background-image: url(images/header-en.gif);
	background-image: url(images/header-es.gif);
	background-image: url(images/selector.gif);
	background-image: url(images/selector_sub.gif);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
#header {
	/* background: url(images/header-en.gif) center no-repeat; */
	color: #e0e0e0;
	font-size: 327%;
	font-weight: bold;
	height: 120px;
	line-height: 120px;
	text-indent: 150px;
}
#nav {
	padding-bottom: 40px;
	width: 175px;
}
/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */
#nav ul li {
	display: inline;
	line-height: 16px;
	list-style: none;
}
#nav ul li a {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 169px;
	font-size: 95%;
}
#nav li a:hover {
	background: #fff152 url(images/selector.gif) center right no-repeat;
	color: #000;
}
/* submenu */
#nav ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul li a {
	color: #fff;
	text-indent: 10px;
}
#nav ul ul li a:hover {
	color: #000;
	background-image: url(images/selector_sub.gif);
}
#column1 {
	float: left;
	width: 180px;
}
#column1 img {
	border: 1px solid #ffffff;
	margin: 5px 20px;
	padding: 10px 20px;
}
#column2 {
	float: none !important;
	float: right;
	margin-left: 194px !important;
	margin-left: 0;
	padding: 12px 40px 20px 9px;
}
.company {
	border: 1px solid #999;
	margin: 15px 15px;
	padding: 0px 0px;
}
.highlight {
	COLOR: #000099; 
	FONT-SIZE: 12pt; 
	FONT-WEIGHT: bold
}
#column2 p {
	line-height: 190%;
	color: #000;
}
#column2 ul li {
	margin-left: 40px;
	list-style-position: outside;
	margin-bottom: 0px;
}
#column2 ol li.small {
	margin-left: 0px;
	list-style-type: decimal;
	margin-bottom: 0px;
	text-indent: 0px;
	font-size: 90%;
	font-style: italic;
}
#column2 ul li.sub {
	margin-left: 60px;
	list-style-type: lower-alpha;
	list-style-position: outside;
}

#links div {
	float: left;
	width: 140px;
}
#links div li {
	list-style: none;
}
#links div li a {
	background: url(images/arrow_outline.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#links div li a:hover {
	background-image: url(images/arrow.gif);
	color: #ac835c;
	text-decoration: underline;
}
#footer {
	clear: both;
	color: #999;
	font-size: 9px;
	
	text-indent: 185px;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
ol.small {
	font-size: 90%;
	font-style: italic;
	text-decoration: none;
}