@charset "utf-8";
/* CSS Document */

body 
{
margin: 0;
padding: 0;
background: #808080;
background-image:url(../images/background_3.png);
background-repeat:repeat-x;
}

/*----------------------------------------------------------------------*/

/*banner*/

*
{
margin:0px;
padding:0px;
}

#header
{
width:900px;
height:237px;
padding:7px 7px 7px 7px;
background-color:#FFEA01;
margin-bottom:15px;
margin-top:20px;
}

#picture
{
width:900px;
height:237px;
background-image:url(../images/banner.png);
background-repeat:no-repeat;	
}

/*----------------------------------------------------------------------*/

/*navbar specs*/

#button_container
{
width:914px;
margin:0px auto 0px auto;
}


#buttonbar
{
display:block;
overflow:hidden;
width:912px;
height:35px;
/*padding-top:1px;*/
/*padding-right:10px;*/
/*padding-bottom:1px;*/
/*padding-left:10px;*/
/*background-color:#00C000;*/
margin-bottom:0px;
margin-top:5px;
/*border: solid 1px #FFFFFF*/
}

.button
{
position:relative;
float:left;
/*padding:5px;*/
/*margin-top:5px;*/
/*margin-bottom:5px;*/
/*margin-left:5px;*/
width:152;
height:35;
/*background-color:#FF0000;*/
text-align:center;
/*border: solid 1px #000000*/
}

/*----------------------------------------------------------------------*/

/*page contenet below the nav bar*/

#container
{
width:914px;
margin:0px auto 0px auto;
}

#main
{
display:block;
background-color:#FFEA01;
padding-top:7px;
padding-bottom:7px;
margin-bottom:0px;
}

.clear
{
clear:both;	
}

/*----------------------------------------------------------------------*/

/*column containers*/

#leftcol_container, #maincol_container, #rightcol_container, #topcol_container, #maincol_2_container
{
float:left;
margin-left:7px;
}

#topcol_container
{
width:900px;	
}

#leftcol_container, #rightcol_container
{
width:220px;
}

#maincol_container
{
width:447px;	
}

#maincol_2_container
{
width:667;
}

/*----------------------------------------------------------------------*/

/*column specs*/

.leftcol, .rightcol, .topcol, .maincol, .maincol_2
{
clear:both;	
padding-left:5px;
padding-right:5px;	
padding-bottom:10px;	
padding-top:7px;
margin-top:3px;
}

.topcol
{
display:block;
background-color:#EEF5FB;
/*background-image:url(../images/topcol_top_5.png);*/
background-repeat:no-repeat;
width:890px;
text-align:center;
font-size:12px;
vertical-align:center;
color:#000080;
margin-bottom:5px;
}

.topcol_nav
{
display:block
background-color:#FFFFFF;
width:890px;
margin-bottom:5px;
padding-left:5px;
padding-right:5px;	
padding-bottom:5px;	
padding-top:0px;
text-align:center;
font-family:arial;
font-weight:bold;
font-size:11px;
vertical-align:center;
color:#FFFFFF;
}

.leftcol
{
display:block;
background-color:#EEF5FB;
/*background-image:url(../images/leftcol_top_4.png);*/
background-repeat:no-repeat;
margin-bottom:9px;
width:210px;
}

.maincol
{
display:block;
/*background-image:url(../images/maincol_top_4.png);*/
background-repeat:no-repeat;
background-color:#DCDCDC;
margin-bottom:9px;
width:437px;
}

.maincol_2
{
display:block;
background-color:#DCDCDC;
/*background-image:url(../images/maincol_2_top_4.png);*/
background-repeat:no-repeat;
margin-bottom:9px;
width:662px;
border: solid 1px #666666;
}

.rightcol
{
display:block;
background-color:#DCDCDC;
/*background-image:url(../images/rightcol_top_4.png);*/
background-repeat:no-repeat;
width:208px;
margin-bottom:9px;
text-align:center;
border: solid 1px #666666;
}

/*----------------------------------------------------------------------*/


/*footer specs*/

#footer_container
{
width:914px;
margin:0px auto 0px auto;
}

#footer
{
/*background-image:url(../images/footer_bg.png);*/
background-repeat:repeat-x;
display:block;
overflow:hidden;
width:914px;
height:85px;
padding-top:10px;
/*padding-right:10px;*/
/*padding-bottom:1px;*/
/*padding-left:10px;*/
background-color:#000000;
margin-bottom:10px;
margin-top:0px;
/*border-top: solid 1px #808080;*/
}

.footer_content
{
position:relative;
width:900px;
/*height:86px;*/
/*background-color:#C8DFF2;*/
margin-left:7px;
margin-right:7px;
margin-top:10px;
margin-bottom:7px;
text-align:center;
}

.footer_links
{
float:left;
width:180px;
/*height:86;*/
/*text-align:left;*/
/*vertical-align:middle;*/
/*font-weight:normal;*/
/*font-size:8px;*/
/*color:#607B8B;*/
padding:7px;
/*border:solid 1px black;*/
}

.footer_credits
{
float:left;
width:275px;
/*height:86;*/
/*text-align:left;*/
/*vertical-align:middle;*/
/*font-weight:normal;*/
/*font-size:10px;*/
color:#607B8B;
padding-top:40px;
padding-right:5px;
padding-left:15px;
/*margin-right:10px;*/
/*border:solid 1px black;*/
}

/*----------------------------------------------------------------------*/

/*maincol_2 list properties*/

.maincol_2list
{
position:relative;
/*width:900px;*/
/*height:86px;*/
/*background-color:#C8DFF2;*/
/*margin-left:35px;*/
/*margin-right:7px;*/
/*margin-top:10px;*/
/*margin-bottom:7px;*/
text-align:left;
}