body { 
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, serif;
        width: 900px; 
        margin: 10px; 
	font-size: 11pt;
}

img { border: none; }
h1,h2,h3,h4 { color: #EE4000; margin: 0.2em 0; }
h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { text-align: center; font-size: 12pt; }
ul, ol, li, p { color: #222; margin: 0.5em 0; }
a { 
	text-decoration: none;
	font-weight: bold;
}
a:link { color:#FF0000; }
a:hover { color:#EE4000;; }
a:active { color:#FF3300; }

ul, li, ol{ margin-left: 1em; padding: 0; }

#header { 
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
        width: 100%; 
        color: #777;
	font-size: 10pt;
	font-weight: bold;
}

#header td { 
        padding: none; 
        margin: none; 
}

#header b { 
	font-size: 20pt;
        color: #222;
	text-transform: uppercase;
}

#footer {
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, serif;
        color: #777;
        padding: 3px;
	border-top: 1px solid #777;
	text-align: center;
	font-size: 10pt; 
}

#footer ul {
        margin-left: 0;
        padding-left: 0;
        display: inline;
        border: none;
        list-style: none;
}

#footer li {
        margin-left: 0;
        padding-left: 2px;
        border: none;
        display: inline;
        text-decoration: none;
}

#footer li a {
        color: #000;
        text-decoration: none;
}

#navigation {
        width: 9em;
        border-right: 1px solid black;
        border-left: 1px solid black;
        border-bottom: 1px solid black;
        padding: 0 0 0 0;
        margin-bottom: 1em;
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, serif;
        color: #222;
	font-size: 11pt;
        }

#navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
        }
                
#navigation li {
        border-top: 1px solid black;
        margin: 0;
        }

#navigation li a {
        display: block;
        padding: 5px 5px 5px 0.5em;
        border-left: 10px solid black;
        background-color: #777;
        color: #fff;
        text-decoration: none;
        width: 100%; 
        }

html>body #navigation li a {
        width: auto;
        }

#navigation li a:hover {
        border-left: 10px solid #FF3300;
        background-color: #fff;
        color: #EE4000;
        }

#bread {
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, serif;
        color: #fff;
        background-color: #EE4000;
        padding: 3px;
        margin-bottom: 25px;
        }

#bread ul {
        margin-left: 0;
        padding-left: 0;
        display: inline;
        border: none;
        } 

#bread ul li {
        margin-left: 0;
        padding-left: 2px;
        border: none;
        list-style: none;
        display: inline;
        }

.newsbox, .sponsorbox, .sister
{
        width: 10em;
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, serif;
	margin: 0 20px 20px 0;
        border: 1px solid black;
        padding: 0 0 0 0;
        color: #222;
	font-size: 11pt;
	text-align: center;
}

.sister
{
        width: 9em;
}

.newsbox h2, .sponsorbox h2, .sister h2
{
	font-size: 11pt; 
        padding: 5px;
        margin: 0 0 5px 0;
        border-bottom: 1px solid black;
        background-color: #777;
	color: #fff;
}
.newsbox h2 a, .sponsorbox h2 a, .sister h2 a
{
	color: #fff;
}

.newsbox ul li
{
        padding: 0 0 0 0;  
	text-align: left;
        font-size: 10pt;
	color: #555;
	margin: 0 3px 3px 5px;
}

#left_column {
	float: left;
	width: 150px;
	margin-top: 0px;
	color: #222;
}

#right_column {
	float: right;
	width: 180px;
	margin-top: 0px;
	margin-right: -20px;
	margin-left: 0px;
	color: #222;
}

#content {
	border-left: solid 1px #777;
	border-right: solid 1px #777;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-left: 150px;
	margin-right: 0px;
	color: #000;
	text-align: justify;
	margin-right: 180px;
}

#content ul.nobullet li
{
  list-style-type: none;
}

#content table { 
        border-collapse: collapse; 
        border: solid 1px #777;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11pt;
}
 
#content table.center
{ margin-left:auto; margin-right:auto; }

#content table td
{
        padding: 5px;
        color: #222;
	align: center;
}

#content table td.borders
{
        border: solid 1px #777;
}

#content table tr.shaded
{
        background-color: #AAA;
        color: #fff;
}

#content table tr.borders
{
        border: solid 1px #777;
}

#content table tr.bottom_border
{
        border-bottom: solid 1px #777;
}

#content table th
{
        background-color: #EE4000;
        color: #fff;
        padding: 5px;
}

#content table th.borders
{
        border: solid 1px #777;
}

#content table th p, #content table td p {
        margin: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
}

.hide { display: none; }


