body
{
    font: 16px arial;
}


a:link
{font: bold 12px arial; color: #666666; text-decoration: none;}
 
a:active
{font: bold 12px arial; color: #666666; text-decoration: none;}

a:visited
{font: bold 12px arial; color: #666666; text-decoration: none;}

a:hover
{font: bold 12px arial; color: #666666; text-decoration: underline;}


.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 1px #CD8E2D;
}
p
{
	font: 12px arial;
}

.pstrong
{
font: bold 12px arial; 
color: #CD8E2D; 
text-decoration: none;
}

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

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

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

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

.subtitle 
{
	color: #CD8E2D;
	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;
}


.sidebar
{
    width: 150px;
    background-color: #9C9E9C;
    color: #000000;
    font-weight: bold;
    padding: 10px 0px 5px 0px;

}
.whitesidebar
{
    width: 150px;
    background-color: #FFFFFF;
    color: #F7E7CF;
    font-weight: bold;
    padding: 10px 0px 5px 0px;

}

.sidebaritem
{
    width: 130px;
    background-color: #FFE9C9;
    color: #CD8E2D;
    border: solid 1px #CD8E2D;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;

}
.sidebaritem2
{
    background-color: #CCCCCC;
    color: #000000;
    border: solid 1px #9C9E9C;
    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:#F7E7CF;
	font-size: 10px;
	font-face: arial;
	text-align: center;
}

li
{
	font: 12px arial;
}


