/* structural styles */

#frame
{
    width: 847px;
    margin: auto;
    background-color: #fff;
	height:1138px;
}
#frame2
{
    width: 847px;
    margin: auto;
    background-color: #fff;
	height:2480px;
}

#frame3
{
    width: 847px;
    margin: auto;
    background-color: #fff;
	height:1195px;
}


#frame4
{
    width: 847px;
    margin: auto;
    background-color: #fff;
	height:1315px;
}

#frame5
{
    width: 847px;
    margin: auto;
    background-color: #fff;
	height:1150px;
}

#frame6
{
    width: 847px;
    margin: auto;
    background-color: #fff;
	height:1200px;
}

#header
{
    width: 847px;
    height: 65px;
    background-color: #fff;
}
#banner
{
    width: 847px;
    height: 120px;
    background: url(../images/header.jpg) left top no-repeat;
    margin: 0;
    display: block;
}
#footer
{
    width: 847px;
	height:35px;
    display: block;
    margin: 0;
	background-image:url(../images/footer22.jpg);
    clear: both;
	margin-left:auto;
	margin-right:auto;
    
}
#footer2
{
	 width: 847px;
	margin-left:auto;
	margin-right:auto;
}

#left
{
    width: 190px;
    margin: 10px 0 0 10px;
    float: left;
    clear: none;
    background-color: #fff;
}
#left ul li a
{
    font-size: 1.05em;
}

#nav_bg_top
{
    width: 190px;
	margin-top:10px;
	height:14px;
    float: left;
    clear: none;
	background-image:url(../images/top_nav.jpg);
    
}
#nav_bg_mid
{
    width: 190px;
	height:auto;
    float: left;
    clear: none;
	background-image:url(../images/mid_nav.jpg);

}

#nav_bg_bot
{
    width: 190px;
	height:20px;
    float: left;
    clear: none;
	background-image:url(../images/bot_nav.jpg);
	margin-bottom:10px;
}


#right
{
    background-color: #fff;
    width: 197px;
    float: right;
    margin: 10px 10px 0 0;
}
#centre
{
    background-color: #fff;
    width: 362px;
    float: left;
    margin: 20px 20px 0 20px;
    border: 0px solid #666;
    padding: none;
    min-height: 300px;
}

#centre2
{
    background-color: #fff;
    width: 559px;
    float: left;
    margin: 20px 20px 0 20px;
    border: 0px solid #666;
    padding: none;
    min-height: 300px;
}
#info_panel
{
    background-color: #fff;
    width: 584px;
    height: 55px;
    float: right;
    clear: none;
}
#logos
{
    width: 190px;
	margin-top:10px;
    text-align: center;
    
}


/* global styles */

body
{
  
	background-image:url(../images/background.jpg);
    font-family: Arial, Helvetica, sans-serif;
    font-size: .85em;
    line-height: 2em;
    color: #666;
    margin: 0 0 10px 0;
}

a
{
    color: #4179A1;
    text-decoration: none;
}

a em
{
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

a:hover
{
    color: #333;
    text-decoration: none;
}

h1
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #4179A1;
    padding: 0;
    margin: 0;
}

h2
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #4179A1;
    margin: 0;
    padding: 0;
    line-height: normal;
}

p, td, th
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: .9em;
    line-height: 1.2em;
    color: #666;
    text-align: justify;
    margin: 8px 0 8px 0;
}

ul
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: .9em;
    list-style-type: square;
    color: #333;
}

li
{
    line-height: 1.4em;
    color: #666;
}

img
{
    border: none;
}

.small
{
    font-size: .8em;
    padding: 5px;
    color: #333;
}


.heads
{
    color: #2244a8;
    font-weight: bold;
}
.sub
{
    margin: 3px;
    padding: 5px;
}
.sub li
{
    color: #fa7813;
}
.logo
{
    display: block;
    margin: 5px;
}

