body {
	font-family:"Copperplate Gothic Light";
	font-size: 12px;
	color: #cc6633;
	line-height: 15px;
	border: #FFFFFF;
	text-transform: uppercase;
	background-color: #333333;
	/* margin-left: 50%; */
}

h1	{
	font-family:"Copperplate Gothic Light";
	font-size:18px;
	}

/* these are the font styles for the links that appear on your web page */
a:link {
	color: #cc6633;
	text-decoration: underline;
	
} 
a:active {
	color: #cc6633;
	text-decoration: none;
}
a:visited {
	color: #cc6633;
	text-decoration: underline;
}
a:hover {
	color: #cc6633;
	text-decoration: none;
}/*this one changes the mouseover or hover state of the link*/

.underlinelink {
	text-decoration: underline;
}

.table-black  {
	background:#000000;
	}
	
.table-grey	  {
	background:#333333;
	}


/*table	{
	background-color: #000000;
	}
*/
.text1 {
	font-family: "Copperplate Gothic Light";
	font-size: 12px;
	color: #cc6633;
	line-height: 15px;
	border: #FFFFFF;
	text-transform: uppercase;
}
.logo
{
	position:absolute;
	width:700px;
	top:0px;
	left:0px;
	text-align: right;

}

.nav
{
	position:absolute;
	width:200px;
	top:201px;
	left:-86px;
	margin: 5px;
}

.wrapper
{
	/* remove this to have the page load at full width */
    width: 720px;
	position: relative;
	left:-380px;
}

.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-weight: bold;
	font-size: 36px;
	padding: 10px 20px;
	background-image: none;
	height: 120px;
	width: 740px;
}

.title2 
{
	color: #670968;
	font-weight: bold;
	font-size: 18px;
	text-align: center;

}

.titlemargin
{
	margin: 10px 0px 10px 0px;
	background-color: #000000;
}

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

.content
{
	position:absolute;
	width:700px;
	/*
	top:124px;
	left:120px;
	*/
	padding: 0px;
	padding: 0px;
	border: none;
	text-align: left;
	margin: 0px;
}
.wrapper .content p {
	padding-left: 10px;
	margin-left: 10px;
}


p	{
	margin-left: 10px;
	padding: 10px;
	}

.sidebar
{
    width: 150px;
    height: 400px; /* remove this to allow different-sized sidebars */
    background-color: #000000;
    color: #4B1A95;
    font-weight: bold;
    padding: 10px 0px 5px 0px;

}

.sidebaritem
{
	background-color: #000000;
	font-size: 12px;
	padding: 2px;
	margin-bottom: 3px;
	text-align: right;
	color: #cc6633;
	border: 1px none #000000;
}
.horiz
{
    color: #4B1A95;
    font-weight: bold;
	width: 124px;
	float: left;
	text-align: center;
}

.footer
{
	background-color:#000000;
	font-size: 10px;
	text-align: center;
	width: 700px;
	left: 120px;
	color: #cc6633;
}
.smarterwebfooter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
