html
{
}

body
{
	background-color:#F2F2F2;
	margin:0px;
	padding:0px;
	font-family:verdana,arial,helvetica;
	font-size:10px;
	color:#2B3956;
}

form
{
	margin:0px;
}

a:link, a:visited, a:hover
{
	text-decoration:underline;
	color:#2B3956;
}

a:hover
{
	text-decoration:none;
}

#site_container
{	
	position:relative;
	width:782px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/site_container_bg.jpg);
	background-repeat:repeat-y;
}

#header
{
	position:relative;
	width:750px;
	left:0px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	min-height:87px;
	height:expression(this.scrollHeight < 87? "87px":"auto" );
}

#header_top_row
{
	position:relative;
	width:750px;
	height:14px;
	text-align:right;
}

#header_middle_row
{
	position:relative;
	width:750px;
	height:50px;
	margin-top:8px;
}

#header_aifa_logo
{
	position:relative;
	float:left;
	width:130px;
	height:47px;
}

#header_title
{
	position:relative;
	float:right;
	width:582px;
	height:47px;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
}

#header_bottom_row
{
	position:relative;
	width:750px;
	height:1px;
	left:0px;
	margin-top:15px;
	background-image:url(../images/header_bottom_row_bg.gif);
	overflow:hidden;
}

#main_content
{
	position:relative;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	min-height:400px;
	height:expression(this.scrollHeight < 400? "400px":"auto" );
	background-image:url(../images/main_content_bg.gif);
	background-repeat:repeat-y;
}

#menu_container, #right_column
{
	position:relative;
	top:0px;
	left:0px;
	width:149px;
	float:left;
	z-index:1000;
	/*
	background-image:url(../images/strip_bg.gif);
	background-repeat:repeat-y;
	*/
	min-height:500px;
	height:expression(this.scrollHeight < 500? "500px":"auto" );
}

#right_column
{
	float:right;
}

#content_container
{
	position:relative;
	top:0px;
	left:5px;
	width:442px;
	margin:0px;
	float:left;
	z-index:10;
	/*
	background-image:url(../images/content_container_bg.gif);
	background-repeat:repeat-y;
	*/
	min-height:500px;
	height:expression(this.scrollHeight < 500? "500px":"auto" );
}

#right_column
{
	float:right;
}

.clear
{
	clear:both;
	overflow:hidden;
	height:1px;
	width:100%;
}

#content_footer
{
	position:relative;
	width:750px;
	left:0px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	height:38px;
}

#content_footer_top
{
	position:relative;
	width:750px;
	height:14px;
	background-image:url(../images/content_footer_top_bg.gif);
	background-repeat:repeat-x;
}

#content_footer_bottom
{
	position:relative;
	margin-top:10px;
	width:750px;
	height:24px;
}

#content_footer_left, #content_footer_right
{
	position:relative;
	float:left;
}

#content_footer_right
{
	float:right;
}	

#footer
{
	position:relative;
	width:782px;
	height:10px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}

.menu_header
{
	position:relative;
	width:139px;
	height:15px;
	background-image:url(../images/menu_header_bg.gif);
	color:#FFFFFF;
	padding-left:10px;
	padding-top:3px;
	text-transform:uppercase;
}

.current_link
{
	position:relative;
	width:149px;
	background-color:#FF00FF;
	height:24px;
}

.right_column_links
{
	position:relative;
	background-color:#FFFFFF;
	min-height:147px;
	height:expression(this.scrollHeight < 147? "147px":"auto" );
	padding-bottom:8px;
}

.right_column_link_image
{
	position:relative;
	width:149px;
	background-color:#FFFFFF;
	min-height:147px;
	height:expression(this.scrollHeight < 147? "147px":"auto" );
	padding-top:8px;
	
}

#gencia_link
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:600px;
	text-align:center;
	margin-top:20px;
	color:#C0C0C0;
}

#gencia_link a
{
	color:#C0C0C0;
}


/* END redefine HTML classes */
#javascript_caveat
{	
	position:relative;
	width:730px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
	border:1px solid #dedede;
	padding:10px;
	background-color:#ffffff;
}

#skipnav_container
{
	position:relative;
	display:none;
}

