body
{
	font: 16px arial;
	background-color:  rgb(165, 189, 173);

}

.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
{
	width: 795px;
	text-align: left;
	background-color: white;
}

.title
{
	color: #94A59C;
	font-face: Arial;
	font-size: 26px;
	padding: 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;

}

.title2 
{
	color: #000000;
	font-face: Arial;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.title3 
{
	color: #000000;
	font-face: Arial;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.small
{
	color:blue;
	font-face: Arial;
	font-weight: bold;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 60px;
}

.titlemargin
{
	margin: 10px 0px;
}

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

.content
{
    /* this describes the container of the content paragraphs. */
    padding: 10px 10px; /* 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: #83032A;
    color: #CFACA7;
    font-weight: bold;
    padding: 10px 0px 5px 0px;
}

.sidebaritem
{
    width: 130px;
    background-color: #F0DCD9;
    color: #83032A;
    border: solid 1px #CFACA7;
    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;
}

.picture
{
	float: right;
	position: absolute;
	top: auto;
}

.footer
{
	background-color:#CFACA7;
	font-size: 10px;
	font-face: arial;
	text-align: center;
}

.itemBorder {
	border: 1px solid #000000;
}
.itemText { text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica }

.crazyBorder {
	border: 1px outset #000000;
}
.crazyText { text-decoration: none; color: #FFffff; font: 12px Arial, Helvetica }
.top {
	font-size: 10px;
}
