﻿body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #333333;
}

h1 {
	margin: 0;
	font-weight: normal;
	font-size: 197%;
	color: #AD1112;
}

h2 {
	margin: 0;
	font-weight: normal;
	font-size: 167%;
	color: #AD1112;
}

h3 {
	margin: 0;
	font-weight: normal;
	font-size: 100%;
	font-weight: bold;
	color: #AD1112;
}

ul {
	line-height: 180%;
}

p {
	line-height: 180%;
}

a {
	color: #AD1112;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.centre {
	text-align: center;
}
.underline {
	text-decoration: underline;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 946px;
	margin: 0 auto;
}

/* Logo */

#logo {
	margin: 15px 0 0 0;
	float: left;
	width: 940px;
	height: 40px;
	padding: 5px 0 0 0;
}
#logo ul {
	width: 940px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #AD1011 url("../images/redline.jpg") repeat-x;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	list-style: none;
}
.wide25 {
	width: 25%;
}
#logo li {
	display: inline;
}

#logo a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 16px 0 16px;
	background: url("../images/redfill.gif") no-repeat;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.tableright {
	text-align: right;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	background: #fff;
}

#indent {
	padding: 0 0 0 70px;
}

/* Footer */

#footer {
	margin: 20px 0 0 0;
	height: 100px;
	text-align:center;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #AD1011;
}

#footer a {
	color: #AD1011;
}

/* beg Photo-Caption Zoom - Pure-CSS */

.Zright { float:right; margin:5px 0px 2px 10px; } 
.Zleft { float: left; margin:5px 10px 2px 0px; } 

.Zoom img { border: 1px solid #369; } 
.Zoom.t100 img { width:100px; } 
.Zoom.t150 img { width:150px; } 
.Zoom.t200 img { width:200px; } 
.Zoom.t250 img { width:250px; } 
.Zoom.t300 img { width:300px; } 
.Zoom.t350 img { width:350px; } 
.Zoom.t400 img { width:400px; } 
.Zoom.t450 img { width:450px; } 
.Zoom.t500 img { width:500px; } 
.Zoom.t550 img { width:550px; } 
.Zoom.t600 img { width:600px; } 

.Zoom .caption { display:none; } 

.Zoom a { padding:0px; } 
.Zoom a:hover { padding:0px; } /* IE picky here */ 
.Zoom a:visited { padding:0px; } 

.w100 a:hover .caption {width:100px} 
.w100 a:hover img {width:100px} 
.w150 a:hover .caption {width:150px} 
.w150 a:hover img {width:150px} 
.w200 a:hover .caption {width:200px} 
.w200 a:hover img {width:200px} 
.w250 a:hover .caption {width:250px} 
.w250 a:hover img {width:250px} 
.w300 a:hover .caption {width:300px} 
.w300 a:hover img {width:300px} 
.w350 a:hover .caption {width:350px} 
.w350 a:hover img {width:350px} 
.w400 a:hover .caption {width:400px} 
.w400 a:hover img {width:400px} 
.w450 a:hover .caption {width:450px} 
.w450 a:hover img {width:450px} 
.w500 a:hover .caption {width:500px} 
.w500 a:hover img {width:500px} 
.w550 a:hover .caption {width:550px} 
.w550 a:hover img {width:550px} 
.w600 a:hover .caption {width:600px} 
.w600 a:hover img {width:600px} 
.Zoom a:hover img { margin-bottom:5px;} 

.Zoom a:hover .caption { 
display:block; 
background:#eef; 
border:1px solid #339; 
font-family:verdana,sans-serif; 
text-decoration:none; 
text-align:justify; 
font-size:10pt; 
color:#339; } 

.Zoom a:hover .inner { 
display:block; 
padding:5px 8px; } /* no IEboxModelHack */ 

/* end Photo-Caption Zoom - Pure-CSS */ 



