/* Default Stylesheet */

/** BODY ELEMENTS **/
body {
    font-size: .75em;
    text-align: center;
}

/** MAIN CONTAINERS **/
div#container {
    width: 720px;
    margin: 0 auto;
    text-align: left;
}
body.fullwidth div#container { width: 100%; }
div#header {
    background-image: url(/images/topNavHorzLines.gif);
    background-repeat: repeat-x;
    background-x-position: center;
    background-y-position: top;		
}
div#header-in {
}
div#content-wrap {
    
}
div.content {
    
}
div.rcol div.content 	{ margin: 0 200px 0 0; }		/* right column */
div.content-in {
    
}
div.column {
    width: 200px;
}
div.rcol div.column 	{ float: right; }				/* right column */
div.column-in {
    
}
div#footer {
    background-image: url(/images/bottomNavHorzLines.gif);
    background-repeat: repeat-x;
    background-x-position: center;
    background-y-position: top;		
}
div#footer-in {
    
}






/** SUB CONTAINERS **/
* { }






/** LISTS **/
* { }






/** TYPOGRAPHY **/
* { }






/** FORMS **/
* { }






/** END **/