/* This CSS file is used in all 9 of the free simple templates at         */
/* www.bravenet.com.  Feel free to look at the templates themselves       */
/* to get an idea of how the various classes listed here can combine      */
/* to produce a wide variety of layouts.  (Classes are the entries        */
/* beginning with a '.')                                                  */

/* Note: The slash star combinations surround text that is to be          */
/*       marked a comment.  These just describe the CSS and are           */
/*       ignored by the browser.                                          */



dt {
 font-weight: bold;
 color: #83032A;
 margin-top: 10px;
}

dd {
	margin-top: 5px;
}


.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 1px #83032A;
}

.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;
}

.title
{
	/* padding all four sides of the div in order top, right, bottom, left */
	background-color: #83032A;
	color: #CFACA7;
	font-weight: bold;
	font-size: 36px;
	padding: 10px 20px 10px 20px;
	font: Arial, Helvetica, sans-serif;
}

.title2 
{
    color: #83032A;
    font-weight: bold;
    font-size: 18px;

}

.titlemargin
{
	margin: 10px 0px 10px 0px;
}

.subtitle 
{
	color: #83032A;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.contact
{
    width: 130px;
 	 font-size: 10px;
	 text-align: left;
    background-color: #F0DCD9;
	 color: Black;
    border: solid 1px #CFACA7;
    padding: 2px;
    margin-bottom: 3px;

}

.horiz
{
    color: #4B1A95;
    font-weight: bold;
	width: 124px;
	float: left;
	text-align: center;
}


.quotebox
{
	margin: 10px;
	padding: 10px;
	background-color: yellow;
	color: Black;
	text-align: left;
	font-size: x-small;
	border: thin solid Gray;
}

.keystroke
{
text-transform: uppercase;
font-weight: bold;
}

.highlight {
	background-color: yellow;
	font-weight : bold;
}

.product {
	font-weight: bold;
	text-decoration: underline;
}
.signup {
	width: 300px;
	text-align: center;
	font-size: smaller;
	font-weight: bolder;
	background-color: #FFFAF0;
	border: 1px solid #83032A;
}