/* 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;*/
        font: bold 16px arial; color: #000000; text-decoration: none;
}
/* these are the font styles for the links that appear on your web page */
a:link {font: bold 13px arial; color: #DEA6A5; text-decoration: none;} 
a:active {font: bold 13px arial; color: #DEA6A5; text-decoration: none;}
a:visited {font: bold 13px arial; color: #6600FF; text-decoration: none;}
a:hover {font: bold 13px arial; color: #DEA6A5; 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 2px #000000;
}

.left
{
    /* floats the item to the left side of the page, and adds a margin */
    float: left;
}

.right
{
    /* floats the item to the right side of the page, and adds a margin */
    float: right;
}

.scroll
{
    /* this makes the element create scroll bars if the text is too long */
    /* to be displayed.  This is very similar to the effect created by */
    /* frames and iframes, but does not allow page transitions like frames do */
    overflow: auto;
}

.wrapper
{
    /* remove this to have the page load at full width */
    width: 720px;
}

.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: #6EBBFF;
    color: #FFFFFF;
	border: solid 8px #0000FF;
	font-face: Arial;
    font-weight: bold;
    font-size: 36px;
	/*padding: 0px 0px 0px 0px;*/
}

.title2 
{
    color: #000000;
	font-face: Arial;
    font-weight: bold;
    font-size: 18px;

}
.titlemargin
{
	/*margin: 10px 0px 10px 0px;*/
}

.subtitle 
{
	color: #5675A5;
	font-face: Arial;
    font-weight: bold;
    font-size: 14px;
}

.content
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 5px 0px 5px; /* keeps text off the borders */
	font-face: Arial;
    font-size: 16px;
    font-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

.content.padleft
{
    /* this is to pad if there's a sidebar on the left */
    padding-left: 155px;
}

.content.padright
{
    /* this is to pad if there's a sidebar on the right */
    padding-right: 160px;
}

.sidebar
{
    width: 145px;
    /*height: 1050px;*/ /* remove this to allow different-sized sidebars */
    background-color: #B0D9DA;
    border: solid 1px #B0D9DA;
    color: #000000;
    font-weight: bold;
    padding: 10px 0px 5px 0px;
   
    
}

.sidebaritem
{
    width: 130px;
    /*background-color: #DAEEF9;*/
    color: #000000;
    /*border: solid 1px #000000;*/
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;

}
.horiz
{
    color: #4B1A95;
    font-weight: bold;
	width: 124px;
	float: left;
	text-align: center;
}

.sidebaritem.first
{
    margin-top: 10px;
}

.footer
{
	background-color:#D9E1ED;
	font-size: 10px;
	font-face: arial;
	text-align: center;
}

************************************************************

#navigation {
        background: #1A1B20;
        border-bottom: 1px solid #A1A1A1;
        margin: 0;
        padding: 0;
        font-weight: bold;
}
#navigation ul, #navigation ul li {
        list-style: none;
        margin: 0;
        padding: 0;
}
#navigation ul {
        padding: 5px 0 5px;
        text-align: center;
}
#navigation ul li {
        display: inline;
}
#navigation ul li a {
        background: url(img/tableft.gif) no-repeat left top;
        color: #FFF;
        text-decoration: none;
        padding: 5px 0;
}
#navigation ul li span {
        background: url(img/tabright.gif) no-repeat right top;
        padding: 5px 7px 5px 3px;
        margin: 4px 0 4px 4px;
}
#navigation ul li a:hover span {
        text-decoration: none;
        background-position: 100% -75px;
}
#navigation ul li a:hover {
        background-position: 0 -75px;
}
#navigation #current a {
        background-position: 0 -150px;
}
#navigation #current a span {
        background-position: 100% -150px;
}


/*- Internet Explorer...It's Hacktastic!--------------------------- */

/*\*//*/
#navigation ul li a {
        display: inline-block;
        white-space: nowrap;
        width: 1px;
}

#navigation ul {
        padding-bottom: 0;
        margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation ul li a {
        padding: 0;
}
