body, html
{
margin				: 0;
padding				: 0;
height				: 100%;
font-family			: Arial, sans-serif;
color				: #000000;
background-color	: #FFFFFF;
}

#t_layout
{
width				: 100%;
height				: 100%;
}

#t_header_left
{
width				: auto;
height				: 120px;
color				: #000000;
background-color	: #FFFFFF;
background-image	: url(../pics/bg_head.gif);
background-repeat	: repeat-x;
background-position	: top right;
vertical-align		: top;
}

#t_header
{
width				: 910px;
height				: 120px;
color				: #000000;
background-color	: #FFFFFF;
background-image	: url(../pics/bg_head.gif);
background-repeat	: repeat-x;
background-position	: top right;
}

#t_header_right
{
width				: auto;
height				: 120px;
color				: #000000;
background-color	: #FFFFFF;
background-image	: url(../pics/bg_head.gif);
background-repeat	: repeat-x;
background-position	: top right;
}

#t_left
{
width				: auto;
height				: auto;
color				: #FFFFFF;
background-color	: #005096;
/*border-top			: 1px solid #FFFFFF;*/
}

#t_right
{
width				: auto;
height				: auto;
color				: #FFFFFF;
background-color	: #cccccc;
border-top			: 1px solid #FFFFFF;
}

#t_footer_left
{
width				: auto;
height				: 25px;
color				: #FFFFFF;
background-color	: #2a2a2a;
border-top			: 1px solid #FFFFFF;
}

#t_footer
{
width				: 910px;
height				: 25px;
color				: #FFFFFF;
background-color	: #666666;
border-left			: 1px solid #FFFFFF;
border-right		: 1px solid #FFFFFF;
margin				: 0;
padding				: 0;
}

#t_footer p
{
margin				: 0;
padding				: 0px 0px 0px 5px;
font-size			: 12px;
font-weight			: bold;
}

#t_footer_right
{
width				: auto;
height				: 25px;
color				: #FFFFFF;
background-color	: #2a2a2a;
border-top			: 1px solid #FFFFFF;
}

#t_pagefooter_left
{
width				: auto;
height				: auto;
color				: #FFFFFF;
background-color	: #666666;
background-image	: url(../pics/bg_footer.gif);
background-position	: top left;
background-repeat	: repeat-x;
}

#t_pagefooter
{
width				: 910px;
height				: auto;
color				: #FFFFFF;
background-color	: #002b50;
border-left			: 1px solid #FFFFFF;
border-right		: 1px solid #FFFFFF;
background-image	: url(../pics/bg_footer.gif);
background-position	: top left;
background-repeat	: repeat-x;
vertical-align		: top;
text-align			: right;
margin				: 0;
padding				: 0;
}

#t_pagefooter_right
{
width				: auto;
height				: auto;
color				: #FFFFFF;
background-color	: #666666;
background-image	: url(../pics/bg_footer.gif);
background-position	: top left;
background-repeat	: repeat-x;
}

.left
{
float 				: left;
}

.f_left
{
float 				: left;
margin				: 0px 15px 0px 0px;
}

.right
{
float				: right;
}

.f_right
{
float 				: right;
margin				: 0px 0px 0px 15px;
}

.missing
{
font-weight			: bold;
color				: #FF0000;
}

#header_print
{
display				: none;
}

#footer_print
{
display				: none;
}
