@charset "UTF-8";
/* Only for About Us section*/


/* headerimages - contains images, text & flash */ 
          #headerimages{
                float: right;
                width: 746px; 
                height: 232px;
                margin: 0;
                padding: 0;
                border: solid #CCCCCC 0px;
                                background-image: url(http://swu.edu/ROCKTHEWALK/images/RTWheader-bg.gif);
            }
            #headerimages #images{
                float: right;
                width: 728px; 
                height: 152px;
                border: solid #CCCCCC 0px;
                padding: 56px 0px 0 0;
                margin: 0;
            }
            #headerimages #headercontent{
                float: right;
                width: 729px;
                height: 152px;
                font-size:18px;
                font-style: italic;
                font-weight: normal;
                line-height:160%;
                border: solid #CCCCCC 0px;
                padding: 65px 0 0 14px;
                margin: 0;
            }


/* right column - contains images, text */ 
            #rightcolumn{
                float: right;
                border: solid #000000 0px;
                margin: 0;
                background-color: #f0f0f0;
                padding: 12px;
                color: #000000;
                width: 158px;
                font-size: 11px;
                font-weight: normal;
                min-height: 450px;  
            }
            #rightcolumn a:link, #rightcolumn a:visited{
                font-weight: normal;
                text-decoration: underline;
                color: #b29200;
            
            }
            #rightcolumn a:hover{
                font-weight: normal;
                text-decoration: none;
                color: #b29200;
            
            }


/* main content column */ 
            #middlecolumn {
                float: left;
                margin: 0;
                padding: 5px 12px 0 0;
                width: 550px;
                background-color: #FFFFFF;
                border: solid #FF0000 0px;
            }
            #middlecolumn .header {
                font-size: 16px;
                font-weight: bold;
                color: #003082;
            }
            #middlecolumn  a.white:link,  a.white:visited{
                font-weight: bold;
                text-decoration: none;
                color: #FFFFFF;
            }
            #middlecolumn  a.white:hover{
                font-weight: bold;
                text-decoration: underline;
                color: #FFFFFF;
            }
    

