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 10px arial; color: #ffffff; text-decoration:underline;} 
a:active {font: bold 10px arial; color: #ffffff; text-decoration: none;}
a:visited {font: bold 10px arial; color: #ffffff; text-decoration: none;}
a:hover {font: bold 10px 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: 1.05em;
	color: #ffffff;
	margin: 0 0 10px 0;
	text-align:center;
	width:450px;
    border-right: solid 1px #d733d9;
    /*border-left: solid 1px #d733d9;*/
 	/*background-color:green;*/ 
   
/* original color #807395 */
	float:left;
}

#content p
{
	text-align:left;
}

#content h2
{
	font-size: 1.5em;
}

.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;
	text-align:center;
}	background-color:green; 


#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
{
	/*background-color:#807395;*/
	font-size: .7em;
	font-face: arial;
	text-align: left;
    font-weight: bold;
    clear:both;
}

.footer a:link {font: bold .9em arial; color: #ffffff; text-decoration:underline;} 
.footer a:active {font: bold .9em arial; color: #ffffff; text-decoration: none;}
.footer a:visited {font: bold .9em arial; color: #ffffff; text-decoration: none;}
.footer a:hover {font: bold .9em arial; color: #ff6600; text-decoration: underline;}/*this one changes the mouseover or hover state of the link*/


#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-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 36px;
	padding: 10px 20px 10px 20px;
}

.title2 
{
    color: #ffffff;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 18px;
    line-height:30px;
	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;
}

.bold {
	font-weight:bold;
}

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

h2 a:link {font: bold .8em arial; color: white; text-decoration:none;} 
h2 a:visited {font: bold .8em arial; color: white; text-decoration:none;} 
h2 a:hover {font: bold .8em arial; color: yellow; text-decoration:underline;} 

#content a:link {font: 1em arial; color: #ffffff; text-decoration:underline;} 
#content a:active {font: 1em arial; color: #ffffff; text-decoration: underline;}
#content a:visited {font: 1em arial; color: #ffffff; text-decoration: underline;}
#content a:hover {font: 1em arial; color: yellow; text-decoration: underline;}