@charset "utf-8";
/* CSS Document */

body {
background-color:#0b2640;
padding,border:0;
margin: auto; /*centering*/
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
}
ul, li{
margin:0;
padding:0;
}

#container {
text-align:left;
width:950px;
margin: auto; /*centering*/
overflow:hidden;
}

#header {
background-color:#4678a9;
width:100%;
height:200px;
}

#logo {
margin-top:6px;
margin-left:10px;
float:left;
position: relative;
}
#title1 {
position: absolute;
left: 553px;
top: 75px;
width: 324px;
height: 26px;
  }
#title2 {
position: absolute;
left: 542px;
top: 105px;
width: 321px;
height: 23px;
}

#box1 {
background-color:#ffffff;
width:100%;
height:5px;
}
#box2 {
background-color:#66ccff;
width:100%;
height:15px;
}
#box3 {
background-color:#ffffff;
width:100%;
height:5px;
}
#leftcol{
float:left;
background-color:#003399;
width:200px;
height:510px;

}
#leftcol h1{
color:white;
font-size:12px;
font-weight:bold;
line-height:15px;
background-color:#414141;
margin-top:0;
padding-top:10px;
padding-bottom:10px;
padding-left:21px;
}
#leftcol p{
color:#9bc9f6;
font-size:0.78em;
padding-left:1.8em;
padding-top:0em;
padding-bottom:0em;
padding-right:2em;
line-height:1.4em;
font-weight:normal;
}
#leftcol ul{
color:#9bc9f6;
font-size:0.78em;
line-height:2.80em;
font-weight:normal;
float:left;
width:150px;
padding-left:20px;/*No bullets in IE without this*/
list-style-type:none;
}
#line1{
float:left;
background-color:#FFFFFF;
top: 15px;
width: 200px;
height: 1px;
overflow:hidden;
  }
#rightcol{
float:right;
background-color:#6699cc;
width:750px;
}
#rightcol h1{
color:#ffffff;
font-size:12px;
font-weight:normal;
line-height:50px;
padding:0;
margin-top:0;
}
#rightcol h2{
color:#ffffff;
font-size:12px;
font-weight:bold:
}
#rightcol h3{
color:#ffffff;
font-size:24px;
font-weight:lighter;
}

#rightcol ul{
color:#ffffff;
font-size:0.78em;
float:left;
padding-left:40px;/*No bullets in IE without this*/
padding-bottom:20px;
}
#rightcol li{
color:#ffffff;
line-height:1.8em;
font-weight:normal;
padding-bottom: 1em;
}
#rightcol p{
line-height:1.8em;
color:#ffffff;
font-size:0.78em;
text-align:justify;
}
#rightcol div{
float:left;
width:500px;
overflow:hidden;
padding-left: 20px;
padding-right: 30px;
}
#rightcol div1{
float:right;
width:150px;


}
