@charset "utf-8";


/* CSS Document */

h1 {
	font-size:36px;
	color: #CC0000;
	text-align: center;
	text-decoration: underline;

}

h2 {
	font-size: 18px;
	color: #FFFF00;
}

body {
	background-image: url(../images/background/bannervertical.jpg);
	background-attachment: fixed;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	font-size: 100%;
	color: #000099;
}
a:hover {
	color: #FFFF00;
	background-color: #0099FF;
}

a:link img {  /* this prevents the images having the link borders round */
    border:0px;
}
a:visited {
	color: #990000;
}

a:visited img{  
    border:0px;
}




.ssmgoc #container {
	width: 1000px;  /* this will create a container 90% of the browser width - changed to 1000px */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.ssmgoc #header {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-color: #4403FF;
}
.ssmgoc #header h1 {
	margin: 0;
	padding: 0px;
	color: #FF0000;
	text-align: left;
}
.ssmgoc #mainContent {
	background-color: #0099FF;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
}
.ssmgoc #footer {
	padding: 0 5px;
	background-color: #9AD3FE;
} 
.ssmgoc #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666666;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: right;
	font-size: 10px;
	font-style: italic;
}

.ssmgoc #footer a:hover {
	color: #003300;
	background-color: #9AD3FE;
}

p.centered_red {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: italic;
	color: #FF0000;
	background-position: center;
	text-align: center;
	position: static;
}

#mainContent p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	
}
.red-left-medium {
	font-size: 16px;
	color: #FF3333;
}
.style1 {
	font-size: 16px;
	color: #FF0033;
}
.medium-red {
	font-size: 16px;
	color: #FF0033;
}

td.palebackground {
    background-image: url(../images/background/palebackground.gif);
	background-position: center center;
	padding: 2px;
	border-collapse: collapse;
	border:1 
}.ssmgoc #container #mainContent h3 {
	font-size: 18px;
	color: #FFFF00;
}
.larger-black-centered {
	font-size: 14px;
	color: #333333;
	text-align: center;
}

.larger-black-centered-padding {
	font-size: 20px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}


table.runs {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(../images/background/mgwashout.jpg);
	background-attachment: fixed;
	width: 90%;
	left: 5%;
}



.ssmgoc #container #mainContent #memberstable {
	border: medium ridge #000099;
}
.ssmgoc #container #mainContent .img {
	margin: 10px;
	padding: 10px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
.large-yellow {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFF00;
	text-decoration: underline;
	text-align: center;
}
#fulltable td {
	background-color: #D9DACC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.table-centered td a {
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffCCCC;
	font-size: 18px;
	padding-bottom: 5px;
	
}
.image-border {
	margin: 10px;
	padding: 10px;
}

#members-left {
	background-color: #9F0;
	width: 200px;
	float:left;
	margin-right:2px;
}

#members-centre {
	background-color: #C00;
	width: 550px;
	float:left;
	margin-right:2px;
}
#members-right {
	background-color: #00F;
	float:left;
	width:200px;
	clear: none;
}
#members-second-line {
	background-color: #99F;
	width: auto;
	float: left;
	clear: both;
}

#members-page-holder {
	background-color: #FF0;
	padding: 10px;
	margin: 2px;
	border: medium groove #666;
}
#members-third-line {
	background-color: #F0F;
	clear: both;
	float: left;
	width:auto;
}
#members-bottom {
	background-color: #0F0;
	margin: 5px;
	padding: 5px;
	clear: both;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
