html {
    margin: 0px;
    padding: 0px;
    height: 100%;
}
body {
    font: 83%/1.4 Verdana, Arial, sans-serif;
    text-align: center;
    height: 100%;
}
table, tr, td, div, p {
    font-size: 1em;
}
form {	
    margin: 0 0 0 0;
}
hr {
    height: 1px;
    border: none 0;
    border-top: solid 1px darkgray;
}
li {
    list-style-type: square;
}
#page_bg {
    height: 100%;
    background-color: #191970;
    padding: 0;
    margin: 0;
    border: 0;
}
#center {
    text-align: center;
}
#main_bg {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    text-align: left;
    \\background: url(../images/bg.png?set-transparent=DAD9D6) repeat-y;
    \\background-position: top right;

}
#content_bg 
{
    padding-left: 0px;
    padding-right: 0px;
    width:750px;
    background-color:D7D5BD;
}
#topnav {
    background-position: right center;
    background-image: url(../images/isysweb.gif);
    background-repeat: no-repeat;
    height: 45px;
    background-color: white;
    direction: ltr;
}
#header {
    \\background: #446783 url(../images/bgheader.png) 0 0;
    background: #FF0000 url(../images/6-18_Header_v5.jpg) no-repeat 0 0;	
    width: 750px;
    height: 161px;
    direction: ltr;
}
#newflash {
    background: url(../images/hash.gif) 0 0;
    height: 100px;
    width: 500px;
    overflow: hidden;
    position: relative;
    left: 0px;
}
#headerContent {
    height: 100px;
}
#newflash div {
    padding: 5px 10px;
}
div#title {
    font-size: 16pt;
    position: relative;
    top: 10px;
    left: 25px;
    color: Black;
    display: block;
}
#topmenu {
    height: 30px;
    background: #000000;	
    text-align: left;
    color: #fff;
    direction: ltr;
}
#footer {
    height: 30px;
    background: #446783;	
    text-align: center;
    clear: both;
    height: 30px;
    line-height: 30px;
    color: #999;
}
.sidePanel {
	
    border: blue 1px solid;
    \\background-image: url(../images/sidePanelBg.gif);
    \\background-repeat: repeat-x;
    padding: 0px 0px 0px 0px;
}
#topmenu ul {
    padding: 0;
    list-style: none;
}
#topmenu li {
    margin: 0;
    float: left;
    height: 30px;
    padding: 0;
}
#topmenu a:link, #topmenu a:visited {
    line-height: 30px;
    height: 30px;
    padding: 0px 10px;
    color: #fff;
    border-bottom: 0;
    text-decoration: none;
}
#topmenu a:hover {
    background: #EEEFF3;
    color: Black;
    text-decoration: none;
    border-bottom: 0;
}
#navigation {
    float: right;
    width: 200px;
    height: 100%;
    border: 0px solid #00c;
    background-color: #D7D5BD;

}
#content {
    width: 540px;
    border: 0px solid #c00;
    float: left;
    background-color: #FFF;
}
.contentFull {
    width: 400px;
}
.padding {
    padding: 15px 15px 40px 15px;
}
a:link, a:visited {
    \\color: #446783; 
    color: #3F8DB1;
    text-decoration: none;
}
a:hover {
    color: #446783;
    border-bottom: solid 1px #446783;
}
hr {
    height: 1px;   
}
.BoxExpanded {
    border: solid 1px #d3d3d3;
    \\background-image: url(../images/sidePanelBg.gif);
    \\background-repeat: repeat-x;
    margin-bottom: 20px;
}