/* CSS Document */

body {
	background-color: #003399;
	background-image: url(graphics/background.gif);
	font-family: "Trebuchet MS", Arial;
	color:#000000;
	font-weight:normal;
	font-size:15px;
	line-height:18px;
	}
	
#container { 
	margin:0 auto 0 auto; 
	width:1200px; 
	text-align:center; 
	position:relative; 
}

#videoLink {
	position:absolute;
	top: 35px;
	left: 340px;
	z-index: 1;
	} 	
	
#calendarLink {
	position:absolute;
	top: 35px;
	left: 540px;
	border: none;	
	z-index: 1;
	}
	
#downloadLink {
	position:absolute;
	top: 35px;
	left: 740px;
	border: none;	
	z-index: 1;
	}
	
.bodycopybabette {
	position:absolute;
	background-color:#FFCC99;
	font-family: "Trebuchet MS", Arial;
	color:#000066;
	text-align:left;
	font-style:italic;
	font-size:14px;
	top: 30px;
	left: 50px;
	width: 235px;
	z-index: 3;
	}
	
.bodycopybabette2 {
	position:absolute;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	text-align:left;
	color:#000000;
	top: 150px;
	left: 340px;
	width: 550px;
	height: 820px;
	z-index: 3;
	}
	
.style1 {
	color: #330066;
	font-style: italic;
	font-weight: bold;
}


.style2 {font-size: small}

.bold {
	font-weight:bold;
	}

.italic{
	font-style:italic;
	}
	
.bolditalic {
	font-weight:bold;
	font-style:italic;
	}
.blockquote {
	margin-left: 35px;
	margin-right: 35px;
	text-align:left;
	}

#circle {
	position:absolute;
	top: 130px;
	left: 300px;
	z-index: 1;
	}

#image1 {
	float: right;
	padding-top:10px;
	padding-left:14px;
	padding-right:0px;
	padding-bottom:10px; 
	z-index: 0;
	}
	
#image2 {
	float: center;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px; 
	z-index: 0;
	}
.pagelinks {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	z-index: 5;
}
	
/*links start */	
a.bottomlinks:link {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	font-weight: 800;
	color: #003399;
}

a.bottomlinks:active {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	font-weight: 800;
	color: #FF0000;
}

a.bottomlinks:visited {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	font-weight: 800;
	color: #003399;
}

a.bottomlinks:hover {
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	font-weight: 900;
	color: #FF0000;
}
a.lightlinks:link {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	color: #330066;
	font-style: italic;
	font-weight: bold;

}

a.lightlinks:active {
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	color: #330066;
	font-style: italic;
	font-weight: bold;
}

a.lightlinks:visited {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	color: #330066;
	font-style: italic;
	font-weight: bold;
}

a.lightlinks:hover {
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	color: #330066;
	font-style: italic;
	font-weight: bold;
}	
