@charset "UTF-8";
/* CSS Document */

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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-color: #2F5AAB;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
}
a {
	color: #9ABEFF;
	text-decoration: none;
}
#header img {
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.speakerText {
	font-size: 1.3em;
	font-weight: bold;
}
.organizationText {
	font-size: .85em;
	font-weight: bold;
}
#largeContainer {
	width: 100%;
	margin: 0 auto;
	backgroud-color:#ffffff;
	background-image: url(images/bgswoop2.png);
	background-repeat: no-repeat;
	background-position: top;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.titleText  {
	font-size: 1.5em;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50;
}
#flashcontent {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-decoration: none;
}
#furtherInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #2F56A1;
}
#flashcontent a {
	text-decoration: underline;
	font-weight: bold;
}
#videoTable a {
	color: #2F56A1;
	font-weight: bold;
	text-decoration: none;
}
#videoTable .bodyText {
	color: #333333;
	font-size: .9em;
}
#mainContent {
	padding: 0 20px;
}

#footer {
	padding: 0 10px;
	background-image: url(images/footerGraphic.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer   a:hover {
	color: #FFFFFF;
}
#footer a:hover {
	font-weight: bold;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 0.8em;
	color: #99CCFF;
}



#videoTable {
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	width:100%;
	background-color: #FFFFFF;
	border: 1px solid #3869C2;
	font-size: 1.1em;
	color: #2D5499;
}
#header img {
	padding-top: 0px;
	padding-bottom: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.theme {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.1em;
}
#previousNext {
	padding-top: 25px;
	padding-bottom: 20px;
	text-align:center;
	}
#arabic_button {
	text-align:center;
	padding-top:10px;
	}
