body {
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
}

.contentPositioning {
	display: block;
	height: 280px;
	margin: 20px;
	overflow: hidden;
	text-align: left;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	background-color: transparent;
}

.siteImage 
{
	border: 1px gray solid;
	float: right;
}

a, a:link, a:visited 
{
	color: teal;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: gray;
	font-weight: bold;
	text-decoration: underline;
}

a.menuLink, a:link.menuLink, a:visited.menuLink
{
	color: white;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

a:hover.menuLink 
{
	color: teal;
	font-weight: bold;
	text-decoration: underline;	
}

.reelImage 
{
	border: 1px solid gray;
	padding: 0px;
	margin: 0px;
}

.siteImage
{
	border: 1px solid gray;
	padding: 5px;
	margin: 0px;
}

#scrollerListContainer 
{
	background-color: gainsboro;
	width: 350px;
	height: 78px;
	margin: 0px;
	padding: 5px;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	overflow: hidden;
	white-space: nowrap;
}

#reelScroller 
{
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	height: 75px;
}

p.intro:first-letter {
font-size : 30px;
font-style: normal;
color : #FE373F; 
}

.siteTextPanel {
	position:relative;
	z-index: 2;
	margin: 0px;
	padding: 10px;
	border: 1px teal double;
	text-align: left;
	background-color: gainsboro;
}

.siteTextBackPanel 
{
	position:relative;
	z-index: 1;
	margin: 0px;
	padding: 10px;
	border: none;	
	background-color: teal;
	opacity:.25;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
}

.menu 
{
	text-align: left;padding: left: 20px;padding-right: 20px;font-size: 12px;font-weight: bold;;
}
li {
	list-style: circle;
	text-indent: 0px;
	padding-left: 5px;
}

.centerContent 
{
	position: relative;
	top: 30px;
}

.loginDenied {
	font-family: Arial, Helvetica, Verdana;
	font-size: 20px;
	font-weight: bolder;
	color: red;
}

