/*body
{
    font: 16px arial;
}
*/

body { font-size: 75%; font-family: verdana, helvetica, sans-serif; background-color: #FFFFFF;}

p {background-color: #FFFFFF;}

/* these are the font styles for the links that appear on your web page */
a:link {font: bold 100% tahoma; color: #660099; text-decoration: none;} 
a:active {font: bold 100% tahoma; color: #660099; text-decoration: none;}
a:visited {font: bold 100% tahoma; color: #660099; text-decoration: none;}
a:hover {font: bold 100% tahoma; color: red; 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 #7C6CD0;*/
	*border: solid 1px #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
{
    /* remove this to have the page load at full width */
    width: 780px;

}

.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: #660099;
    color: #FFFFFF; /*changed from DCD9ED*/
	font-family: arial, helvetica, sans-serif; 
    font-weight: bold;
    font-size: 36px;
	padding: 10px 20px 10px 20px;

}

.title2 
{
    color: #660099;
font-family: verdana, helvetica, sans-serif; 
    font-weight: bold;
    font-size: 140%;

}

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

.subtitle 
{
	color: #660099;
font-family: verdana, helvetica, sans-serif; 
    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-family: verdana, helvetica, sans-serif; 
    font-size: 12px;
    padding: 0px;
	margin: 0px;
}


.content.padleft
{

    /* this is to pad if there's a sidebar on the left */
		
    padding-left: 160px;
		border-color: black;
}


.content.padright
{

    /* this is to pad if there's a sidebar on the right */
/*    padding-right: 160px; */
}

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

}
.sidebar2
{
    width: 150px;
    
    background-color: #ffffff;
    color: #660099; /*changed from DCD9ED*/
    font-weight: bold;
    padding: 10px 0px 5px 0px;

}

.sidebaritem
{
    width: 130px;
    background-color: #CCCCFF; /*changed from D6CFF9*/
    color: #7C6CD0;
    border: none;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;

}


.sidebaritem4
{
    width: 130px;
/*    background-color: #D6CFF9;*/
    color: #7C6CD0;
    border: solid 1px #7C6CD0;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 3px;

}


.sidebaritem6
{
    width: 610px;
/*    background-color: #D6CFF9;*/
    color: #7C6CD0;
    border: solid 1px #7C6CD0;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 3px;

}


.sidebaritem5
{
    width: 130px;
/*    background-color: #D6CFF9;
    color: #7C6CD0;*/
    border: 0;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 3px;

}


.sidebaritem3
{
    width: 130px;
    background-color: #ffffff;
    color: #ffffff;
    border: none;
    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;
}


.sidebaritembuy
{
    width: 130px;
    background-color: red;
    color: #7C6CD0;
		border: none;
    font-size: 28px;
    padding: 10px 0px 10px 2px;
    margin-bottom: 3px;

}


.horiz2
{
		color: #FFFFFF;
		background-color: red;
    font-weight: bold;
	width: 124px;
	float: right;
	text-align: center;
}

.footer
{
	color:#FFFFFF;
	background-color:#660099; /*changed from DCD9ED*/
	font-size: 10px;
	font-family: verdana, helvetica, sans-serif; 
/*	
	font-face: tahoma;
*/	
	text-align: center;
}