/* Layout Stylesheet */ 

body {
 margin:0 auto;
 text-align:center;
 background-color:rgb(238,242,251);
 background-image:url('../images/bodybg.jpg');
 background-repeat: repeat-x;
}

#container {
 margin:0 auto;
 position:relative;
 width:933px;
 background-image:url('../images/topnav.jpg');
 background-repeat: no-repeat;
}

#top {
 position:relative;
 width:933px;
 height:20px;
 background-color:#7BA2B5;
 margin-top:0px;
 text-align:center;
}

#topnavbar {
 position:relative;
 width:933px;
 height:55px;
 padding-left:19px;
 top:18px;
}

#banner {
 position:relative;
 width:933px;
 height:279px;
}

#bodyblock {
 width:933px;
}

#col1 {
 width:247px;
 height:1000px;
 background-image:url('../images/left.jpg');
 background-repeat: no-repeat;
 background-position:top;
 text-align:left;
 float:left;
 overflow:hidden;
 margin-right:30px;
 clear:both;
}

#col1text {
 width:245px;
 padding-top:60px;
 height:520px
}

#col2 {
 width:613px;
 overflow:hidden;
 text-align:left;
}

#col2b {
 width:613px;
 overflow:hidden;
 text-align:left;
}

#footer {
 position:relative;
 clear:both;
 width:933px;
 height:34px;
 background-color:rgb(17,88,120);
 margin-top:0px;
 text-align:center;
}