/* CSS Document */
#main{margin-top:5px;width:750px;height:100%;
background-color:#e9eff3;
display: table;}

#text1{
padding-left:5px;
width:745px;
float:left;
}
#text2{
padding-left:5px;
width:180px;
float:left;
}
#text3{
padding-left:5px;
float:left;
width:180px;
}
.padding{padding:5px;margin:auto;}
.img_padding {margin-left:15px;margin-right:5px;}
#main h1{
color:#094b72;
margin-top:0px;
font-size:14px;
}
#main h2{
color:#094b72;
margin-bottom:0px;
font-size:12px;
font-weight:bold;
}
#main h2 a, a:link, a:visited
{
text-decoration: none;
color:#094b72;
}
#main h2  a:hover
{
text-decoration: underline;
color:#094b72;
}
.no_margin{
margin-top:0px;}
div#main a, a:link, a:visited
{
text-decoration: underline;
color:#094b72;
}
div#main a:hover
{
text-decoration: none;
color:#646464;}

#main img {
padding:5px;}

#blue_panel{
background-color:#e9eff3;
width:730px;
height:40px;
padding:10px}
#blue_panel h1{
color:#330066;
font-size:16px;
text-align:center;
font-weight:100;
margin:0;}
.nomargin{margin-top:0}