﻿body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*HEADER*/
#header{
	width: 800px;
	position:relative; 
	height: 162px;
	background-image:url(header1.jpg);
	background-repeat:no-repeat;
}
/*COMPANY NAME IN HEADER*/
#companyname
{
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #0062a1;
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
    left: 0px;
    top: 0px;
}
/*MENU IN HEADER*/
/*MENU IN HEADER*/
#menu{
	position:absolute;
	bottom: 20px;
	right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#0062a1;
	text-decoration:none;
}
#menu a:hover{
	text-decoration:underline;
}

/*LEFT PANEL*/
#leftpanel{
	float:left;
	width:200px;
}

/*CONTENT*/
#content{
	width: 800px;
}
#contenttext{
	float:right;
	width: 580px;
}

/*FOOTER*/
.footer{
	width: 779px;
	height: 32px;
	background-image:url(bg_footer.gif);
	background-repeat:no-repeat;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
}
/*FOOTER LINKS*/
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

/*TABLE*/
.table_top{
	width: 204px; 
	height: 27px;
	background-image:url(table_top.jpg);
	background-repeat:no-repeat;
}
.table_content{
	width: 204px;
	background-image:url(table_content.jpg);
	background-repeat:repeat-y;
}
.table_text{
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
}
.table_bottom{
	width: 204px; height: 23px;
}

/*TEXT STYLES*/
.news_date {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0062a1;
}
.body_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.news_more {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0062a1;
	font-weight: bold;
}
.news_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.subtitle_gray {	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 14px;
	color: #0062a1;
}
.title_blue
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #0062a1;
    padding-bottom: 5px;
    padding-top: 5px;
}
 .style1
{
    font-size: 12px;
    line-height: 16px;
    color: #0062a1;
    text-align: center;
    vertical-align: text-bottom;
    list-style-position: inside;
    table-layout: fixed;
}
        .style2
        {
            width: 204px;
            height: 124px;
        }
        .style3
        {
            width: 333px;
            margin-bottom: 0px;
        }
  .style4
{
    font-size: 12px;
    line-height: 16px;
    color: #0062a1;
    text-align: left;
    vertical-align: text-bottom;
    list-style-position: inside;
    table-layout: fixed;
    width: 241px;
    font-weight: bold;
}
 .style5{ 
    line-height: 16px;
    color: #0062a1;
    text-align: left;
    vertical-align: text-bottom;
    list-style-position: outside;
    table-layout: fixed;
    width: 300px;
    font-weight: bold;
}