/* 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: #effffe;
    font: 16px arial, sans-serif;
}
/* these are the font styles for the links that appear on your web page */
a:link {font: bold arial, sans-serif; color: #66cc99; text-decoration: none;}
a:active {font: bold arial, sans-serif; color: #66cc99; text-decoration: none;}
a:visited {font: bold arial, sans-serif; color: #66cc99; text-decoration: none;}
a:hover {font: bold arial, sans-serif; color: #AF0020; text-decoration: underline;}/*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 1px #669999;
}

.title
{
	/* padding all four sides of the div in order top, right, bottom, left */
	background-color: #669999;
	color: #66CDAA;
	border: groove 6px #669999;
	font-style: italic;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 36px;
	padding: 10px 20px 10px 20px;
}

.title2 
{
    background-color: #66CDAA;      /* Slightly darker */
    border-style: solid;
    border-color: #669999;          /* Same as body color */
    padding: 4px;
    color: #669999;
	font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.subtitle 
{
	color: #66BBBB;
	font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.sidebar
{
    width: 150px;
    height: 470px; /* remove this to allow different-sized sidebars */
    background-color: #77bbbb;
    color: #C7CFA7;
    font-weight: bold;
    padding: 10px 0px 5px 0px;
}

.sidebaritem
{
    width: 130px;
    background-color: #004646;
    color: #669999;
    border: solid 1px #669999;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;
}

.horiz
{
    color: #4B1A95;
    font-weight: bold;
	width: 124px;
	float: left;
	text-align: center;
}

.footer
{
	background-color: #004646;
	font-size: 10px;
	font-family: arial, sans-serif;
	text-align: center;
}
