/*SITE-WIDE STYLES*/

body {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #445F8E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #475884;
	
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #475884;
	text-align: center;
}
hr
{
	width: 80%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #475884;
	text-align: left;
}

#Header {
	position:relative;
	width:600px;
	height:72px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 5px;
	clear: both;
}

#Container
{
	position:relative;
	width:780px;
	height:auto;
	margin: 0px auto 5px;
	clear: both;
}

#Buttons {
	position:relative;
	left:0px;
	top:0px;
	width:780px;
	height:auto;
	margin: 5px auto 5px;
}


#test {
	position:relative;
	left:0;
	top:0;
	width:780px;
	height:20px;
	margin: 0px auto;
	background-color: #E0F2F4;
}

#footer {
	position:relative;
	width:780px;
	height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

#signature {
	position:relative;
	float:left;
	width:220px;
	height:20px;
	background-color: #E0F2F4;
}

#textlinks {
	position:relative;
	float:right;
	width:auto;
	height:20px;
}

#values {
	position:relative;
	float:right;
	width:auto;
	height:20px;
	margin-right: 4px;
	margin-left: 0px;
	background-color: #E0F2F4;
	vertical-align:middle;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #445F8E;
}

#info {
	position:relative;
	float:right;
	width:auto;
	height:20px;
	margin-right: 4px;
	vertical-align:middle;
	background-color: #E0F2F4;
}

#sd {
	position:relative;
	float:right;
	width:auto;
	height:20px;
	margin-right: 4px;
	vertical-align:middle;
	background-color: #E0F2F4;
}

#tools {
	position:relative;
	float:right;
	width:auto;
	height:20px;
	vertical-align:middle;
	background-color: #E0F2F4;
}

#footerSpacer
{
	height:20px;
	background-color: #E0F2F4;
	width: 200px;
	float: left;
	margin-right: -60px;
}

#Buttons #ButtonTable {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #E0F2F4;
}

.buttonSpace {
	margin-right: 5px;
}


.homeHeartStyle {
	background-color: #E0F2F4;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#homeHeartImage {
	position:relative;
	width:147px;
	height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

 #InfoText
{
	position:relative;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 5%;
	padding-left: 5%;
	visibility: visible;
	background-color: #E0F2F4;
}
li {
	list-style-type: circle;
	list-style-position: outside;
}
a.page:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #475884;
	text-decoration: none;
}
a.page:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #475884;
	text-decoration: none;
}
a.page:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #475884;
	text-decoration: none;
	background-color: #EEF2FF;
}
#homeLink {
	margin: 0px;
	padding: 0px;
}
.centred
{
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}
.superscript
{
	font-size: xx-small;
	vertical-align: super;
}
.bigText
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
}
#activationChant
{
	padding-right: 10px;
	padding-left: 10px;
	border: thin solid #445F8E;
}

.small
{
	font-size: 10px;
}
.middleText
{
	text-align: center;
}
.fives
{
	font-size: 36px;
	text-align: center;
}
#biggerFont
{
	font-size: 24px;
}

