/* Copyright 2008 Provost Mgmt Consulting All Rights Reserved */

a.navbar:link {text-decoration: none;}

a.navbar:visited {text-decoration: none; color: blue;}
a.navbar:hover {color: darkred;}
a.bottombar:link {text-decoration: none;}

#sideNavigationBar { 

width: 155px;

text-align: right;

top: 0px;

height: 420px;

margin-top: 0px;

}

* html #sideNavigationBar {
margin-top: 10px;
}
#content {border-left: 2px solid green;

padding: 130px 50px 10px 30px;

margin-left: 168px;

margin-right: 0px;

margin-top: -420px;

min-height: 290px;
height:auto !important;
height:420px;

min-width: 450px;

background-color: white;

}
*html #content {
margin-top: -416px;
}
#txtbox {
float: right;
border: 1px solid black;
width: 425px;
padding: 10px;
padding-top:0px;
margin-bottom:5px;
margin-left:5px;
margin-top:5px;
}
#subtitle { position:absolute;

left: 171px;

right: 0px;

top: 129px;

height: 104px;

padding-left: 40px;

padding-top: 10px;

background-image: url(widgets/header5.png);

}

* html #subtitle { position: relative;
margin-top:-128px;
margin-left: 0px;
padding-top: 25px;
height: 114px;
}

#hdr1 { border-bottom: medium solid green;

top: 0px;

left: 0px;

width: 100%;

height: 125px;

background-image: url(widgets/header1.png);

}

* html #hdr1 {
top: 2px;
height: 129px;
}
img.hdr3 {
position: absolute;
right: 0px;
width: 256px;
height: 125px;
}
img.hdr4 {
position: absolute;

height: 125px;

background-repeat: no-repeat;
}

#bottomimg { 
border-top: medium solid green;

width: 100%;

}

#bottomtext {
position: absolute;

left: 168px;

right: 0pt;

text-align: center;

}
* html #bottomtext {position: fixed;
margin-top: 10px;
margin-left: 168px;
}