﻿
body
{
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(img/background.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	color: #ffffff;
}
.BodyClass #container { 
	width: 800px;
	height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #3d83f5;
}

.BodyClass #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
}
h1
{
	font-weight: bold;
	font-size: 140%;
}
h2
{
	font-weight: bold;
	font-size: 120%;
}


.linkbar
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.linkbar a
{
	font-weight: bold;
	font-size: 110%;
	color: #3d83f5;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-right: #ff9966 1px solid;
	border-top: #ff9966 1px solid;
	border-left: #ff9966 1px solid;
	border-bottom: #ff9966 1px solid;
	background-color: #ffffff;
	text-decoration: none;
}
.linkbar a:hover
{
	color: #ffffff;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	background-color: #ffcc66;
}


a
{
	font-weight: bold;
	color: #ffcc66;
	text-decoration: none;
}

a:hover
{
	color: #ffffff;
}
.divImage
{
	background-color: #ffffff;
}
.transparent
{
	border-bottom: #ffcc66 2px solid;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.balloonicon
{
	background-image: url(img/balloonicon.png);
	width: 25px;
	background-repeat: no-repeat;
	height: 22px;
}
.box1
{
	border-right: #3399ff thin solid;
	border-top: #3399ff thin solid;
	background-image: url(img/peach_divider.png);
	border-left: #3399ff thin solid;
	border-bottom: #3399ff thin solid;
}
.box2
{
	border-right: #3399ff thin solid;
	border-top: #3399ff thin solid;
	background-image: url(img/green_divider.png);
	border-left: #3399ff thin solid;
	border-bottom: #3399ff thin solid;
}
.box3
{
	border-right: #3399ff thin solid;
	border-top: #3399ff thin solid;
	background-image: url(img/white_divider.png);
	border-left: #3399ff thin solid;
	border-bottom: #3399ff thin solid;
}