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: #000000;
}
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:15px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 10px;
	background-color: #D3D3D3;
}
.twoColFixRtHdr #mainContent {
	margin-top: 10px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 0px;
	}
.twoColFixRtHdr #mainContent2 {
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 0px;
	text-align: center;
	width: 860px;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #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 */
}
.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;
}
.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;
}

.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
.smallwhitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.pinkbacground {
	background-color: #D4008D;
	border: thin dotted #666666;
}
.bottomborder {
	border-top: thin none #018ACF;
	border-right: thin none #018ACF;
	border-bottom: thin none #018ACF;
	border-left: thin none #018ACF;
}
.mindmapbackground {
	background-image: url(graphics/WMC.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.leftsideline {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0092D7;
	border-right-color: #0092D7;
	border-bottom-color: #0092D7;
	border-left-color: #0092D7;
	text-align: center;
}
.yellow_bkgrd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF00;
}
.green_bkgrd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #00CC33;
}
.blue_bkgrd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #3399FF;
}
.bluelarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.bigpink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #EF262C;
}
.videostreambackground {
	background-image: url(WMSC%20images/montage_homepage_border_video_highlights.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #CC0E3C;
}
.videostreambackground2 {
	background-image: url(WMSC%20images/tony_buzan_photo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #CC0E3C;
}
.bluelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.videostreambackground3 {
	background-image: url(images/crown%20plaza%20bahrain.jpg);
	background-position: center top;
	border: 1px solid #CC0E3C;
}
.bottomlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0066CC;
}
.sideline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.videogreyborder {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.photoborder {
	border: thick solid #999999;
}
.dragonWatermark {
	background-image: url(wmsc_images/DragonWatermark.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.TigerLogo {
	background-image: url(wmsc_images/Tigerlogo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	border: thin solid #000;
}
.Maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.HeaderTEXT {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
}
.Header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.LargeREDHEADER {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.tablewhiteBackground tr td table tr td .LARGEHEADER {
	text-align: center;
}
.BlackHEADER {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #000;
	text-align: center;
}
.MEMORYBOX {
	background-color: #FFFFEA;
	border: 1px solid #000;
}
.SMallBlackHEADER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.TitleREDHEADER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}
.tablewhiteBackground tr td table tr td .MEMORYBOX tr .TitleREDHEADER {
	text-align: center;
}
.tablewhiteBackground tr td table tr td .MEMORYBOX .TitleREDHEADER .RedHeader {
	text-align: center;
}
