body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #C5DDF9;
	margin: 15px;
	line-height: 20px;
}

#logo {
	width: 735px;
	padding: 10px;
	border: 1px solid #6699CC;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

H1 {
	font-size: 36px;
	color: #003366;
	line-height: 30px;
}

H2 {
	font-size: 24px;
}

.watchButton {
	padding: 2px;
}

.mainContent {
	background-image: url(images/swoosh_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 150px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000000;
	border-left: 1px solid #6699CC;
	border-right: 1px solid #6699CC;
	background-color: #FFFFFF;
}

a:link , a:visited {
	text-decoration: underline;
	color: #CC0000;
}

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


