@charset "utf-8";

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px;
	padding: 0px;
	border: 0;
}
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;
	font-family: "Trebuchet MS";
	font-size: 13px;
	background-color: #d6d2c8;
	color: #000000;
	background-image: url(/images/culture_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
.footer {
	font-size: 11px;
	line-height: 18px;
	color: #000;
}
a:link {
	color: #025097;
}
a:visited {
	color: #025097;
}
a:hover {
	color: #038CB4;
}
a:active {
	color: #025097;
}

.title {
	font-size: xx-large;
	color: #000000;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 3px;
	padding-top: 10px;
	padding-bottom: 3px;
}
#container {
	width: 990px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
} 
#header {
	height: 98px;
	width: 990px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: repeat-x;
} 
#navigation {
	float: none;
	height: 42px;
	width: 990px;
	position: absolute;
	left: 0px;
	top: 98px;
}
#mainContent {
	margin-top: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	top: 165px;
	position: absolute;
	float: left;
	left: 105px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.5em;
	width: 380px;
} 

#mainContent p {
	line-height: 1.5em;
	margin-bottom: 10px;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#mainContent ul {
	margin-top: 8px;
	margin-bottom: 18px;
	font-weight: bold;
	list-style-type: square;
	list-style-position: outside;
	padding-left: 12px;
	margin-left: 2px;
}
.listedit {
	width: 440px;
	margin-left: 30px;
}

#mainContent ul li {
	margin-bottom: 5px;
	list-style-type: square;
}



h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #000;
	line-height: 120%;
	margin-bottom: 5px;
}


h3 {
	font-size: 18px;
	color: #003366;
	line-height: 120%;
	margin-bottom: 10px;
}
h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
	color: #003366;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
#mainContent table {
	margin-left: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px dotted #999;
	background-color: #333;
}
#videobox {
	margin-top: 5px;
	margin-left: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px dotted #999;
	background-color: #333;
	float: right;
	margin-bottom: 25px;
	padding: 3px;
}
.teamlogos {
	background-color: #D6D2C8;
	width: 525px;
	text-align: center;
	margin-left: 135px;
}


.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;
}

hr {
	margin: 0px;
	padding: 0px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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;

}
#rotation {
	float: none; /* since this element is floated, a width must be given */
	width: 990px;
	position: absolute;
	left: 0px;
	top: 140px;
}
form {
	margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 5px;
	line-height: 15px;
	padding-top: 5px;
}
button {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #006699;
	background-color: #003366;
	color: #FFFFFF;
}
#minibox {
	position: absolute;
	width: 325px;
	top: 45px;
	left: 325px;
	padding: 15px;
	background-color: #D2E8F7;
	border: 1px solid #FFFFFF;
}
#logos {
	width: 317px;
	top: 174px;
	left: 480px;
	height: 123px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
#loginbox {
	float: none; /* since this element is floated, a width must be given */
	width: 250px;
	position: absolute;
	left: 350px;
	top: 175px;
	height: 250px;
	background-color: #D2E8F7;
	border: 1px solid #003366;
}
#leftspace {
	padding-left: 285px;
}
.videotitle {
	font-size: 14px;
	color: #036;
	text-align: center;
	font-weight: bold;
}

#associates {
	width: 850px;
	position: absolute;
	left: -302px;
	top: 622px;
	height: 250px;
	text-align: center;
	line-height: 18px;
	font-size: 13px;
}
.floated-box {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #EDEBE7;
	padding: 10px;
	width: 460px;
	border: 1px solid #630;
}
blockquote {
	/*	font-size: 0.9em;*/
	color: #0052A4;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #766100;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	margin-right: 0;
	margin-bottom: 1.3em;
	margin-left: 1.5em;
	padding-right: 2em;
	padding-bottom: 0;
	padding-left: 0.5em;
	width: 525px;
	margin-top: 1em;
}
#mainContent img {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 15px;
}

#rotate {
	width: 420px;
	position: absolute;
	left: 400px;
	top: 15px;
	height: 500px;
	border: 1px solid #333;
}

