body {
}

body, div, table, tr, th, td, form, img {
	border: 0;
	color: #616262;
	font-family: Arial;
	font-size: small;
	margin: 0;
	padding: 0;
}

h1, h3, h5 {
	color: #144591;
}

h2, h4, h6 {
	color: #587EB7;
}

h1 {
	font-size: 170%;
	font-weight: normal;
	margin-bottom: 0;
}

h4 {
	font-size: 105%;
	font-weight: normal;
	margin: 0;
	margin-top: 5px;
}

h5 {
	color: #616262;
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 5px;
}


a {
	color: #587EB7;
	text-decoration: none;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

/*****************/
/* layout styles */
/*****************/

#page  {
	text-align: center;
	width: 100%;
}

.page_cntr {
	width: 802px;
}

/* header styles */

#header {
	height: 81px;
}

#header_logo {
	float: left;
	height: 81px;
	width: 277px;
}

#header_language {
	font-size: 10px;
	height: 50px; /* 56px (total height) - 3px (padding top) - 3px (padding bottom) */
	line-height: 10px;
	padding: 3px 5px 3px 5px; 
	text-align: right
}
#header_language img {
	margin:0;
	padding: 3px 0 3px 0;
	height: 34px; /* 40px (total height) - 3px (padding top) - 3px (padding bottom)*/
	width: 134px;
}

#header_right {
	background-color: #D7E3F9;
	height: 25px;
	width: 525px;
}
#header_right p {
	margin: 0;
	padding: 0;
}

#header_right p#slogan {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}

#header_side_right {
	background-color: #D7E3F9;
	height: 25px; /* 81px (total height) - 56px (margin top) */ 
	margin-top: 56px;
	text-align: left;
}

.header_menu_side, #header_menu  {
	background-color: #FFFFFF;
	background-image: url(../images/header_menu_bg.jpg);
	background-position: center;
	background-repeat: repeat-x;
	height: 39px;
	padding: 1px 0 1px 0;
}
#header_menu {
	font-size: 12px; /* don't change or it could break layout */
	padding-left: 105px;
}

#header_menu a {
	color: #FFFFFF;
}

#header_menu a:hover {
	color: #D7E3F9;
}

#header_menu a.hdr_link {	
/*	border: 1px solid #000000; */
	float: left;
	display: block;
	height: 26px;
	padding-top: 11px;
	width: 120px;
}

#hSelected {
	background-image: url(../images/hdr_menu_select.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

/* main styles */

#main_side, #content_top {
	background-color: #D7E3F9;
	height: 19px;
}

#content {
	padding-left: 30px;
	padding-right: 10px;
	width: 517px;
}

#content_top {
	margin-left: -30px;
	text-align: right;
	width: 352px;
}

#menu {
	background-image: url(../images/meu_bg.gif);
	background-repeat: repeat;
	border-left: 1px solid #DEDEDE;
	width: 244px;
}

.menu_box {
	background-color: #F4F9FA;
	padding-bottom: 5px;
	text-align: left;
}

.menu_box h4 {
	margin: 5px 10px 0 15px;
}
.menu_box p {
	font-size: 12px;
	margin: 0 10px 10px 15px;
}

.menu_box img {
	border-bottom: 1px solid #BDD3DE;
	padding-bottom: 2px;
}

#menu_right {
	background-color: #F6F4E5;
	background-image: url(../images/menu_rt_btm_bg.jpg);
	background-repeat:repeat-y;
	height: 320px;
	text-align: left;
}

/* footer styles */

#footer {
	height: 25px;
}

#footer_top {
	background-color: #15458F;
	height: 10px;
}

#footer_middle {
	background-color: #08295b;
	height:5px;
}

#footer_bottom {
	background-color: #C0D8E2;
	height: 18px;
	text-align: center;
}

#webdevelopment {
	float: right;
	height: 14px;
	margin-top: -12px;
	padding: 0px 2px 2px 0;
}

/* form styles */

.fieldName {
	text-align: right;
}
.required {
	color: #CC0000;
}

.red {
	color: #9A1621
}

/* fixes it so the HD logo doesn't have a border around it */

img.noborder {
	border: 0;
}