body
{
    background-image: url('/Images/blackbg.gif');
    font: 16px arial;
    text-align: left;
}
/* these are the font styles for the links that appear on your web page */
a:link {font: bold 13px arial; color: #ffffff; text-decoration: none;} 
a:active {font: bold 13px arial; color: #ffffff; text-decoration: none;}
a:visited {font: bold 13px arial; color: #ffffff; text-decoration: none;}
a:hover {font: bold 13px arial; color: #A4A4A4; 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 #8B0000;
}

.left
{
    /* floats the item to the left side of the page, and adds a margin */
    float: left;
}

.dotted {border-style: dotted}
.dashed {border-style: dashed}
.solid {border-style: solid}
.double {border-style: double}
.groove {border-style: groove}
.ridge {border-style: ridge}
.inset {border-style: inset}
.outset {border-style: outset}


.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;
}

.smalltxt
{
    text-align: left;
        font: arial;
	font-size: 9px;
	color: #ffffff;
	padding-left: 9px;
	padding-right: 9px;
}
.smalltxtcen
{
        font: arial;
	font-size: 9px;
	color: #ffffff;
	padding-left: 9px;
	padding-right: 9px;
}

.title 
{
    text-align: left;
    color: #ffffff;
	font-face: Arial;
    font-weight: bold;
    font-size: 18px;
    padding-left: 7px;
    padding-right: 9px;
	

}

.content 
{
    text-align: left;
    color: #ffffff;
	font-face: Arial;
    font-size: 12px;
    padding-left: 9px;
    padding-right: 9px;
}
/* these are the font styles for the links that appear on your web page */
a:link {font: bold 13px arial; color: #ffffff; text-decoration: none;} 
a:active {font: bold 13px arial; color: #ffffff; text-decoration: none;}
a:visited {font: bold 13px arial; color: #ffffff; text-decoration: none;}
a:hover {font: bold 13px arial; color: #A4A4A4; text-decoration: underline;}/*this one changes the mouseover or hover state of the link*/

.updates
{
    text-align: left;
    /* 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: 0px;
	margin: 0px;
}

.notice
{
    text-align: left;
    color: red;
	font-face: Arial;
    font-weight: bold;
    font-size: 12px;
    padding-left: 9px;
    padding-right: 9px;

}

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

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

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

}

.sidebaritem
{
    width: 130px;
    background-color: #696969;
    color: #9C6C76;
    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: #808080;
	font-size: 10px;
	font-face: arial;
	text-align: center;
}
