*
{
}

html 
{
	height: 100%;
}

body, td, th 
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #222;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(../img/bg_body.gif);
	background-color: #e5e5e5;
	background-repeat: repeat-x;
}

p
{
	text-align: justify;
}

div#outer_content_div
{
	position: relative;
	width: 825px;
	margin: auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(../img/bg_content_shadow.gif);
	background-repeat: repeat-y;
}

div#content_margin_left
{
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 295px;
	background: url(../img/bg_content_margin_left.gif);
	background-repeat: no-repeat;
}

div#content_margin_right
{
	position: absolute;
	top: 0;
	left: 803px;
	width: 22px;
	height: 295px;
	background: url(../img/bg_content_margin_right.gif);
	background-repeat: no-repeat;
	margin: 0;
}

div#inner_content_div
{
	position: relative;
	top: 0;
	left: 22px;
	width: 781px;
}

/*

	HEADER
	
*/

div#header
{
	position: relative;
	width: 781px;
	height: 135px;
	margin: 0 auto 0 auto;
	background: url(../img/bg_header.gif);
	background-repeat: repeat-x;
}

div#header div#quick_links
{
	position: absolute;
	top: 11px;
	right: 11px;
	width: 304px;
	height: 75px;
	background: url(../img/bg_quick_links.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 7px 15px 0 0;
	text-align: right;
}

div#header div#quick_links a
{
	font-size: 11px;
	font-weight: bold;
	color: #2f4178;
	text-decoration: none;
}

div#header div#quick_links a:hover
{
	color: #fff;
	background-color: #2f4178;
}

/*

	MENU
	
*/

div#menu_top
{
	position: absolute;
	top: 85px;
	left: 10px;
	width: 760px;
	height: 38px;
	background: url(../img/bg_menu_home.jpg);
}

div#menu_top ul#menu_top_list
{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 33px;
	background: url(../img/bg_menu_top.gif);
	width: 760px;
}

div#menu_top ul#menu_top_list li.menu_item
{
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	height: 33px;
	background: url(../img/separador_menu.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 20%;
	text-align: center;
	position: relative;
}

div#menu_top ul#menu_top_list li.menu_item a
{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 33px;
	display: block;
	height: 33px;
	width: 100%;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

div#menu_top ul#menu_top_list li.menu_item a:hover
{
	background: url(../img/bg_menu_top_on.gif);
	color: #D3F2FE;
}

/*

	BODY
		
*/

div#body
{
	position: relative;
	width: 760px;
	margin: auto;
}

/*

	FOOTER	
	
*/

div#footer
{
	width: 781px;
	height: 65px;
	background: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	clear: both;
	padding: 20px 0 0 0;
	margin: 0 auto 0 auto;
}

div#footer p
{
	color: #37497f;
	text-align: center;
	font-size: 11px;
}

div#footer a
{
	color: #093;
	text-decoration: none;
}

div#footer a:hover
{
	color: #fff;
	background-color: #2f4178;
	text-decoration: none;
}

