/* 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
{
    font: 16px arial;
	background-color: #000000;
}
/* these are the font styles for the links that appear on your web page */
a:link {font: bold 12px arial; color: #ffffff; text-decoration: none;} 
a:active {font: bold 12px arial; color: #ffffff; text-decoration: none;}
a:visited {font: bold 12px arial; color: #ffffff; text-decoration: none;}
a:hover {font: bold 12px arial; color: #000000; text-decoration: underline;}/*this one changes the mouseover or hover state of the link*/

.title
{
    /* this is the styling for the title.  Semantically, this should be an h1 */
	/* padding all four sides of the div in order top, right, bottom, left */
    background-color: #750015;
	border: solid 2px #af0020;
    color: #000000;
	font-face: Arial;
    font-weight: bold;
    font-size: 30px;
	padding: 2px 2px 2px 2px;
}

.title2 
{
    color: #ffffff;
	font-face: Arial;
    font-weight: bold;
    font-size: 18px;

}



.subtitle {
	color: #ffffff;
	font-face: Arial;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.content
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
	font-face: Arial;
    font-size: 12px;
	color: #ffffff;
    padding: 2px;
	margin: 2px;
	font-weight: normal;
}


.sidebaritem
{
    width: 130px;
    background-color: #750015;
    font-face: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
    border: solid 1px #AF0020;
    padding: 2px;
    margin-bottom: 3px;
	margin-left: 6px;
	margin-right: 8px;
}

}
