@charset "utf-8";
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;
}

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;
	background-image: url(/images/culture_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#container {
	width: 990px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	background-position: center top;
	background-color: #FFF;
} 
#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-right: 40;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 432px;
	position: absolute;
	width: 790px;
	float: none;
	left: 105px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.5em;
} 
#mainContent h2 {
	font-family: "Trebuchet MS";
	font-size: 21px;
	color: #000000;
}
#mainContent h3 {
	font-size: 21px;
	color: #003366;
}

#mainContent p {
	color: #000000;
}
#mainContent 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;
}

.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;
}
.footer {
	font-size: 11px;
	line-height: 18px;
	color: #000;
}

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;
}
h4 {
	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;
}
