﻿body {
    font-family:sans-serif;
    font-size:14px;
    background-color:White;
}

h1, h2, h3, h4, h5, h6{
    color:#165FA4;
}



.frame{
    margin:0 auto 0;
    width:990px;
}

.head{
    width:100%;
    height:200px;
}

.content{
    width:100%;
}

.clear{
    clear:both;
}

.foot{
    width:100%;
    height:140px;
}

.left-pic{
    float:left;
    padding:5px;
}

.right-pic{
    float:right;
    padding:5px;
}

.crumbs{
    font-size:x-small;
    color:#165FA4;
    margin-top:5px;
    text-align:center;
}

.tabs{
    width:100%;
    text-align:center;
}

.tabs li{
    display:inline;
    float:left;
    margin-bottom:20px;
    background-image:url("../images/breadth-tab_right.gif");
    padding-right:10px;
    padding-left:10px;
}

.tabs li a{
    background-image:url("../images/breadth-tab_left.gif");
    background-position:left;
    background-repeat:no-repeat    
}






/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	width: 264px;
	background: url(img/page/bkgd.png) no-repeat bottom right;
	font-size: 13px;
	float:right;
	color:White;
}
.boxhead {
	background: white url(img/page/head-r.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(img/page/head-l.png) no-repeat top left;
	margin: 0;
	padding: 38px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(img/page/bkgd-l.png) no-repeat bottom left;
	margin: 0;
	padding: 29px 30px 31px;
}

.sidebox a{
    color:White;
    text-decoration:none;
}