/* CSS Document */

body {
	background-color: #C3192F;
	color: #000;
	margin: 0 auto;
	font: 85% verdana, "trebuchet ms", arial, sans-serif;
	}

.left {
	background: transparent url(images/leftEdge.gif) right top repeat-y;
	}

.content, .photocontent {
	background: #FFF url(images/rightEdge.gif) top right repeat-y;
	padding: 20px;
	padding-right: 30px;
	}
	
.photocontent {
	text-align: center;
	}
	
.content img, .photocontent img {
	margin: 4px;
	}
	
img.border {
	border: 1px solid black;
	}
	
.footer {
	background: transparent url(images/footer.jpg) 1px top no-repeat;
	height: 35px;
	}
	
.sidebar {
	padding: 15px;
	text-align: center;
	}
	
.sidebar h3 {
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	}
	
.sidebar p {
	font-size: .7em;
	font-weight: bold;
	}
	
p {
	font-size: .8em;
	line-height: 1.4em;
	}
	
h1 {
	font-size: 1.5em;
	color:  #C3192F;
	}
	
h2 {
	font-size: 1em;
	color: #344287;
	text-transform: uppercase;
	}

table.phototable td {
	text-align: center;
	font-weight: bold;
	font-size: .7em;
	padding: 5px;
	}
	
table.phototable img {
	border: 1px solid black;
	}

table.smalltable{
	margin-left: 10px;
	}	

blockquote {
	background-color: #ddd;
	border: 1px solid #C3192F;
	padding: 7px;
	margin: 20px;
	font-size: .9em;
	}
	
p.small {
	font-size: .7em;
	}
	
.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}
	
table.bookingform td, table.sponsortable td, table.contactform td {
	font-weight: bold;
	font-size: .8em;
	padding: 5px;
	}

table.sponsortable td {

	}

.red {
	color: #C3192F;
	font-weight: bold;
	}
	
.blue {
	color: #344287;
	font-weight: bold;
	}
	
.white {
	color: #FFF;
	font-weight: bold;
	}
	
a:link, a:visited {
	color: #344287;
	}
	
.phototable a:link, .phototable a:visited {
	color: #344287;
	text-decoration: none;
	}
	
a:hover {
	color: #C3192F;
	}
	
.phototable a:hover {
	color: #C3192F;
	text-decoration: none;
	}
	
td.ncrright {
	background: transparent url(images/ncr/background.jpg) top right no-repeat;
	}
	
table.ncrtable p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	}
	
table.ncrtable td {
	vertical-align: top;
	padding: 0 10px 0 0;
	}
	
div.learnmore {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	background: transparent url(images/ncr/learnMore.jpg) top left no-repeat;
	width: 183px;
	height: 256px;
	padding: 30px 0 10px 10px;
	margin: 0 0 0 25px;
	}

div.learnmore p {
	width: 165px;
	}
	
	
span.red {
	color: #9b4957;
	text-transform: uppercase;
}

p.intro {
	text-align: center;
	font-size: 12px;
	}
	
p.right {
	text-align: right;
	}
	
img.ncrmast {
	margin-top: -30px;
	}
