/* 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.                                          */

body
{
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
}
/* these are the font styles for the links that appear on your web page */
a:link {
	color: #7C6CD0;
	font-weight: bold;
	text-decoration: none;
} 

a:active {
	color: #7C6CD0;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #7C6CD0;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #AF0020;
	text-decoration: underline;
}/*this one changes the mouseover or hover state of the link*/

p {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: small;
	}

h1 {
	color: #7C6CD0;
	font-weight: bold;
	font-size: 1em; 
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
}

ul {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: small;
}

ol {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: small;
}

dt {
padding-top:  10px;
	 font-weight: bold;
	color: #7C6CD0;
}
dd {
	 font-size: small;
	
}

.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 1px #7C6CD0;
}

.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
{
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #7C6CD0;
	color: #DCD9ED;
	border: solid 1px #7C6CD0;
	font-weight: bold;
	/* padding all four sides of the div in order top, right, bottom, left */
	padding: 10px 20px 10px 20px;
}


.title1 
{
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #DCD9ED;
	color: #7C6CD0;
	font-weight: bold;
	font-size:  2em;
}


.title2 
{
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #7C6CD0;
	font-weight: bold;
	font-size: 1.5em;
}

.title3 
{
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
    color: #7C6CD0;
    font-weight: bold;
    font-size: 16px;
}


.title4 
{
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
    /*width: 130px;*/
    background-color: #FFFFFF;
    color: #7C6CD0;
    border: solid 1px #7C6CD0;
    font-size: 12px;
    padding: 2px;
    margin-bottom: 3px;
}

.titlemargin
{
	margin: 10px 0px 10px 0px;
}

.subtitle 
{
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #7C6CD0;
    font-weight: bold;
    font-size: 14px;
}

.content
{
    /* this describes the container of the content paragraphs. */
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
	color: #000000;
    padding: 0px;
	margin: 0px;
}


.content2
{
    /* this describes the container of the content paragraphs. */
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
	color: #DCD9ED;
    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 */
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
    background-color: #FFFFFF;
    color: #DCD9ED;
    /*font-weight: bold;*/
    padding: 10px 0px 5px 0px;

}

.sidebaritem
{
	width: 130px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
   	font-size: 10px;
	background-color: #DCD9ED;
	color: #7C6CD0;
	border: solid 1px #7C6CD0;
	padding: 2px;
	margin-bottom: 3px;
}


.sidebaritem1
{
    width: 130px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
    background-color: #FFFFFF;
    color: #7C6CD0;
    border: solid 1px #7C6CD0;
    font-size: 10px;
    padding: 2px;
    margin-bottom: 3px;

}

.horiz
{
    color: #4B1A95;
    font-weight: bold;
	width: 124px;
	float: left;
	text-align: center;
}

.sidebaritem.first
{
    margin-top: 10px;
}

.footer
{
	background-color: #DCD9ED;
	font-size: 12px;
	text-align: center;
	clear: both;
}