@charset "UTF-8";
body  {
	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;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 80%;
	line-height: 130%;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}
h1 {
	color: #FF3399;
	font-variant: small-caps;
	font-size: 120%;
}
html {
	background-color: #FFFFFF;
}
p {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/sidebargrey.png);
	background-repeat: repeat-y;
} 
.footernote {
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
	text-align: right;
	float: right;
}
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FF00CC;
	background-image: url(images/flamingo1.jpg);
	height: 150px;
	width: 780px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #CCCCCC;
	background-image: url(images/flamingo2.png);
	background-repeat: repeat-y;
	height: 450px;
	padding-top: 30px;
	padding-bottom: 15px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.bold {
	font-weight: bold;
	color: #FF3366;
}
h3 {
	color: #FF6600;
}
.twoColFixLtHdr #footer {
	background-image: url(images/flamingo4.png);
	height: 43px;
	background-color: #FFFFFF;
} 
#movie {
	padding-top: 18px;
	padding-right: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
	text-align: center;
	width: 260px;
	height: 240px;
	margin-bottom: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #FF4B00;
	border-right-color: #FF3399;
	border-bottom-color: #000000;
	border-left-color: #666666;
	background-color: #FFFFFF;
}
.fltlfttext {
	float: left;
	margin-right: 5px;
	text-align: left;
	width: 260px;
	height: 400px;
	margin-bottom: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #FF41A0;
	border-right-color: #FF6600;
	border-bottom-color: #666666;
	border-left-color: #FF41A0;
	overflow: scroll;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	color: #E33F00;
	font-variant: small-caps;
	font-size: 110%;
}
a {
	color: #000000;
}
#nav-vert {
}
#nav-vert li {
	list-style-type: none;
	color: #FF6600;
}
#nav-vert ul {
	margin: 0px;
	padding: 0px;
}
#nav-vert a {
	font-weight: bolder;
	display: block;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 20px;
	padding-left: 20px;
	width: 110px;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}
#nav-vert a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
}
#nav-vert a:visited {
	color: #666666;
}
