@charset "utf-8";

body {background-color:#666666;font-family:Arial, Helvetica, sans-serif;font-size: 11px;}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Headertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

.Headertitlesmallblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #0C9CD5;
	}

#container {
	background-color: #FFFFFF;
	height: auto;
	width: 915px;
	margin:0 auto;
}

#top {
	background-color: #999999;
}

#menu {
	background-image: url(images/header_back.gif);
	background-repeat: repeat-x;
	height: 34px;
}

#headertitle{
	background-image: url(images/header_back.gif);
	background-repeat: repeat-x;
	text-align:left;
	text-transform:uppercase;
	padding-left: 10px;
	padding-top: 2px;
	height: 20px;
}

#content_left{
	background-color: #FFFFFF;
	float: left;
	width: 690px;
}

#content_left_1{
	background-color: #FFFFFF;
	float: left;
	margin: 5px;
	padding: 0px;
	width: 370px;
	height: 580px;
	border-style: solid;
	border-color:#0C9CD5;
	border-width: thin;
}

#content_left_2{
	background-color: #FFFFFF;
	margin-top: 5px;
	padding-top: 0 px;
	float: left; 
	height: 580px;
	width: 300px;
	border-style: solid;
	border-color:#0C9CD5;
	border-width: thin;
}

#content_right{
	background-color: #FFFFFF;
	width: 211px;
	height: 580px;
	margin: 5px;
	padding-top: 0px;
	float: right; 
	border-style: solid;
	border-color:#0C9CD5;
	border-width: thin;
}

/* PROGRAM */
#program_container{
	background-color: #FFFFFF;
	width: 890px;
	height: 800px;
}

#iframe {
width: 915px;
}


#program_left_1{
	background-color: #FFFFFF;
	float: left;
	margin: 5px;
	padding: 5px;
	width: 500px;
	border-style: solid;
	border-color:#0C9CD5;
	border-width: thin;
}

#program_right{
	background-color: #FFFFFF;
	width: 280px;
	margin: 5px;
	padding-top: 0px;
	float: right;
	border-style: solid;
	border-color:#0C9CD5;
	border-width: thin;
}

#footer{
	clear:both;
	background-color: #FFFFFF;
}
.headertextblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0C9CD5;
}
.Headertitlesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
