body {
        margin: 0px;
	padding: 0px;
	font: normal normal normal 14px helvetica,arial;
	text-align: center; /** for IE centering **/
	/**background: url('nssl_bw.png') no-repeat 200px 36px;**/
}
a:link,
a:visited {
    text-decoration: none;
    color: #2200CC;
}
div#aboutdiv {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -325px;
    top: 100px;
    width: 650px;
    font-size: 16px;
    background-color: #eee;
    border: 1px solid #aaa;
    padding: 25px;
    z-index: 1000;
}
div#aboutdiv li { padding:10px; }
div#aboutdiv ul { list-style-image: url('tornado_small.png'); }

input#datepicker {
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    /**border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 0px;
    border-right: 0px;
    background-color: #fee6ce;**/
    padding: 5px 5px 5px 10px;
    cursor: pointer;
}
div.button {
    cursor: pointer;
    padding: 5px 5px 5px 10px;
}
div.button:hover {
    font-weight: bold;
}
div.selected {
    background-color: #fee6ce;
    font-weight: bold;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    cursor: pointer;
}
div#imagebox {
    position: relative;
    width: 100%;
}
div#datebox {
    float: left;
    padding-right: 10px;
}
div#fieldbox {
    float: left;
    padding-left: 10px;
}
div#rolloverdiv {
    padding: 0px;
    margin: 5px auto 0px auto;
    text-align: center;
    width: 100%;
}
div#rollovercenter {
    display: inline-block;
    overflow: hidden;
    text-align: left;
}
div.rollover {
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    width: 15px;
    text-align: center;
    font-size: 12px;
    padding: 10px 5px 10px 5px;
    margin: 0px 0px 0px 0px;
    float: left;
    color: #CFCFCF;
    cursor: default;
}
div.rollover.loaded {
    color: #000;
}
div.rollover.selected.loaded {
    background-color: #fee6ce; 
    border-top:1px solid #000; 
    border-bottom:1px solid #000; 
    font-weight: bold;
    cursor: pointer;
}

/** -- CONTAINERS -- **/
div#maincontainer {
    width: 1250px; 
    margin: 0 auto;
    padding: 0px;
    text-align: left; /** to fix IE centering **/
}
div#bodycontainer {
    width: 100%; /** to fix haslayout IE issue? **/ 
}
div#menu {
    width: 275px;
    float: left;
    padding: 0px 0px 10px 0px;
    /**border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;**/
}
div#image {
    float: left;
    margin: 10px 0 10px 10px;
/** 	width: 975px; **/
    width: 1000px;
    text-align: center;
}
div#footer {
    font-size: 13px;
    padding: 2px;
    clear: both;
    text-align: center;
}
div#footer a:hover { text-decoration: underline; } 
div.clear {
    clear: both;
}
