BODY
{
   background-color:      #000000;
   background-image:      url( "../images/bg.jpg" );
   background-repeat:      no-repeat;
   background-position:   top center;
   font-family:         helvetica;
   letter-spacing:         0.5pt;
}

TD
{
   color:               #FFFFFF;
   font-size:			10pt;
}

IMG
{
   border:               none;
}

A
{
   color:               #FFFFFF;
}

A:hover
{
   color:               #FFFFFF;
   text-decoration:      none;
}

A.mainlevel
{
   color:               #FFFFFF;
   text-decoration:      none;
   text-transform:         uppercase;
   text-align:            center;
}

A.mainlevel:hover
{
   color:               #FFFFFF;
   text-decoration:      underline;
}

TABLE.main
{
   width:               898px;
}

TD.left
{
   width:               96px;
   background-image:      url( "../images/left.jpg" );
   background-repeat:      no-repeat;
   background-position:   top right;
}

TD.top
{
   width:               706px;
   height:               178px;
   background-image:      url( "../images/top.jpg" );
   background-repeat:      no-repeat;
}

TD.right
{
   width:               96px;
   background-image:      url( "../images/right.jpg" );
   background-repeat:      no-repeat;
   background-position:   top left;
}

TD.nav
{
   height:               39px;
   vertical-align:         top;
}

TD.subnav
{
   height:               20px;
   background-color:      #090806;
   text-align:            center;
   color:               #FFFFFF;
   border:               1px #535353 solid;
   border-bottom:         1px #28261b solid;
   font-family:			times new roman;
   font-size:            10pt;
   text-align:            center;
}

TD.content
{
   height:               450px;
   background-color:      #090806;
   border:               1px #535353 solid;
   border-top:            none;
   border-bottom:         none;
   vertical-align:         top;
   color:               #FFFFFF;
}

TD.bottom
{
   height:               160px;
   background-color:      #090806;
   background-image:      url( "../images/bottom.jpg" );
   background-repeat:      no-repeat;
   background-position:   bottom center;
   vertical-align:         bottom;
   text-align:            center;
   color:               #8B0000;
   font-size:            8pt;
}

DIV.article
{
   width:               650px;
   min-height:            100px;
   background-image:      url( "../images/star.jpg" );
   background-repeat:      no-repeat;
   margin-left:         auto;
   margin-right:         auto;
   margin-top:            30;
   overflow:hidden;
}

DIV.article-title
{
   font-size:            14pt;
   margin-left:         10;
   font-family:         times new roman;   
   border:               1px #8B0000 solid;
    border-left:         none;
    border-right:         none;
    border-top:          none;
}

DIV.article-title:first-letter
{
   font-size:            18pt;
}

SPAN.article-date
{
   font-size:            8pt;
   display:            inline;
   font-family:         helvetica;
   text-align:            right;
   color:               #9f9f9f;
   letter-spacing:         0pt;
}

DIV.article-content
{
   margin-left:         40;
   margin-top:            15;
   font-size:            9pt;
}

DIV.article-content img
{
	border:				1px black solid;
}

ul#mainlevel
{
   margin:               auto;
   padding:            0;
}

ul#mainlevel li
{
   display:            inline; /* Shows each item side-by-side */
   list-style-type:      none; /* Gets rid of the bullet points */
}

ul#mainlevel a
{
   /*display:            block;
   float:               left;*/
   padding:            0 1em; /* Provides horizontal separation between menu items */
}