/* 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;
}

/* these are the font styles for the links that appear on your web page */


a:link {font: bold 13px arial; color: #8888AA; text-decoration: none;} 
a:active {font: bold 13px arial; color: #8888AA; text-decoration: none;}
a:visited {font: bold 13px arial; color: #8888AA; text-decoration: none;}
a:hover {font: bold 13px arial; color: #8888CC; text-decoration: underline;}

a.logo:link {font: bold 11px arial; color: #E5E5E5;}
a.logo:alink {font: bold 11px arial; color: #FFFFFF;}
a.logo:visited {font: bold 11px arial; color: #E5E5E5;}
a.logo:hover {font: bold 11px arial; color: #8888CC;}

a.footer:link {font: 13px arial; color: #FFFFFF;}
a.footer:alink {font: 13px arial;color: #FFFFFF;}
a.footer:visited {font: 13px arial;color: #FFFFFF;}
a.footer:hover {font: 13px arial;color: #FFFFFF; text-decoration: underline;}

a.notices:link {font: 10px arial; color: #8888AA; text-decoration: none;} 
a.notices:active {font: 10px arial; color: #8888AA; text-decoration: none;}
a.notices:visited {font: 10px arial; color: #8888AA; text-decoration: none;}
a.notices:hover {font: 10px arial; color: #8888CC; text-decoration: underline;}

TABLE TD
{font-family:arial; font-size:10pt; font-color:#666666}

TABLE TH
{background-color: #E5E5E5; font-family:arial; font-size:10pt; color:#666666; font-type:bold;}



.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 1px #993399;
    /*background-color: #FFFFFF;*/
}

.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: 780px;
}

.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: #8888AA;
    color: #DCD9ED;
	border: solid 1px #996699;
	font-face: Arial;
    font-weight: bold;
    font-size: 36px;
    padding: 10px 20px 5px 20px;
}

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

}

.title3
{
    color: #666666;
    text-decoration: underline;
    font-face: Arial;
    font-weight: bold;
    font-size: 14px;

}

.titlemargin
{
	margin: 10px 0px 10px 0px;
}

.subtitle 
{
    color: #8888CC;
    font-face: Arial;
    font-weight: bold;
    font-size: 14px;
}

.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;
    padding: 0px;
    margin: 0px;
}

.content.padleft
{
    /* this is to pad if there's a sidebar on the left */
    padding-left: 180px;
}

.content.padright
{
    /* this is to pad if there's a sidebar on the right */
    padding-right: 180px;
}

.sidebar
{
    width: 150px;
    /* height: 400px; remove this to allow different-sized sidebars */
    /*background-color: #FFFFFF;*/
    color: #8888AA;
    font-weight: bold;
    padding: 10px 0px 5px 0px;

}

.sidebaritem
{
    width: 130px;
    background-color: #E5E5E5;
    color: #8888AA;
    border: solid 1px #996699;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;

}

.horiz
{
    color: #8888AA;
    font-weight: bold;
    width: 124px;
    float: left;
    text-align: center;
}

.sidebaritem.first
{
        margin-top: 10px;
}

.footer
{
	background-color:#996699;
	font-size: 12px;
	font-face: arial;
        color: white;
	text-align: center;
}

#menu {
    width: 120px;
    font-size: 13px;
}
#menu div.top {     
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    font-face: Arial;
    font-weight: bold;
    text-align: center;
    width: 120px;
}
#menu div.section {
    position: absolute;
    display: inline;
    z-index: -1;
}
#menu div.box {
    background-color: #E5E5E5;
    border: solid 1px #996699;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;

    position: relative;
    top: 5px;
    left: 0px;
    visibility: hidden;
    width:  120px;
}
#menu a {
    font-family: arial;
    font-size: 13px;
    color: #8888AA;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    font-family: arial;
    font-size: 13px;
    color: #8888CC;
    text-decoration: underline;
    white-space: nowrap;
}
