/* CSS Document */

#body{
background-color: #fff;
margin-top: 0px;
}
#container{
width: 800px;
border-left: dotted 1px #000000;
border-right: dotted 1px #000000;
padding-left: 2px;
padding-right: 2px;
}
#header{
background-image: url(images/header.jpg);
background-repeat: no-repeat;
height: 125px;
}
#headerRow1{
background-color: #808080;
border-top: solid 1px #fff;
height: 17px;
}
#headerRow2{
background-image: url(images/headerDottedShim.gif);
background-repeat: repeat-x;
height: 15px;
}
#contentContainer{
background-image: url(images/contentBgShim.gif);
background-repeat: repeat-y;
width: 800px;
}
#leftColumn{
width: 183px;
padding-left: 17px;
padding-top: 10px;
background-color: #000000;
background-image: url(images/portals.gif);
background-position: bottom;
background-repeat: no-repeat;
vertical-align: top;
}
#rightColumn{
width: 580px;
background-image: url(images/cornerCurve.gif);
background-position: top left;
background-repeat: no-repeat;
padding: 10px;
background-color: #d9d9d9;
vertical-align: top;
}
#footer{
background-color: #808080;
height: 30px;
width: 800px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #bab9b9;
text-align: center;
vertical-align: middle;
padding-top: 15px;
padding-bottom: 5px;
}
#navigation {
float: left;
height: 28px;
width: 166px;
height: 200px;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
#navigation li {
border-bottom: 0px solid #ED9F9F;
}
#navigation li a:link, #navigation li a:visited {
font-size: 90%;
display: block;
padding-left: 20px;
color: #000000;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bolder;
background-image: url(images/navButton.gif);
background-repeat: no-repeat;
padding-top: 3px;
padding-bottom: 6px;
border-bottom: solid 2px #000;
}
#navigation li a:hover {
color: #ffffff;
}
#navigation ul ul {
margin-left: 0px;
}
#navigation ul ul li {
border-bottom: 0px solid #711515;
margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
color: #711515;
}
#navigation ul ul a:hover {
color: #FFFFFF;
padding-left: 30px;
}
#homePic{
background-image: url(images/homePic.gif);
background-repeat: no-repeat;
width: 580px;
height: 183px;
}
#home_contentHeader{
background-image: url(images/welcome.gif);
background-position: top;
background-repeat: no-repeat;
height: 30px;
width: 560px;
margin-top: 10px;
}
#contentBox{
border-left: solid 1px #808080;
border-right: solid 1px #808080;
border-bottom: solid 1px #808080;
padding: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
background-color: #FFFFFF;
vertical-align:top;
}
#contentBox a {
color: #000000;
text-decoration: underline;
}
#contentBox a:hover {
color: #000000;
text-decoration: underline;
}
#contentBox a.subon {
color: #000000;
text-decoration: underline;
}
#scanlines{
background-image: url(images/scanlineShim.gif);
padding: 10px;
}
#buttonBg{
background-color: #FFFFFF;
}
#greenBox{
background-color: #e0f0a4;
padding: 10px;
vertical-align: top;
border: solid 1px #ffffff;
}