﻿/* CSS layout */
p {
	color: #FF9900;
	font-size: medium;
	text-align: left;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-image: url('images/MCS-bkgrd.gif'); 
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
p.none {border-style:none}
p.dotted {border-style:dotted}
p.dashed {border-style:dashed}
p.solid {border-style:solid}
p.double {border-style:double}
p.groove {border-style:groove}
p.ridge {border-style:ridge}
p.inset {border-style:inset}
p.outset {border-style:outset}
p.hidden {border-style:hidden}
h1 {
	color: #FFFF00;
	font-size:large;
	padding:10px;
}
h2 {
	color:#FF3300;
	font-size:medium;
	padding: 10px;
}
h3 {
	color:#FF3300;
	font-size:medium;
	padding: 10px;	
}
h4 {
	color:#FF3300;
	font-size:small;
	padding: 10px;	
}
h5 {
	color:#FFF;
	font-size:small;
}
li {
	margin-bottom: 0px;
	font-size: large;
	vertical-align: top;
}
a {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:active {
	color: #FFFF00;
}
a:hover {
	color: #FF3300;
}
.uberlink {
	color: #FFFF00;
}
.w_gif {
	background-image: url('images/MCS-bkgrd-cell.gif');
	padding:10px;
}
.masthead_pic {
	width:1000px;
	height:125px;
	border:0;
}
.small-144 {
	border-style: solid;
	border-width: 2px;
	border-color: red;
}
.style_body1 {
	width:1000px;
	color: #FF9900; 
	background-color: #5B0707; 
	background-image: url('images/MCS-bkgrd.gif'); 
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	padding:2px;	
}
.style_list1 {
	color: #FF9900; 
	background-color: #5B0707; 
	background-image: url('images/MCS-bkgrd.gif'); 
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	list-style:none;
	padding:20px;	
}
.style_list2 {
	color: #FF9900; 
	background-color: #5B0707; 
	background-image: url('images/MCS-bkgrd.gif'); 
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	list-style:none;
	text-align:left;
	padding:20px;	
}
.style_table1 {
	color: #FF9900;
	border-collapse: collapse; 
	width:1000px;
	text-align:center;
/*	border-left: 1px solid #5B0707;
	border-right: 1px solid #5B0707;
	border: 1px solid #5B0707;
	border-style:ridge;
	border-bottom: 1px solid #5B0707; */;
	background-position: center;
}
.style_gallery_table {
	margin: 5px;
	vertical-align: top;
	color: #FFFFFF;
	background-color: #272727;
	background: transparent;
	width: 1000px;
	border-spacing: 0px;
	border-collapse: collapse;
/*	border-style: inset; */
}
.style_IMG {
	border-style: solid;
	border-width: 2px;
	border-color: black;
}
.style_gallery_IMG {
	border-style: solid;
	border-width: 2px;
	border-color: black;
	max-width: 750px;
	max-height: 750px;
	margin-bottom:40px;
	margin-right:0px;
}
.small-144 {
	border-style: solid;
	border-width: 2px;
	border-color: red;
	max-width:144px;
	max-height:144px;
}
.grid-heading {
	color: #FFCC00;
	border: solid black thin;
	font-size: medium;
	text-align: left;
}
.grid-left {
	border: solid black thin;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
.grid-right {
	border: solid black thin;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	font-style:italic;
}
.styleTextAlign-center {
	text-align: center;
}


