body {
    font-family: Verdanda, sans-serif;
    font-size: 12px;
    color: #0B5383;
    background-image: url(images/background_top.png);
    background-repeat: repeat-x;
    background-position: top;
    margin: 0px;
    padding: 0px;
}


a{
    text-decoration: underline;
    color: #0B5383;
}

a:visited{
    text-decoration: underline;
    color: #0B5383;
}

a:hover{
    text-decoration: underline;
    color: #3383b5;
}

h1{
    text-align: left;
}


h2{
    font-size: 18px;
    color: #0B5383;
    padding:0px;
    margin: 0px;
    padding-bottom: 3px;
    text-align: left;
}

#clear{
    height: 1px;
    clear: both;
    display: block;
}

#page_container{
    width: 100%;
    text-align: center;
    display:block;
    min-height: 600px;
}

#page{
    margin: 0 auto;
    width: 1000px;
    display: block;
    
}

#footer_container{
    width: 100%;
    display: block;
    background-image: url(images/background_bottom.png);
    background-repeat: repeat-x;
    height: 70px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    background-color: #f2f2f2;
    margin-top: 20px;
    text-align: center;
}

#footer{
    margin: 0 auto;
    width: 900px;
    display: block;


}

#top{
    height: 124px;
    width: 100%;
}


#top #logo{
   height: 124px;
   width: 351px;
   float: left;
   display: block;
}

#top #top_left{
   height: 124px;
   float: right;
   display: block;
   text-align: right;
}

#top #demo_button{
    width: 100%;
    text-align: right;
    clear: both;
    padding-top: 5px;
}

#top #menu{
    float: right;
    height: 38px;
	display: block;
	text-align: right;
}

#top #menu ul{
    list-style: none;
    height: 38px;
    margin-bottom: 0px;
	margin-top: 2px;
}

#top #menu li{
    display: block;
    height: 38px;
    float: left;
    margin: 0px;
    padding: 0px;
    background-image: url(images/background_menu.png);
    background-repeat: repeat-x;
    border-right: 1px solid #c0d3e7;
	text-align: center;
}

#top #menu li:hover{
   background-image: url(images/background_menu_h.png);
}

#top #menu li p{
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    line-height: 36px;
    font-weight: bold;
    text-decoration: none;
    color: #0B5383;
}


#top #menu li a{
    font-weight: bold;
    text-decoration: none;
    color: #0B5383;
}

#top #menu li a:visited{
    font-weight: bold;
    text-decoration: none;
    color: #0B5383;
}

#top #menu li a:hover{
    font-weight: bold;
    text-decoration: none;
    color: #0B5383;
}

#top #menu  .last{
    border: none;
}

#top #menu  .left{
    background: none;
    border: none;
}

#top #menu  .left:hover{
    background-image: none;
    border: none;
}

#top #menu  .right{
    background: none;
    border: none;
}

#top #menu  .right:hover{
    background-image: none;
    border: none;
}

#body{
   width: 100%;
   margin-top: 5px;
   text-align: center;
}

#body #left{
    float: left;
    width: 340px;
    text-align: center;
}

#body #right{
    float: right;
    width: 550px;
}

#footer #logo{
	padding-top: 6px;
    float: left;
}

#footer #text{
    width: 660px;
    height: 30px;
    margin-left: 20px;
    float: left;
    display: block;
    padding-top: 20px;
    font-size: 11px;
}

#cell{
    height: 128px;
    background-image: url(images/background_cell.png);
    background-repeat: repeat-x;
    border: 1px solid #b8cee4;
    text-align: left;
    padding: 5px;
    display: block;
    font-size: 11px;
	background-color: #dce8ef;
}

#cell_themes{
    background-image: url(images/background_cell.png);
    background-repeat: repeat-x;
    border: 1px solid #b8cee4;
    text-align: left;
    padding: 5px;
    display: block;
	width: 100%;
	height: 220px;
	background-color: #dce8ef;
	clear: both;
	font-size: 16px;
	padding-bottom: 20px;
}

.blue_border{
    border: 1px solid #afc8d4;
}

.size_14{
    font-size: 14px;
}

.tr_title{
    background-color: #0B5383;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

.tr_data{
    background-color: #e8eff6;
    text-align: center;
    
}

.input{
    font-size: 12px;
    color: #0B5383;
    border: 1px solid #afc8d4;
}

.submit{
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #afc8d4;
    background-color: #0B5383;

}

.download_button{
    background-image: url(images/background_download.png);
    background-repeat: no-repeat;
	width: 290px;
	height: 60px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.download_button a{
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}

