body, h1, ol, form, img, table, h2, h3, h4, p{
margin: 0;
padding: 0;
border: 0;
}

body
{
    font-family:Arial;
    font-size:80%;
    text-align:center; /* IE Centering */
    background-color:#FFF;
    color:#264152;
    background-image:url(images/bg.png);
	background-repeat:repeat-x;
}

p
{
    color:#264152;
    text-align:left;
}

p a
{
    color:#264152;
    text-align:left;
}

p a:link, a:visited
{
    color:#264152;
}

p a:hover
{
    color:Orange;
}

h1{}

h2{}

h3{}

h4{}

h5{}

hr
{
    color:#97233F;
    background:1px solid #97233F;
    padding:0;
    margin:0;
    border:0;
}

.borderh5
{
    border-top:2px solid #C17B8C;
    border-bottom:2px solid #D5A7B2;
    padding:5px;
}

.forumFrontPageText
{
    background-color:#DEF1F1;
    padding:5px 0 5px 0;
}

/* Entire page area */
#wrapper{
	width: 900px;
	margin:0 10px 0 10px;
	border: 2px solid #D4D9DC;
	background-color:#fff;
	margin: 0 auto; /* Firefox centering */
	text-align:left;
	background-image:url(images/menubg.png);
	background-repeat:repeat-y;
}

#banner
{
    height: 145px;
	background-image: url("images/banner_900_145_newf.png");
	background-repeat: no-repeat;
}

  

#infobar
{
    border-top:1px solid #D4D9DC;
    border-bottom:1px solid #D4D9DC;
    /*background-color:#DEF1F1;*/
    /*background-color:#5BBBB7;*/
    background-color:#fff;
    height:20px;
    
}

#infobar .left
{
    margin-top:2px;
    float:left;
    margin-left:5px;
    font-size:12px;
}

#infobar .right
{
    margin-top:2px;
    float:right;
    margin-right:5px;
    font-size:12px;
}



/* LEFT MENU */
#leftcol
{
    
    float:left;
    width:240px;
}

    #leftcol ul
    {
        margin: 0 !important;
        padding: 0 !important;
       /* border: 0 ;*/
    }

    #menu
    {
        background-color:#D5ECFA;
        margin:5px;
        border:1px solid #D4D9DC;
        width:235px;
    }
    
    #menu .menuStyle
    {
        list-style:none;
        height:50%;
        background-color:#EEEFEA;
        border-bottom:2px solid #FCFCFB;
        text-indent:15px;
    }
    
    #menu .menuStyle a
    {
        text-decoration:none;
        color:#264152;
    }

    #menu .menuStyle a:hover
    {
        color:#264152;
        background-color:#FD6631;
        display:block;
    }

    #search
    {
        margin:5px;
        border:1px solid #D4D9DC;
        width:235px;
    }
    
    #further
    {
        margin:5px;
        border:1px solid #D4D9DC;
        width:235px;
    }
    
    #extra
    {
        margin:5px;
        border:1px solid #D4D9DC;
        width:235px;
    }
/* END LEFT MENU */

/* MAIN CONTENT */
#main
{
    padding:5px;
    float:right;
    width:640px;
    text-align:left;
}


#content
{
    /*width:250px;*/
}


/*#content ul
{
    margin-left:10px;    
}*/
#content ul li
{
    color:#264152 !important;
}


#content_special
{
    width:350px;
    /*width:400px;*/
        
}

.images
{
    position:absolute;
    top:180px;
    margin-left:450px;
    padding:5px;
}   

#login
{
    float:right;
    /* Change back 
    * margin-top:-240px;
    * width:200px;*/
    width:250px;
    margin-top:-300px;
    
    margin-right:1px;
    border:1px solid #CCCCCC;
    padding:5px;
    /*position:absolute;*/
    /*right:5px;*/
}    


/* END CONTENT */
#footer
{
    padding:2px 5px 2px 5px;
    clear:both;
    border-top:1px solid #D4D9DC;
    background-color:#fff;
}

#signoff p
{
    text-align:center;
    padding:5px;
    color:#7D8D97;
}

.captionText
{
    font-size:85%;
}

.tableBorderCollapse
{
    border-collapse:collapse;   
    margin:5px;
}

.tableHeaderText
{
    background-color:#D5ECFA;
    color:#97233F;
    font-weight:bold;
}

.tableMessageReplies
{
    border-collapse:collapse;   
    margin:0 0 0 50px;
}