html, body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: #0021A5;
}

#page {
	width: 805px;
	margin: 8;
	background: #0021A5;
	align: left;
}

#header {
	height: 124px;
}

#main {
	width: 637px;
	margin-right: 8px;
	background: #C3DFFD;
}

#rightside {
	float: right;
	width: 160px;
	background: #0021A5;
}


.home-text {
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
  color: #0021A5;
}

.home-text a {
  color: #FF4A00;
  text-decoration: none;
}

.home-text a:hover {
  text-decoration: underline;
}

.content-text {
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
  color: #0021A5;
}

.content-text a {
  color: #FF4A00;
}

.content-text a:hover {
  color: #0000f0;
}

.content-smalltext {
  font-family: arial, helvetica, sans-serif;
  font-size: .85em;
  color: #0021A5;
}

.content-smalltext a {
  color: #FF4A00;
}

.content-smalltext a:hover {
  color: #0000f0;
}


.content-tinytext {
  font-family: arial, helvetica, sans-serif;
  font-size: .75em;
  color: #0021A5;
}

.content-tinytext a {
  color: #FF4A00;
}

.content-tinytext a:hover {
  color: #0000f0;
}


.content-bigtext {
  font-family: arial, helvetica, sans-serif;
  font-size: 1.65em;
  font-weight: bold;
  color: #0021A5;
}

.content-bigtext a {
  color: #0021A5;
}

.content-bigtext a:hover {
  color: #FF4A00;
}

