/* CSS Document */
body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}

p.center {
	text-align: center;
}

h2 {
	font-size: 18px;
}

/* table for News */
table.news {
	margin: 0 auto;
	width: 900px;
	border: 15px solid white;
	border-collapse: collapse;
}
td.news {  /* use for a row with only 1 column (like 2 images side by side */
	padding: 20px;
	width: 390px;
	vertical-align: top;
}
td.news2 {   /* use for 2 columns*/
	padding: 20px;
	vertical-align: top;
}

img.center {
	text-align: center;
}

/* END table for News */

/* horizontal rule */
hr.news {
	width: 60%;
	text-align: center;
	margin-bottom:15px;
}

/* NAVIGATION */
a:link {
	color: #33FF00;
	text-decoration: underline;
}
a:visited {
	color: #33FF00;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #33FF00;
	text-decoration: underline;
}
		

/* Red for MacD signature */
.red {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}


/* styles for gallery page */ 

div.center {
	text-align: center;
}

p.gal_date {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
	text-align: left;
}
/* tables for gallery */
table.gallery {
	margin: 0 auto;
	width: 950px;
	border: 1px solid white;
	border-collapse: collapse;
}

td.gallery {
	width: 158px;
	min-height: 123px;
	text-align: center;
}
img.gallery {
	margin: 4px 2px;
	border: 2px outset white;
}
/*for single images that need a margin on the left - used on sponsor page April*/
p.leftmargin {
	margin-left: 20px;
}

.names {
	margin: 0 auto;
	margin-bottom: 5px;
	width: 950px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

.info {
	font-size:12px;
	font-style:italic;
}
