/*
Style Sheet for FireFox, NetScape and Opera Browsers

Bart Fletcher
CSS Style Sheet By Mark Michael Designs
www.markmichaeldesigns.com 
------------------------------------------------------*/

.body {
	margin: 0px;
	background-color: #000000;
	font-size: 11px;
	font-family: "arial", "verdana", "tahoma", sans-serif;
	color: #eeeeee;
}

.top	{
	background-image: url(images/top.png);
	width: 900px;
	height: 103px;
	background-repeat: no-repeat;
}

.left	{
	background-image: url(images/left.png);
	width: 136px;
	height: 392px;
	background-repeat: no-repeat;
}

.right	{
	background-image: url(images/right.png);
	width: 135px;
	height: 392px;
	background-repeat: no-repeat;
}

/*  Content Pages
------------------------------------------------------*/

.contentbg{
	background-image: url(images/inside2.png);
	width: 629px;
	height: 392px;
	background-repeat: no-repeat;
}

.homebg{
	background-image: url(images/home1.png);
	width: 629px;
	height: 392px;
	background-repeat: no-repeat;
}


.divframe	{
	width: 530px;
	height: 300px;
	position: relative;
	top: 45px;
	overflow: auto;
}

.padding	{
	padding-left: 10px;
	padding-right: 10px;
}


/*  Text Formatting  
------------------------------------------------------*/

.standardfont	{
	font-size: 11px;
	font-family: "arial", "verdana", "tahoma", sans-serif;
	color: #eeeeee;
	background-color: inherit;
}

.standardfontbold	{
	font-size: 11px;
	font-family: "arial", "verdana", "tahoma", sans-serif;
	font-weight: bold;
	color: #eeeeee;
	background-color: inherit;
}


/*  Bottom Links - MM Link Rollover   
------------------------------------------------------*/

.mmlink	{
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-family: "arial", "verdana", "tahoma", sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: inherit;
}

.mmlink a:link { 
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-family: "arial", "verdana", "tahoma", sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: inherit;
}

.mmlink a:visited {
	text-decoration: none;
	text-align: center;
	font-size: 11x;
	font-family: "arial", "verdana", "tahoma", sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: inherit;
}

.mmlink a:hover {
	text-decoration: none;
	text-align: center;
	font-size: 11x;
	font-family: "arial", "verdana", "tahoma", sans-serif;
	font-weight: bold;
	color: #c0c0c0;
	background-color: inherit;
}

.mmlink a:active {
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-family: "arial", "verdana", "tahoma", sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: inherit;
}


/*  LINKS 
------------------------------------------------------*/

.link	{
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-family: "arial", "verdana", "tahoma", sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: inherit;
}

.link a:link { 
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-family: "arial", "verdana", "tahoma", sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: inherit;
}

.link a:visited {
	text-decoration: none;
	text-align: center;
	font-size: 11x;
	font-family: "arial", "verdana", "tahoma", sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: inherit;
}

.link a:hover {
	text-decoration: none;
	text-align: center;
	font-size: 11x;
	font-family: "arial", "verdana", "tahoma", sans-serif;
	font-weight: bold;
	color: #c0c0c0;
	background-color: inherit;
}

.link a:active {
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-family: "arial", "verdana", "tahoma", sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: inherit;
}


