body
{
	font: normal 16px/normal arial;
	background-color: #000000;
	color: #99FF99;
	text-decoration: none;
	margin-left: 50%;
}

/* these are the font styles for the links that appear on your web page */
a:link {font: bold 13px arial; color: #116B27; text-decoration: none;} 
a:active {font: bold 13px arial; color: #670968; text-decoration: none;}
a:visited {font: bold 13px arial; color: #116B27; text-decoration: none;}
a:hover {font: bold 14px arial; color: #670968; text-decoration: underline;}/*this one changes the mouseover or hover state of the link*/
.underlinelink {
	text-decoration: underline;
}

.tablegallery {
	background-position: center;
	text-align: center;
}

.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: 1px none #807395;
}

.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;
}

.logo
{
	position:absolute;
	width:720px;
	top:0px;
	left:0px;
	text-align: right;

}

.nav
{
	position:absolute;
	width:120px;
	top:200px;
	left:0px;
	margin: 5;
}

.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:600px;
	top:120px;
	left:120px;
	padding: 0px;
	font-size: 14px;
	color: #116B27;
	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: 18px;
	padding: 2px;
	margin-bottom: 3px;
	border-top: 1px none #660C67;
	border-right: 1px none #660C67;
	border-bottom: 1px none #660C67;
	border-left: 1px none #660C67;
	text-align: right;
	color: #670968;

}
.horiz
{
    color: #4B1A95;
    font-weight: bold;
	width: 124px;
	float: left;
	text-align: center;
}

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