/****************************************************************************
 General
 ****************************************************************************/
body
{
    margin: 4px;
    font-family: arial, sans-serif;
    font-size: 12px;
}
a:link
{
    color: #197B19;
    background-color: transparent;
}
a:visited
{
    color: #197B19;
    background-color: transparent;
}
a:hover
{
    color: #FFBD21;
    background-color: transparent;
}
a:active
{
    color: #FFBD21;
    background-color: transparent;
}
a.inactive
{
    color: #888888;
}
a.inactive:link
{
    color: inherit;
    background-color: transparent;
}
a.inactive:visited
{
    color: inherit;
    background-color: transparent;
}
a.inactive:hover
{
    color: inherit;
    background-color: transparent;
}
a.inactive:active
{
    color: inherit;
    background-color: transparent;
}
a img
{
    border: none;
}

p
{
    font-size: 12px;
}

ul
{
    list-style-image: url(  "/images/bullet1.gif" );
    list-style-position: outside;
    margin: 10px 0px 0px 40px;
}

#bodywrap
{
    width: 770px;
}
table.centered580
{
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-collapse: collapse;
    width: 580px;
}

.listheader
{
    margin-bottom: 0px;
}

td#content
{
    padding: 0px 5px 5px 5px;
}
table#footer
{
    margin-top: 5px;
}
.small-text
{
    /*font-family: arial, sans-serif;*/
    font-size: 11px;
    line-height: 145%;
    vertical-align: top;
}

.medium-text
{
    /*font-family: arial, sans-serif;*/
    font-size: 12px;
    line-height: 145%;
    vertical-align: top;
}

.emphisize
{
    font-weight: bold;
    color: #AA7E16;
}
.noticeme
{
    color: Red;
}
.email
{
    color: Blue;
}
.invisible
{
    visibility: hidden;
}

/****************************************************************************
 Forms
 ****************************************************************************/
input, textarea, select
{
    border: #197b19 1px solid;
    background-color: #f4f8f4;
}
.SubmitButton
{
    text-decoration: none;
    color: #197B19;
    background-color: transparent;
    border-right: #197b19 1px solid;
    border-top: #197b19 1px solid;
    background-image: none;
    border-left: #197b19 1px solid;
    border-bottom: #197b19 1px solid;
}
select
{
    border: black solid 1px;
    background: #f4f8f4;
}
.StylessControl input
{
    border: none;
    background: none;
}


/****************************************************************************
 Sidebar
 ****************************************************************************/

a.sidebar:link
{
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}
a.sidebar:visited
{
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}
a.sidebar:hover
{
    text-decoration: underline;
    color: #197B19;
    background-color: transparent;
}
a.sidebar:active
{
    text-decoration: underline;
    color: #197B19;
    background-color: transparent;
}

/* form#sidebar-search-form {
 	margin: 0px;
 }

 input#sidebar-search-input {
 	font-family: arial, sans-serif;
 	font-size: 12px;
 	border-style: solid;
 	border-width: 1px;
 	border-color: #808080;
 } */
td#sidebar
{
    width: 150px;
    overflow: hidden;
    background-color: #F2F2F2;
    border-style: solid;
    border-width: 1px;
    border-color: #808080;
    padding: 2px;
}
#QuickLinksTable
{
    width: 100%;
}

td.sidebar-heading, td#sidebar h1
{
    font-size: 12px;
    background-color: #E8E8E8;
    border-style: solid;
    border-width: 1px;
    border-color: #808080;
    padding: 1px;
    width: 100%;
}

td.sidebar-items, td#sidebar div.sideBarLinks
{
    font-size: 12px;
    padding: 4px 4px 6px 4px;
}

td#sidebar h1
{
    margin: 0px 0px 0px 0px;
    padding: 1px 1px 1px 0px;
    display: block;
    width: 98%;
}

td#sidebar h1
{
    font-weight: normal;
}

td#sidebar div.sideBarLinks a
{
    display: block;
}

/****************************************************************************
Stories
 ****************************************************************************/
a.story-link
{
    font-weight: bold;
}
a.story-link:link
{
    /*font-family: verdana, sans-serif;*/
    font-size: 12px;
    color: #197B19;
    text-decoration: underline;
    background-color: transparent;
}
a.story-link:visited
{
    /*font-family: verdana, sans-serif;*/
    font-size: 12px;
    color: #197B19;
    text-decoration: underline;
    background-color: transparent;
}
a.story-link:hover
{
    /*font-family: verdana, sans-serif;*/
    font-size: 12px;
    color: #FFBD21;
    text-decoration: underline;
    background-color: transparent;
}
a.story-link:active
{
    /*font-family: verdana, sans-serif;*/
    font-size: 12px;
    color: #FFBD21;
    text-decoration: underline;
    background-color: transparent;
}
/****************************************************************************
 Story elements
 ****************************************************************************/
table.story-heading
{
    width: 100%;
}
h1.story-heading /*Transistion to new style headers*/
{
    clear: both;
    background: url(  "/images/storyheadingback.png" ) repeat-y;
    padding-left: 10px;
    margin: 0px 0px 5px 0px;
    width: 98%;
}
table.story
{
    width: 100%;
    padding: 6px;
}
td.story-heading-bar
{
    background-color: #E8E8E8;
    border-style: solid;
    border-width: 1px;
    border-color: #808080;
    border-right-style: none;
    width: 8px;
}
.story-heading-text, h1.story-heading
{
    font-size: 12px;
    font-weight: bold;
    background-color: #F2F2F2;
    border-style: solid;
    border-width: 1px;
    border-color: #808080;
}
td.story-image
{
    vertical-align: middle;
    text-align: center;
    padding-right: 5px;
}
div.story-image
{
    width: 150px;
    overflow: hidden;
}
.story-image img
{
    border: none;
}
.story-text
{
    /*font-family: verdana, sans-serif;*/
    font-size: 12px;
    line-height: 160%;
    vertical-align: top;
    font-weight: normal;
}


