/* CSS Document */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #003366;
}

table {
font-size: 10pt;
}

a:link    { font-decoration: underline; color: #417BB5; }
a:visited { font-decoration: underline; color: #417BB5; }
a:hover   { font-decoration: underline; color: #FFB42D; }
a:active  { font-decoration: underline; color: #FFB42D; }

h1 { color: #003366; font-size: 14pt; }
h2 { color: #417BB5; font-size: 13pt; }
h3 { color: #417BB5; font-size: 12pt; }
h4 { color: #417BB5; font-size: 11pt; }
h5 { color: #417BB5; font-size: 10pt;}


ul.red {
color: #660000;
list-style: square;
}

ul {
color: #003366;
list-style: square;
}

li {
margin-top: 4px;
}

.nobottommargin {
margin-bottom: 0px;
}

.notopmargin {
margin-top: 0px;
}

div.smyellowbox {
width: 272px;
height: 128px;
padding: 7px;
background-image: url(../images/box_yellow_01.gif);
background-repeat: no-repeat;
}

div.miniyellowbox {
width: 240px;
height: 128px;
padding: 7px;
background-image: url(../images/boxmini.gif);
background-repeat: no-repeat;
}

div.largeyellowbox {
width: 510px;
height: 98px;
padding: 7px;
background-image: url(../images/boxlarge.gif);
background-repeat: no-repeat;
}

div.bgyellowbox {
width: 527px;
height: 98px;
padding: 7px;
background-image: url(../images/box_yellow_03.gif);
background-repeat: no-repeat;
}

.contentmargins {
margin-right: 10px;
margin-left: 10px;
margin-top: 5px;
margin-bottom: 5px;
}


.footer {
color: #417BB5;
font-size: 8pt;
margin-left: 10px;
margin-right: 5px;
}

.footerlinks {
color: #417BB5;
font-size: 8pt;
margin-left: 5px;
margin-right: 10px;
}

.footerlinks a:link    { font-decoration: underline; color: #417BB5; }
.footerlinks a:visited { font-decoration: underline; color: #417BB5; }
.footerlinks a:hover   { font-decoration: underline; color: #FFB42D; }
.footerlinks a:active  { font-decoration: underline; color: #FFB42D; }

div.navyhorizontalrule {
margin-top: 5px;
margin-bottom: 5px;
background-image: url(../images/dotnavy.gif);
background-repeat: repeat-x;
width: 100%;
height: 1px;
}

div.grayhorizontalrule {
margin-top: 5px;
margin-bottom: 5px;
background-image: url(../images/dotgray.gif);
background-repeat: repeat-x;
width: 100%;
height: 1px;
}

div.bluehorizontalrule {
margin-top: 5px;
margin-bottom: 5px;
background-image: url(../images/dotblue.gif);
background-repeat: repeat-x;
width: 100%;
height: 1px;
}

div.yellowhorizontalrule {
margin-top: 5px;
margin-bottom: 5px;
background-image: url(../images/dotyellow.gif);
background-repeat: repeat-x;
width: 100%;
height: 1px;
}

.bluetext{
color: #417BB5;
}

/** floating divisions */

#wrap {
margin: 10px auto;
}

div#wrap
{
margin-left:  10px; 
margin-right: 10px;
}

#main {
float:right;
width:530px;
padding: 0px;
margin-top: 0px;
}

#sidebar {
float:left;
width:250px;
padding: 0px;
margin-top: 0px;
}

p.retop {
color: #417BB5;
font-size: 8pt;
margin-left: 10px;
}

/** for parsing RSS */
.channelname 
{
color: #417BB5;
font-size: 13pt;
font-weight: bold;
}

.channeldescription
{
font-size: 11pt;
font-weight: bold;
}

.itemtitle
{
margin-left: 10px;
font-weight: bold;
}

.itemdescription
{
margin-left: 10px;
}



