/* CSS Document */
body
{
    background-image: url(/images/page_bg_grad.jpg);
    background-repeat: repeat-x;
    background-color: #ff6801;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

#centeralign
{
    margin-right: auto;
    margin-left: auto;
}

td
{
    /*border-width: 1px 1px 1px 1px;*/
    /*border-width: thin;*/
    border-color: #ffffff;
    border-style: solid;
}

/* TD Border Styles */

td.left-border
{
    border-left-width: 1px;
}

td.no-left-border
{
    border-left-width: 0px;
}

td.right-border
{
    border-right-width: 1px;
}

td.no-right-border
{
    border-right-width: 0px;
}

td.top-border
{
    border-top-width: 1px;
}

td.no-top-border
{
    border-top-width: 0px;
}

td.bottom-border
{
    border-bottom-width: 1px;
}

td.no-bottom-border
{
    border-bottom-width: 0px;
}

td.all-borders
{
    border-width: 1px 1px 1px 1px;
}

td.no-borders
{
    border-width: 0px 0px 0px 0px;
}

/* End TD Border Styles */

/* Menu Styles */

.menu-item
{
    padding: 5px 5px 5px 5px;
}

/* End Menu Styles */

img.logoheader
{
    width: 100px;
    height: 100px;
    padding: 0px;
    margin: 0px;
}

p.title
{
    background-color: #000000;
    color: #ffffff;
    text-align: left;
    font-family: sans-serif;
    font-style: oblique;
    font-weight: bold;
    font-size: 26px;
    margin: 0px;
    padding-left: 20px;
}

ul.listheader
{
    margin: 0;
    padding: 0;
    background-color: #1b6a00;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 12pt;
    float: left;
    list-style-type: none;
    width: 100%;
}

a
{
	color: #ffffff;
}

a.toc
{
    float: left;
    color: #ffffff;
    background-color: #1b6a00;
    text-decoration: none;
    padding: 10px;
    border-width: 1px;
    border-right: 1px solid #ffffff;
}

.toc_currentpage
{
    float: left;
    color: #ffffff;
    background-color: #34cb00;
    text-decoration: none;
    padding: 10px;
    border-width: 1px;
    border-right: 1px solid #ffffff;
}

a.toc:visited
{
    color: #ffffff;
    text-decoration: none;
}

a.toc:hover
{
    color: #000000;
    background-color: #fe8638;
    text-decoration: none;
}

li.listitem
{
    display: inline;
}

li.date
{
    display: inline;
    text-align: right;
    float: right;
    font-size: 8pt;
}

.transparent_bg
{
    background-color: #34cb00;
}

#spine
{
    float: left;
}

.spinecontainer
{
    padding: 5px 5px 5px 5px;
    border-color: #ffffff;
    border-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-top-width: 0px;
    width: 200px;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 10pt;
}

#maincontent
{
    color: #ffffff;
    font-family: sans-serif;
    font-size: 10pt;
	margin: 5px 10px 20px 220px;
}

#disclaimer
{
    font-size: 8pt;
    font-family: sans-serif;
    color: #ffffff;
    text-align: center;
    background-color: #1b6a00;
}

/* event styles */
.event-default
{
	font-size: 12px;
    font-family: sans-serif;
    color: #ffffff;
}
.event-title
{
	font-size: 18px;
	margin-bottom: 3px;
}
.event-subtitle
{
	font-size: 16px;
	margin-bottom: 3px;
}
.event-date
{
	font-size: 14px;
	margin-bottom: 5px;
}
.event-major-em
{
	font-style: italic;
}
.event-bold
{
	font-weight: bold;
}

/***********************************************\
 * Old Styles, do not use for anything serious *
 * Recycle useful ones by copying to above     *
 \***********************************************/
/*#maincontainer
 {
 align: center;
 }
 
 /Begin header elements/
 /*body
 {
 margin: 0px;
 min-width: 700px;
 max-width: 800px;
 font-family: sans-serif;
 float: none;
 }
 
 img.logoheader
 {
 width: 100px;
 height: 100px;
 padding: 0px;
 margin: 0px
 }
 
 td.logospace
 {
 background-color: #ffffcc;
 width: 100px
 }
 
 p.title
 {
 background-color: #000000;
 color: #ffffff;
 text-align: left;
 font-family: sans-serif;
 font-style: oblique;
 font-weight: bold;
 font-size: 22pt;
 margin: 0px;
 padding-left: 20px
 }
 
 ul.listheader
 {
 margin: 0;
 padding: 0;
 background-color: #000000;
 color: #ffffff;
 font-family: sans-serif;
 font-size: 12pt;
 border-top: solid #ffffff 1px;
 float: left;
 list-style-type: none;
 width: 100%
 }
 
 a.toc
 {
 float: left;
 color: #ffffff;
 background-color: #000000;
 text-decoration: none;
 padding: 5px;
 border-width: 1px;
 border-right: 1px solid #ffffff
 }
 
 a.toc_currentpage
 {
 float: left;
 color: #000000;
 background-color: #ffffff;
 text-decoration: none;
 padding: 5px;
 border-width: 1px;
 border-right: 1px solid #ffffff
 }
 
 a.toc:visited
 {
 color: #ffffff;
 text-decoration: none
 }
 
 a.toc:hover
 {
 color: #000000;
 background-color: #fe8638;
 text-decoration: none
 }
 
 li.listitem
 {
 display: inline;
 }
 
 li.date
 {
 display: inline;
 text-align: right;
 float: right;
 font-size: 8pt
 }
 
 img.titleimg
 {
 margin: 0px;
 padding: 0px;
 height: 100px;
 width: 700px;
 }
 
 /Begin sidecolumn elements/
 #sidecontent
 {
 float: left;
 min-width: 200px;
 border-right: solid 1px #000000;
 padding: 0px;
 margin: 0px;
 background-color: #ffffcc
 }
 
 #sidecontainer
 {
 width: 200px;
 border-bottom: 1px solid #000000;
 padding: 5px
 }
 
 #sideheader
 {
 font-family: Tahoma;
 font-size: 10pt;
 font-weight: bold;
 color: #000000;
 background-color: #fe8638;
 border: 1px solid #000000;
 padding: 3px;
 text-align: center
 }
 
 
 /Begin main content area elements/
 #maincontent
 {
 margin-left: 230px;
 margin-right: 30px;
 position: relative;
 top: 25px
 }
 
 /Begin footer area elements/
 #footer
 {
 padding-top: 30px;
 padding-left: 100px;
 padding-right: 100px;
 padding-bottom: 10px;
 clear: both
 }
 
 #bottomcontent
 {
 border: 1px solid #000000;
 background-color: #eeeeee;
 font-family: sans-serif;
 font-size: 10pt
 }*/