body, html {
 height:100%;
 margin:0;
 background: #7f7f7f;
}

body, p, table, td, th, ul, ol, li, textarea, input, div {
font: 9pt/1.2 arial,helvetica,verdana,sans-serif;
color: #343434;
}
ol, li {
padding: 3px;
}
input, textarea {
border: 1px solid #6b6b6b;
background: #ebebeb;
}

a {	font: 9pt/1.2 arial,helvetica,verdana,sans-serif;}
a:link    {color:#973045; }
a:visited {color:#701326; }
a:active  {color:#ff0000; }
a:hover   {color:#ff0000; }

#topnav {
background: url('images/top-nav-bg.jpg') repeat-x;
height:21px;
}
#bottomnav {
background: url('images/bottom-nav-bg.jpg') repeat-x;
height:34px;
}
#top {
background: url('images/top-header-bg.jpg') repeat-x;
height:97px;
}
#left {
background: url('images/left-bg.jpg') repeat-y;
width:10px;
height:100%;
}
#right {
background: url('images/right-bg.jpg') repeat-y;
width:10px;
height:100%;
}
#side {
background: url('images/side-main-bg.jpg') 6px top repeat-y;
}
#side2 {
background: url('images/side-bg.jpg') left bottom no-repeat;
}
.narrowbg {
background: url('images/narrow-content-main-bg.jpg') left top repeat-y;
}
.narrowbg2 {
background: url('images/narrow-content-bg.jpg') left bottom no-repeat;
vertical-align:top;
}
.narrowbgb {
background: url('images/narrow-content-main-bg2.jpg') left top repeat-y;
}
.narrowbg2b {
background: url('images/narrow-content-bg2.jpg') left bottom no-repeat;
vertical-align:top;
}
.contentbg {
background: url('images/content-main-bg.jpg') left top repeat-y;
}
.contentbg2 {
background: url('images/content-bg.jpg') left bottom no-repeat;
vertical-align:top;
}
.content {
margin: 0 14px;
}
#welcome {
background: url('images/welcome-main.jpg') no-repeat;
width:290px;
height:225px;
vertical-align:top;
}
b.red {
color: #87222f;
}
b.green {
color: #307274;
}
.button {
border: 0;
}
form {
margin:0; padding:0;
display:inline;
}

hr {
color:#444;
height:1px;
}