@charset "utf-8";
/* CSS Document */

/* This design is Copyrighted by Scouts Canada Inc. Duplication in whole or part is strictly prohibited */

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#000000;
	background-color:#DCDCB8;
	cursor:default;
}

img
{
	border:0px;
}

img.inline
{
	margin:5px;
}

img.poster
{
	border:1px solid #FFFFFF;
	margin-bottom: 5px;
}

ul
{
	margin-bottom:15px;
}

a
{
	color:#000066;
	text-decoration:underline;
	cursor:pointer;
}

a:hover
{
	color:#0000CC;
	text-decoration:none;
}

a.design
{
	color:#FFFFFF;
	text-decoration:none;
}

table
{
	border:0px;
	padding:5px;
	border-collapse:collapse;
}

td
{
	vertical-align:top;
}

p
{
	margin-top:0;
}

#quicklinks
{
	text-align:center;
	font-size:13px;
	font-weight:bold;
}

#contentContainer
{
  margin: 0 auto;
  width:780px;
}

#header
{
	border:1px solid #FFFFFF;
	width:780px;
	height:120px;
	padding:0px;
}

#navigation
{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width:780px;
	height:55px;
	background-color:#003264;
	color:#FFFFFF;
	font-size:10px;
}

#midContainer
{
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color:#FFFFFF;
	clear:both;
	width:780px;
	background-image:url("../files/template/generic/posterrun.jpg");
	background-repeat:repeat-y;
}

#posterboard
{
	float:left;
	width:150px;
	background-color:#003264;
	vertical-align:top;
	color:#FFFFFF;
}

#mainbody
{
	margin-left:151px;
	width:606px;
	background-color:#FFFFFF;
	background-image:url(../files/template/generic/curvecorner.jpg);
    background-repeat: no-repeat;
    background-position: top left;
	padding:10px;
	vertical-align:top;
}

#footer
{
	width:770px;
	height:25px;
	padding-right:10px;
	padding-top: 10px;
	border: 1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:x-small;
	background-image:url(../files/template/generic/footer.png);
	clear:both;
}

#footInfo
{
	padding-top:10px;
	padding-bottom:15px;
	font-size:x-small;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px dotted #000000;
}

#creds
{
	font-size:x-small;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	left:430px;
	top:3px;
	align:middle;
	float:left;
}

#frontpageWrapper
{
	align:middle;
	width:594px;
	margin: 0 auto;
}

input.creds
{
	padding:1px;
	width:75px;
	font-size:10px;
}

h2
{
	color:#990000;
	font-size:large;
	margin-top:0;
}

h3
{
	color:990000;
	font-size:medium;
	font-weight:bold;
	margin-top:0;
}

input
{
	border:1px solid #990000;
	background-color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	padding:5px;
}

input:hover
{
	background-color:#FFCACA;
}

input.submit
{
	background-color:#FFCACA;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	background-color:#FF6464;
}

fieldset
{
	border: 1px dotted #990000;
	padding:10px;
	margin-top:10px;
	margin-bottom:20px;
}

fieldset:hover
{
	border: 1px solid #990000;
}

legend
{
	border: 1px solid #990000;
	padding:10px;
	font-size:medium;
	font-weight:bold;
}
