body {
    margin: 0;
    padding: 0;
	background-color: #FFFFFF;
	background-image: url(../img/add_bg.gif);
	color: #000000;
	font: small Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-position: right;
}
/* ******************************   */
/* *           Header           *   */
/* ******************************   */
#header {
	background-color: #be1400;
	background-image: url(../img/header_bg.gif);
	background-position: center;
	font-weight: bold;
	color: #FFFFFF;
}
#header a {
	font-weight: bold;
	color: #FFFFFF;

}
#header form {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
}
#header input {
	margin-top: 5px;
}

#header input.button {
	color: #000000;
	background-color: #CCCCCC;
}

/* ******************************   */
/* *    Navigation Styles       *   */
/* ******************************   */
#navigation {
	background-image: url(../img/nav_bg.gif);
	background-repeat: repeat-x;
}
#navigation ul {	
	list-style: none;
	padding: 3px 0;
	margin: 0 0 0 5px;
	width: 76em;
	height: 1.3em;
}
#navigation li {
	float: left;
	margin: 0 0.35em;
}
#navigation a {
	display: block;
	float: left;
	width:5em;
	height: 1.3em;
	line-height: 1.3em;
	background-color: #990000;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	color: #ffffff;
	text-decoration: none;
}

#navigation a.this {
	background-color: #660000;
}

#navigation a:hover {
	background-color: #990000;
	background-image:  url(../img/tabhover_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* ------------ Subnavigation Styles ------------ */
#subnav {
	text-align: center;	
}

#subnav ul {
	text-align: center;
	list-style: none;
	padding: 10px 0 0;
	margin: 0;
	white-space: nowrap;
	text-align: center;
}

#subnav li {
	display: inline;
	padding: 0 0.8em 0 1em;
	border-left: 1px solid #660000;
}

#subnav a{
	color: #990000;
	font-weight: bold;	
}

#subnav a:hover{
	text-decoration: underline;
	background-color: #FFFFFF;
}

#subnav li.first {border: 0; padding-left: 0}

hr.subnav {
	border: 1px solid #990000;
	width: 100%;
	height: 2px;
}

/* ********************   */
/* *       Main       *   */
/* ********************   */
#container {
	float: left;
	width: 100%;
	margin-right: -202px;
}

/* ******************************   */
/* *         Footer             *   */
/* ******************************   */
#footer {
	margin: 0 202px 8px 0;
	text-align: center;
}

hr.footer {
	border: 1px solid #990000;
	width: 100%;
	height: 2px;
	clear: both;
}

a.footer {
	color: #000000;
	text-decoration: none;
	
}

/* ******************************   */
/* *       Advertising          *   */
/* ******************************   */
#adverts {
	float: right;
	width: 200px;
}

.add {
	width: 160px;
	padding: 5px 10px;
	margin: 4px 0 8px 10px;
	background-color: #999999;
	border: 1px solid #000000;
}
#myadd {
	width: 160px;
	padding: 5px 10px;
	margin: 4px 0 8px 10px;
	background-color: #333333;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 100%;
}

/* ***********************************   */
/* *       Page Content Styles       *   */
/* ***********************************   */
#main {
	margin-right: 202px;
}

#content {
	padding: 10px;
	padding-left: 30px;
}

h1 {
	font-size: 200%;
	font-weight: bold;
	color: #990000;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #990000;
	margin-bottom: 0.2em;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #990000;
	margin-bottom: 0.2em;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
}

h5 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;

}

p {
	margin-top: 0.2em;
	margin-bottom: 0.8em;

}

a {
	color: #dd0000;
	text-decoration: none;
	
}

a:active  
{ text-decoration : underline; }

a:visited  
{ }
    	
a:hover  
{
	text-decoration : none;
	color: #FFFFFF;
	background-color: #990000;
}

#content ul li{
	list-style-position: outside;
	list-style-image: url(/img/bullet.gif);
	padding-bottom: 15px;
	padding-right: 30px;
	clear: left;
}

#content ul.normal li{
	list-style-position: outside;
	list-style-image: none;
	padding-bottom: 6px;
	padding-right: 30px;
	clear: left;
}

img.left {
	margin-right: 10px;
	text-align: left;
}

img.right {
	margin-left: 8px;
	text-align: right;	
}

#events th {
	color: #FFFFFF;
	background-color: #BE1400;

}

#events td {
	background-color: #f0ead9;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;

}

#nbevents td {
	background-color: #eeeeee;
}

.small {
	font-size: 80%;

}

.highlight {
	background-color: #CCFF33;
}

.unavailable {
	color: #999999;
}

fieldset.layout2 {
	border: 1px solid #999999;
	padding: 5px;
}

fieldset.layout2 legend {
	font-size: 120%;
	font-weight: bold;
	color: #990000;
}

.gallerypic {
	background-color: #eeeeee;
	text-align: center;
	margin: 2px;
	padding: 2px;
	float: left;
}

.quote {
	font-size: 110%;
	color: #333333;
	font-style: italic;	
}

input.mandatory {
	border: 1px solid #990000;
	padding: 2px 5px;
	
}

.errorMsg {
	font-weight: bold;
	color: #990000;
	border: 1px solid #990000;
	background-color: #eeeeee;
	padding: 5px 10px;
}

.errorMsg h2 {
	margin: 5px 0;
	padding: 0;

}

.invisible {
	display: none;
}

.total {
	border-top: double 1px #000000;
	font-weight: bold;
}


/* ******************************   */
/* *          Printing          *   */
/* ******************************   */
@media print
{
body {font-family: "Times New Roman", Times, serif;}

#header {display: none;}
#navigation {display: none;}
#navigation {display: none;}
#adverts {display: none;}
#subnav {display: none;}

#content {
	width: 100%;
	margin-right: 0px;
	padding: 0px
}

}

