html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
    font: 16px arial;
	background-color:#999;
}

p {margin: 3px; auto;}
/* these are the font styles for the links that appear on your web page */
a:link {font: bold 13px arial; color: #ffffff; text-decoration:underline;} 
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: #ff6600; text-decoration: underline;}/*this one changes the mouseover or hover state of the link*/

#wrapper
{
	margin:0 auto;
    width: 800px;
	padding:0;
}

#content
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 15px; /* keeps text off the borders */
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #ffffff;
	margin: 0;
	margin-left:10px;
	text-align:center;
	width:440px;
    border-right: solid 1px #d733d9;
    border-left: solid 1px #d733d9;
    
/* original color #807395 */
	float:left;
}

#content p
{
	text-align:left;
}

.content p
{
	font-family: Arial;
    font-size: 12px;
	color: #ffffff;
	margin: 0px;
	text-align:center;
}

#left
{
    /* floats the item to the left side of the page, and adds a margin */
    float: left;
    width: 150px;
	height:100%;
	/*height:922px;*/
    /*background-color: #807395;*/
    color: #4B1A95;
    font-weight: bold;
    padding: 10px 0px 5px 0px;
	margin-top:-10px;
	margin-right:0;
	text-align:center;
}

#right
{
    /* floats the item to the right side of the page, and adds a margin */
    float: right;
    width: 150px;
	height:100%;
	/*height:922px;*/
    /*background-color: #807395;*/
    color: #4B1A95;
    font-weight: bold;
    padding: 10px 0px 5px 0px;
	margin-top:-10px;
	text-align:center;
}

#footer
{
	position:relative;
	/*background-color:#807395;*/
	font-size: 10px;
	font-face: arial;
	text-align: center;
}
.footer
{
	margin:0;
	/*background-color:#807395;*/
	font-size: 10px;
	font-face: arial;
	text-align: center;
}

#faceBox
{
	padding-left: 10px; 
	padding-right: 10px; 
	height:auto;
	background-color:#999;
}

.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 1px #d733d9;
    
/* original color #807395 */

}

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

.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: #4B1A95;
    color: #ffffff;
	font-face: Arial;
    font-weight: bold;
    font-size: 36px;
	padding: 10px 20px 10px 20px;
}

.title2 
{
    color: #ffffff;
	font-face: Arial;
    font-weight: bold;
    font-size: 18px;
	margin-top:1em;
	margin-bottom:1em;

}

.titlemargin
{
	margin: 1em 0px 1em 0px;
	padding-left:1em;
}

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

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

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

}

.promo
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
	font-face: Arial;
    font-size: 10px;
	color: #ff6600;
    padding: 0px;
	margin: 0px;
}


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

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

.blcorner {
	background: url(images/LLPurple.jpg) 0 100% no-repeat #d733d9;
	width: 140px;
	text-align:left;
}

.brcorner {
	background: url(images/LRPurple.jpg) 100% 100% no-repeat;
}

.tlcorner {
	background: url(images/ULPurple.jpg) 0 0 no-repeat;
}

.trcorner {
	background: url(images/URPurple.jpg) 100% 0 no-repeat;
	padding:5px;
	padding-left:60px;
}

.bold {
	font-weight:bold;
}

.boldWhite {
	font-weight:bold;
	color:#fff;
	text-align:center;
}

a:link .boldWhite {font: bold 13px arial; color: #ffffff; text-decoration:underline;} 
a:active .boldWhite {font: bold 13px arial; color: #ffffff; text-decoration: none;}
a:visited .boldWhite {font: bold 13px arial; color: #ffffff; text-decoration: none;}
a:hover .boldWhite {font: bold 13px arial; color: #4B1A95; text-decoration: underline;}/*this one changes the mouseover or 
