﻿
/* ID Selectors - to distinguish a single item from other items on a single page */

   /* Ex) #footer */


/* Class Selectors - to apply the same properties multiple items in one or more pages */

.PageDiv_Style {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

.VideoContainer {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
}

.VideoLeftPane {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #C0C0C0;
}

.VideoCenterPane {
	margin-right: 200px;
	margin-left: 200px;
	background-color: #0000FF;
	text-align: center;
}

.VideoRightPane {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #008080;
}

.BodyContainer {
	position: relative;
	width: 100%;
}

.BodyLeftPane {
	position: absolute;
	width: 50%;
	left: 0px;
	background-color: #C0C0C0;
}

.BodyRightPane {
	position: absolute;
	width: 50%;
	right: 0px;
	background-color: #008080;
}

.TextCenterAlign {
	text-align:center
}

/* Element Selectors - to modify all instances of these html elements */

a:link {
	color: #993300
} 

a:visited {
	color: #CC9900
}

body {
	margin: 0; 
	background-image: url('_themes/lrr-theme/exptextb.jpg');	
}

h1 {
	font: normal normal bold x-large serif;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
}

h2 {
	text-align: left
}
 
h3 {
	text-align: left
}
 

hr {
	width: 60%;
	height: 1px;
}

li {
	padding-bottom: 15px;
}

p {
	text-align: left
}

ul {
	text-align:left
}