/* Standard text on a standard page */
body
	{
		color: black;
		font-family: Garamond, "Times New Roman", serif;
		backgraound-color: white;
	margin: 0; padding: 0;
	}

/* Header at level 1 */
h1
	{
		margin-left: 2.5%;
		color: #ff9C00;
		margin-top: 1em; margin-bottom: .5em;
		font-family: Arial, serif;
	}

/* Headers at lower levels */
h2,h3,h4,h5
	{
		margin-left: 3.75%;
		color: #ff9C00;
		margin-top: 1em; margin-bottom: .5em;
		font-family: Arial, serif;
	}

/* Special header for tables */
h6
	{
		margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0;
		color: #ff9933;
		font-weight: bold;
		font-variant: normal;
		font-style: normal;
		text-decoration: normal;
		font-size: .75em;
		font-family: Arial, serif;
		align: center;
	}

/* Text on the poster */
span.posterText
	{
		color: #ff9933;
		font-weight: bold;
		font-variant: normal;
		font-style: normal;
		text-decoration: normal;
		font-size: 1.2em;
		font-family: Geogia, serif;
		align: center;
	}

/* Paragraph */
p
	{
		font-family: Georgia, Verdana, sans-serif;
		margin-left: 5%;
		margin-right: 5%;
		align: left;
}
p.middlep {
  vertical-align: middle;
}
/* Paragraph for compressed table text */
p.comp
	{
		font-family: Georgia, Verdana, sans-serif;
		margin-left: 0;
		margin-right: 0;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		text-decoration: normal;
		font-size: .75em;
		margin-top: 0; margin-bottom: 0;
	}
/* Paragraph for messages */
p.msgP
	{
		display: inline;
	}

/* Items in lists */
li
	{
		font-family: Georgia, Verdana, sans-serif;
		margin-left: 5%;
		margin-right: 5%;
		text-align: left;
	}

/* Input fields in HTML forms */
input
	{
		color: black;
		font-family: Garamond, "Times New Roman", serif;
	}
input:hover
	{
		color: black;
		font-family: Garamond, "Times New Roman", serif;
		text-decoration: none;
	}
.errorField
	{
		color: white;
		background-color: red;
		font-family: Garamond, "Times New Roman", serif;
	}
p#fieldErr
	{
		color: red;
		font-weight: bold;
		font-family: Arial, sans;
		font-size: .75em;
	}
textarea
	{
		color: black;
		font-family: Garamond, "Times New Roman", serif;
	}
textarea:hover
	{
		color: black;
		font-family: Garamond, "Times New Roman", serif;
		text-decoration: none;
	}
select
	{
		color: black;
		font-family: Garamond, "Times New Roman", serif;
	}
select:hover
	{
		color: black;
		font-family: Garamond, "Times New Roman", serif;
		text-decoration: none;
	}

/* Links to other pages */
/* for unvisited links */
:link 		{ color: blue; text-decoration: underline; }
/* for visited links */
:visited 	{ color: #18274C; text-decoration: underline; }
/* when link is clicked */
:active 		{ color: #18274C; text-decoration: underline; }
/* when mouse is over link */
:hover 		{ color: #BF1139; text-decoration: underline; }

/* Pre-formatted text */
pre
	{
		font-family: "Courier New", Courier, monospace;
	}

/* Text to be emphasised */
em
	{
		color: #ff9933;
		font-weight: bold;
		font-variant: normal;
		font-style: normal;
		text-decoration: normal;
	}

/* Definition List */
dl
	{
		font-family: Georgia, Verdana, sans-serif;
		margin-left: 5%;
		margin-right: 5%;
		align: left;
	}
dt
	{
		font-weight: bold;
	}
img.borless {
	border: none;
}

/* Special rules for table displaying scout details */
#scoutable {
	font-family: Georgia, Verdana, sans-serif;
	text-align: left;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	text-decoration: normal;
	font-size: .75em;
	margin: 0; padding: 0;
}
/* Text box with background not border */
div.box
	{
    	background: #000099;
		padding: 0.5em;
		border: none;
		color: white;
		font-weight: bold;
	  }

/* Indent some text for whatever reason */
div.indent
	{
		margin-left: 1em;
		margin-top: 0;
		margin-bottom: 0;
	  }

/* News Headers and Text */
div.newshead
	{
		font-family: Arial, serif;
		font-weight: bold;
		font-size: 150%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		color: #ff9933;
	}
div.newstext
	{
		font-family: Georgia, Verdana, sans-serif;
		margin-left: 5%;
		margin-right: 5%;
		align: left;
	}

/* FAQ Headers and Text */
div.faqsection
	{
		font-family: Arial, serif;
		font-weight: bold;
		font-size: 175%;
		margin-left: 1.25%;
		margin-right: 1.25%;
		color: #ff9933;
	}
div.faqhead
	{
		font-family: Arial, serif;
		font-weight: bold;
		font-size: 150%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		color: #ff9933;
	}
div.faqtext
	{
		font-family: Georgia, Verdana, sans-serif;
		margin-left: 5%;
		margin-right: 5%;
		align: left;
	}

/* Page Header layout */
div#header {
    height: 35px;
    width: 100%;
    border-top: solid #ff9c00 5px;
    border-bottom: solid #FFF 1px;
    background-color: #ff9c00;
}
div#header ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}
div#header li {
    list-style-type: none;
    display: inline;
    padding: 20px;
}

/* The page itself */
div#body {
		clear: both;
		bgcolor: red;
}
/* Navigation bar links */
div#navbar li {
    list-style-type: none;
    display: inline;
    padding: 20px;
}
div#navbar a {
    text-decoration: none;
		font-weight: bold;
    color: #ffffff;
}
div#navbar a:link {
		font-weight: bold;
    color: #ffffff:
}
div#navbar a:visited {
		font-weight: bold;
    color: #ffffff;
}
div#navbar a:hover {
    color: #ff9933;
		font-weight: bold;
    background-color: #ffffff;
}

/* Sortable tables */
a.sortheader {
    background-color:#ffffff;
    color:#ff9933;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

/* header */
#header {
	position: relative;
	background: url(images/rallyBackground.png) repeat-x;
	height: 84px;
}
#header h1#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #CCC;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 5px;
}
/* footer */
#footer {
	clear: both;
	background: #FFF url(../images/footerbg.gif) repeat-x left top;
/*	border-top: 1px solid #F2F2F2; */
	border-top: 4px solid #808080;
	text-align: center;
	height: 50px;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
