html
    {

    }

body
    {
    width: 900px;
	 font-family: Verdana, Georgia, Arial, sans-serif;
    margin: 1em auto;

    }
    
a:link, a:visited
{
color: #CCCCCC;
text-decoration: none;
font-size: 12pt;
font-variant: small-caps;
}

a:active, a:hover
{
color: #FFFFFF;
text-decoration: underline;

font-style: smallcaps;
}    


#container
    {
    background-color: #000033;

    }

#header
    {
    background-image: url(images/upper_right.gif);
    background-position: top right;
    background-repeat: no-repeat;
    height: 75px;
    }

#left
    {
    background-image: url(images/vertical_logo.gif);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #000033;
    width: 150px;
    height: 500px;
    float: left;
    clear: both;
    }

#content
    {
    float: left;
    width: 460px;
    margin: 0 auto;

    }


#center
    {
    background-color: #FFFFFF;
 	 padding: 1em;
    text-align: justify;
    border: 2px #FF0000 solid;
    float: left;
    }

#video
    {
    text-align: center;
    margin: 0 auto;
    }
    
.description
	{
	width: 470px;
	margin: 1em 0px;
	text-align: justify;
	font-size: 10pt;
	border: solid 1px #ccc;
	padding: 1em;
	color: #000033;
	}


#right
    {
    width: 210px;
    float: right;
    }
    
#menu
	{
	color: #FFF;
	font-size: 16pt;
	margin: 50px 0;
	padding-left: 1em;
	}
    
#comments
	{
	font-size: 9pt;
	text-align: justify;
	color: #FFF;
	padding: 20px 0;
	margin: 5em 5em;
	clear: both;
	}

#footer
    {
    background-image: url(images/lower_left.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #000033;
    clear: both;
    height: 75px;
    text-align: center;
    color: #FFFFFF;
    }

#copyright
    {
    clear: both;
    text-align: center;
    font-size: small;
    background-color: #FFFFFF;
    }


.rsslib
{
  margin: 0 auto;
  font-family: Verdana, Georgia, Arial;
  font-size:12pt;
	border: 2px #000033 solid;
	color: #CCC;
}

.rsslib ul
{
  list-style-type: none;
} 

.rsslib ul li
{
  margin-bottom:8px;
  margin-left: -2.5em;
} 

.rssdate, .rssdesc
{
  font-size: 8pt;
  font-style:italic;
}

.rsslib a:link, .rsslib a:visited
{
color: #FFF;
text-decoration: none;
font-size: 9pt;
font-weight: bold;
}

.rsslib a:active, .rsslib a:hover
{
color: #FFF;
text-decoration: underline;
font-size: 9pt;
font-weight: bold;
} 


