body { /*sets styles for global document*/
	background-color: #000;
	color: #000;
	font-family: tahoma, verdana, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	}
table.bg { /*body of site*/
	border-right: 3px double #d40000;
	border-left: 3px double #d40000;
	background-color: #e1e1e1;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 880px;
}
#header {
	background-color: #e1e1e1;
	text-align: left;
	position: relative; top: 0; left: 0;
}
a:link { /*sets styles for links*/
	color: #c01c1d;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	}
a:visited {
	color: #c01c1d;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	}
a:hover { /*sets styles for links*/
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	}

a.smnav:link {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}
a.smnav:visited {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}
a.smnav:hover { /*sets styles for links*/
	color: #c01c1d;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}
a.mednav:link {
	color: #c01c1d;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	}
a.mednav:visited {
	color: #c01c1d;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	}
a.mednav:hover { /*sets styles for links*/
	color: #000;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	}
a.nav:link {
	color: #c01c1d;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	}
a.nav:visited {
	color: #c01c1d;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	}
a.nav:hover { /*sets styles for links*/
	color: #000;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	}

h1 { /*sets styles for h1*/
   color: #c01c1d;
   font-size: 24px;
   font-weight: bold;
   margin: 0.25em;
   padding: 0;
   }
a.brian:link { /*sets styles for links*/
 color: #000;
 font-size: 13px;
 font-weight: bold;
 text-decoration: underline;
}
a.brian:visited {
 color: #000;
 font-size: 13px;
 font-weight: bold;
 text-decoration: underline;
}
a.brian:hover {
 color: #ff0000;
 font-size: 13px;
 font-weight: bold;
 text-decoration: underline;
}
h2 { /*sets styles for h1*/
   color: #c01c1d;
   font-size: 28px;
   font-weight: bold;
   margin: 0px;
   padding: 0;
   }
h3 { /*sets styles for h1*/
   color: #000;
   font-size: 18px;
   font-weight: bold;
   font-style:italic; 
   margin: 0px;
   padding: 0;
   }

h6 { /*sets styles for h1*/
   background-color: #000;
   color: #c01c1d;
   font-size: 14px;
   font-weight: bold;
   margin: 0px;
   padding: 0;
   }

p { /*sets styles for paragraph*/
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 650px;
	text-align: left;
	margin: 0.5em;
	}
  
.disclaimer {
	font-size: 10px;
	}
img {
border: 0px;
	}

.left {
	float: left;
	}
fieldset {
text-align: left;
border: 1px solid #d40000;
width: 650px;
font-size: 12px;
padding: 5px;
}
legend {
font-size: 14px;
font-weight: bold;
}
.movieroom {
	color: #c01c1d;
	font-size: 18px;
	font-weight: bold;
}
.dash {
	border: 1px dashed #c01c1d;
}
.sitetitle { /*sets styles for site title*/ 
	color: #c01c1d; 
	font-size: 12px; 
	font-weight: bold; 
}

.sitedescription { /*sets styles for site description*/ 
	color: #000; 
	font-size: 12px; 
	font-weight: normal; 
}
.siteinfo { /*sets styles for site details*/ 
	color: #6c97b7; 
	font-size: 10px; 
	font-weight: normal; 
}
.sitedate { /*sets styles for date listed*/ 
	color: #6c97b7; 
	font-size: 10px; 
	font-weight: normal; 
}
.phlist { /*sets styles for phone number text in 2 col format*/ 
	color: #c01c1d; 
	font-size: 14px; 
	font-weight: bold; 
}


