@charset "iso-8859-1";

/* This CSS file is used in all 9 of the free simple templates at         */
/* www.bravenet.com.  Feel free to look at the templates themselves       */
/* to get an idea of how the various classes listed here can combine      */
/* to produce a wide variety of layouts.  (Classes are the entries        */
/* beginning with a '.')                                                  */
/* Note: The slash star combinations surround text that is to be          */
/*       marked a comment.  These just describe the CSS and are           */
/*       ignored by the browser.                                          */

body
{

    background-color: #000000;
	font: 14px Tahoma;
	color: #FFFFFF;
	text-align: center;

}

/* these are the font styles for the links that appear on your web page */
a:link {font: bold 12px Tahoma; color: #FFFFFF; text-decoration: none;} 
a:active {font: bold 12px Tahoma; color: #FFFFFF; text-decoration: none;}
a:visited {font: bold 12px Tahoma; color: #FFFFFF; text-decoration: none;}
a:hover {font: bold 12px Tahoma; color: #FFFFFF; text-decoration: none;}/*this one changes the mouseover or hover state of the link*/

.border

{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */

    border: solid 2px #ff0000;

}

.left

{

    /* floats the item to the left side of the page, and adds a margin */

    float: left;

}

.sidebar

{

    width: 150px;

    height: 400px; /* remove this to allow different-sized sidebars */

    background-color: #9C6C76;

    color: #AF0020;

    font-weight: bold;

    padding: 10px 0px 5px 0px;

	text-align: center;



}

.sidebaritem.first

{

    margin-top: 10px;

}


.sidebaritemupdateddesc

{

    width: 130px;

    background-color: #000000;

    color: #FFFFFF;

    border: solid 1px #ffff00;

    font-size: 12px;

    padding: 2px;
	
	margin-top: 3px;

    margin-bottom: 5px;

	text-align: center;



}

.sidebaritemupdated

{

    width: 130px;

    background-color: #000000;

    color: #FFFF00;

    border: solid 1px #AF0020;

    font-size: 14px;

    padding: 2px;
	
	margin-top: 5px;

    margin-bottom: 3px;

	text-align: center;



}


.sidebaritem

{

    width: 130px;

    background-color: #750015;

    color: #9C6C76;

    border: solid 1px #AF0020;

    font-size: 14px;

    padding: 2px;

    margin-bottom: 3px;

	text-align: center;



}



