/* CSS Document */

body {
 margin: 0;
 padding: 0;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.8em;
 background: #6699CC;
}

#holder {
 width: 950px;
 margin-left:auto; 
 margin-right:auto;
}

#hdr_main {
 position: relative;
 width: 950px;
 height: 122px;
}

#hdr-column {
 float: left;
 width: 702px;
 height: 122px;
 border-left: #FFFFFF 2px solid;
}

#scrollogos {
 width: 702px;
 height: 59px;
 background: #FFFFFF;
 }
 
#topnav {
 width: 950px;
 padding: 10px 0 12px 0;
 background: #0066CC;
 text-align: center;
 }

#content {
 float: left;
 width: 950px;
 border-top: #FFFFFF 4px solid;
}

#left-column { 
 float: left;
 width: 246px;
 }
 
#srcarea {
 background: url(../images/src_bg.jpg) no-repeat;
 width: 246px;
 height: 220px;
}

#middle-column {
 float: left;
 width: 504px;
 }
#middle-column2 {
 float: left;
 width: 704px; 
 }
#middle-column3 {
 float: left;
 width: 950px;
 }
 
#textarea { 
 border-top: #333333 1px solid;
 border-bottom: #333333 1px solid;
 float: left;
 margin: 0 0 20px 20px;
 padding: 15px 0 25px 0;
 color: #0066CC;
}

#right-column { 
 float: left;
 width: 200px;
 text-align: center;
}

#footer { 
 clear: both;
 height: 25px;
 font-size: 0.7em;
 background: #0066CC;
 color: #FFFFFF;
 border-top: #000000 1px solid;
 border-bottom: #000000 1px solid;
}

