@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #78B5E2;
	background-image: url(images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 120%;
}
#header {
	background-image: url(images/Infocomm08header.jpg);
	height: 270px;
	width: 800px;
	background-repeat: no-repeat;
}
#contatiner {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 20px;
	border: 1px solid #BD1620;
}
#leftColumn {
	float: left;
	width: 195px;
	position: relative;
	padding: 10px;
}
#leftColumn li {
	display: block;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 4px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3E9F6;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #D3E9F6;
	background-color: #1B587C;
	font-weight: normal;
	color: #D3E9F6;
	width: 170px;
	font-size: 90%;
	line-height: 105%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#leftColumn a {
	color: #D3E9F6;
	text-decoration: none;
}
.smallcopy {
	font-size: 75%;
}
#midColumn {
	float: left;
	width: 330px;
	padding: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #BA161D;
}
#midColumn li {
	margin-left: 30px;
	list-style-type: square;
}

#rightColumn {
	float: right;
	width: 200px;
	position: relative;
	padding: 10px;
	margin-right: 5px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-top-color: #BA161D;
	border-right-color: #BA161D;
	border-bottom-color: #BA161D;
	border-left-color: #BA161D;
	color: #1B587C;
}
#rightColumn a {
	text-decoration: none;
	color: #003366;
}

#rightColumn li {
	display: block;
	list-style-type: none;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #44A1DA;
	padding: 2px;
	color: #003366;
	font-size: 90%;
	line-height: 110%;
}
.headline {
	font-size: 115%;
	font-weight: bold;
	color: #B41A22;
	line-height: 130%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B41A22;
}
#clear {
	clear: both;
}
#footer {
	width: 790px;
	margin-top: 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	padding: 5px;
	background-color: #3BA0D6;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #BB171E;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.leftImageFloat {
	float: left;
	margin-right: 8px;
}

.bold {
	font-weight: bold;
}
.rightImageFloat {
	float: right;
	margin-left: 6px;
}
#movie {
	text-align: center;
	margin: 10px;
}

