/* styles for links */

a:link {
	color: #3BBACB;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
a:hover {
	color: #6A477D;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
a:active {
	text-decoration: none;
	color: #3BBACB;
	font-weight: bold;
	font-size: 1em;
}
a:visited {
	text-decoration: none;
	color: #3BBACB;
	font-weight: bold;
	font-size: 1em;
}
a:visited:hover { 
    color: #6A477D; 
    text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

/* positioning page elements and graphics */

.menu {
	height: 30px;
	width: 655px;
	position: absolute;
	top: 550px;
	left: 300px;
	font-size: 10pt;
	color: #000000;
	text-align: right;
	margin-bottom: 50px;
	vertical-align: top;
}
.watchnewvideo {
	height: 40px;
	width: 75px;
	position: absolute;
	top: 400px;
	left: 300px;
	vertical-align: top;
}
.maintext {
	width: 625px;
	top: 100px;
	left: 350px;
	margin-right: 40px;
	height: 430px;
	text-align: center;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	overflow: auto;
	position: absolute;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
}
.maintextwide {
	width: 880px;
	top: 100px;
	left: 95px;
	margin-right: 30px;
	height: 430px;
	text-align: center;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	overflow: hidden;
	position: absolute;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
}

.pagefooter {
	height: 24px;
	width: 293px;
	position: absolute;
	left: 512px;
	top: 588px;
	vertical-align: top;
	text-align: center;
	z-index: 200;
}

/* Text formatting */
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.1em;
}

.normaltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.pagetitle {
	width: 390px;
	position: absolute;
	left: 450px;
	top: 15px;
	vertical-align: middle;
}

.violet {
	color: #AE7AA9;   /* violet */
	margin-left: 2px;
}
.light {
	color: #FFFFFF;
	}
.rightalign {
    text-align: right;
}
.center {
    text-align: center;
}
.centertextformat {
    color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}
.regulartextformat {
    color: #FFFFFF;
	font-size: 12px;
}
.fineprint {
	font-size: 10px;	
}


/* The About page */

.about {
	text-align: right;
	width: 450px;
	left: 525px;
	line-height: 1.7em;
    padding-right: 15px;
}

/* The News page */

.newsentry  {
	font-size: 13px;
	background-image: url(images/horizontal_line.gif);
	background-position: right bottom;
	padding-bottom: 35px;
	padding-left: 50px;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 15px;
	line-height: 1.7em;
}

.newsdate  {
	font-size: 1.5em;
	color: #AE7AA9;  /* violet */
}

.newsgreeting  {
	font-size: 1.6em;
}

.newsentry a:link, .about a:link {
	color: #F2B3FF;  /* pink */
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
.newsentry a:hover, .about a:hover {
	color: #6A477D;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
.newsentry a:active, .about a:active {
	text-decoration: none;
	color: #F2B3FF;  /* pink */
	font-weight: bold;
	font-size: 1em;
}
.newsentry a:visited, .about a:visited {
	text-decoration: none;
	color: #F2B3FF;  /* pink */
	font-weight: bold;
	font-size: 1em;
}
.newsentry a:visited:hover, .about a:visited:hover { 
    color: #6A477D; 
    text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

/* The Press page */

.pressentry  {
	font-size: 13px;
	background-image: url(images/horizontal_line2.gif);
	background-position: center bottom;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 20px;
	line-height: 1.7em;
}

