body{
        font-family: Arial,sans-serif;
        color: #333333;
        line-height: 1.166;
        margin: 0px;
        padding: 0px;
}

th{
        font-size: 90%;
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin 0px;
	padding 0px;
	border: 1px #cccccc solid;
        color: #FFFFFF;
//        background-color: #eeeee9;
        background-color: #1F5099;
}

a:link{
//        color: #006699;
        color: #0000ff;
        text-decoration: none;
}

a:visited{
//        color: #006699;
        color: #0000ff;
        text-decoration: none;
}

a:hover{
//        color: #006699;
        color: #0000ff;
        text-decoration: underline;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 color: #334d55;
 font-size: 125%;
}

h1{
 color: #334d55;
 font-size: 150%;
}

img{
 border: none;
}

#masthead h1{
    color: #FFFFFF;
    font-size: 150%;
}

#masthead a{
    color: #FFFFFF;
    text-decoration: underline;
}

/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
 border: none;
}

#globalNav a {
        font-size: 90%;
        padding: 0 4px 0 0;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
        border-bottom: 1px solid #cccccc;
        width: 100%;
        background-color: #0066cc;
        text-align: center;
}

#navBar{
        float: left;
        margin: 0px;
	width: 100%;
        padding: 0px;
        background-color: #FFF09C;
        border-bottom: 1px solid #cccccc;
}
#navBar2{
        float: left;
        width: 100%;
        margin: 0px;
        padding: 0px;
        background-color: #FFF09C;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
}

#content{
        float: left;
        width: 100%;
        padding: 0px;
}

#rightside{
        font-size: 90%;
  float:right;
        width: 26%;
        height: 40%;
        border-left: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
//        background-color: #eeeee9;
        background-color: #a5a300;
        padding: 0px;

}

#content-listing{
	float: left;
	width: 55%;
        padding-top: 2pt;
        padding-left: 2pt;
        border-top: 1px solid #cccccc;
}

#listing{
	float: left;
	width: 100%;
        padding-top: 2pt;
        padding-left: 2pt;
        border-top: 1px solid #cccccc;
}

#listing-no-lines{
	float: left;
	width: 100%;
        padding-top: 2pt;
        padding-left: 2pt;
        border-top: 1px solid #cccccc;
}

.scroll {
	height: 200px;
	width: 400px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #E7EEFA;
	padding: 8px;
        text-align: left;
}

/***************** #listing styles ***************/

#listing td {
        font-size: 90%;
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin 0px;
	padding 0px;
	border: 1px #cccccc solid;
        color: #334d55;
}

/***************** #content-listing styles ***************/
#content-listing td {
        font-size: 90%;
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin 0px;
	padding 0px;
	border: 1px #cccccc solid;
        color: #334d55;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
        border-bottom: 1px solid #EEE;
        color: #00CC00;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
        position: relative;
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid #cccccc;
        font-size: 90%;
}

#sectionLinks h3{
        padding: 10px 0px 2px 10px;
}

#sectionLinks a {
        display: block;
        border-top: 1px solid #cccccc;
        padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
        background-color: #dddddd;
}

#listing ul a:link, #listing ul a:visited {display: block;}
#listing ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#listing li {
        border-bottom: 1px solid #EEE;
        color: #00CC00;
}

/* fix for browsers that don't need the hack */
html>body #listing li {border-bottom: none;}

#siteInfo{
        clear: both;
        border-top: 1px solid #cccccc;
        font-size: 75%;
        color: #cccccc;
        padding: 10px 10px 10px 10px;
}

#siteInfo img{
        border: none;
        padding: 4px 4px 4px 10px;
        vertical-align: middle;
}

#siteInfo label{
        position: absolute;
        right: 10px;
        text-align: right;
}

