﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;	
	margin-top: 20px;	
	font-weight: normal;
}

#wrapper
{
	background-color: #124e9d;
	background-image: url(../Images/background.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 50px;
	width: 825px;
	margin-left: auto;
	margin-right: auto;	
	color: #fff;	
	position: relative;
}

#header
{
	width: 331px;
	height: 194px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../Images/people.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	text-align: center;
	vertical-align: bottom;
}

#headerText1
{
	font-size: 20px;
	font-family: 'Helvetica 25 UltraLight', 'HelveticaNeue-UltraLight', Helvetica, Arial, Sans-Serif;
}

#headerText2
{
	font-size: 20px;
	font-family: 'Helvetica 45 Light', 'HelveticaNeue-Light', Helvetica, Arial, Sans-Serif;
}


#footer
{
	width: 825px;
	height: 174px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../Images/footer.png);
}

#mainHeadline
{
	font-size: 80px;
	font-family: 'Helvetica 25 UltraLight', 'HelveticaNeue-UltraLight', Helvetica,  Arial, Sans-Serif;
	text-align: center;
}

#strapline
{
	font-size: 30px;
	font-family: 'Helvetica 25 UltraLight', Arial, Sans-Serif;
	margin-top: 30px;
	text-align: center;	
	margin-bottom: 40px;
}

#content
{
	padding-left: 70px;
	padding-right: 70px;
	margin-bottom: 30px;	
}

#menu
{
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
	text-align: center;
}

#menu ul
{
	margin: 0;
	padding: 0;	
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	text-decoration: none;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}
#menu ul li a:hover
{
	text-decoration: underline;
}

#dailyPlan 
{
	width: 100%;
}

#dailyPlan th
{
	text-align: right;
	padding-right: 20px;
	width: 50px;
	font-weight: bold;	
}

.pageHeadline
{
	font-size: 18px;
}

#flashcontent
{
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;	
}

#content a
{
	text-decoration: none;
	border-bottom: dashed 1px #fff;
	color: #fff;
}

#content a:hover
{
		border-bottom: solid 1px #fff;
}

#rules
{
	list-style-type: decimal;
}

#web20
{
	width: 114px;
	height: 116px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-image: url(../Images/new.png);
}

.boo
{
	background-position: 0px -117px;
}