div#pageSection {
	width:				770px;
    margin-left: 		auto;
    margin-right: 		auto;
}

div#topSection {
	clear:				both;
}

div#homeSection {
	float:				left;
	width:				170px;
	height:				120px;
	background-repeat: 	no-repeat;
}

div#titleSection {
	float:				left;
	width:				600px;
	height:				120px;
	background-repeat: 	no-repeat;
}

div#bodySection {
	clear:				both;
}

div#menuSection {
	float:				left;
	width:				170px;
	height:				600px;
}

div#contentSection {
	float:				left;
	width:				600px;
}

div#bottomSection {
	text-align:				center;
	clear:					both;
	width:					600px;
	height:					120px;
}


table.standard {
	padding:			0;
	border-width:   	0;
	border-spacing: 	0px;
	border-collapse: 	collapse; 	
	width:				100%;
}

a,p,li,td
{
	font-size:11.0pt;
	font-family:"Calibri","arial","sans-serif";
}
p.error,li.error,td.error
{
	font-size:11.0pt;
	font-family:"Calibri","arial","sans-serif";
	color: #900000;
}
a:link, a:visited
{	
	font-style: normal;
	font-weight: bold;
	color: #900000;
	text-decoration: none;
}
a:hover
{
	color: #F00000;
    font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

h1
{
	font-size:16.0pt;
	font-family:"Calibri","arial","sans-serif";
}
h2
{
	font-size:15.0pt;
	font-family:"Calibri","arial","sans-serif";
}
h3
{
	font-size:13.0pt;
	font-family:"Calibri","arial","sans-serif";
}
h4
{
	font-size:9.0pt;
	font-family:"Calibri","arial","sans-serif";
}
h5
{
	font-size:8.0pt;
	font-family:"Calibri","arial","sans-serif";
    font-weight: normal;
}

.FilmStrip{
	background:        		url(../content/videos/images/FilmStrip.png);
	background-repeat: 		no-repeat;
	width:					202px;
	height:					108px;
}
.FilmStripTop{
	background:        		url(../content/videos/images/FilmStripTop.png);
	background-repeat: 		no-repeat;
	width:					202px;
	height:					 20px;
}
.FilmStripBottom{
	background:        		url(../content/videos/images/FilmStripBottom.png);
	background-repeat: 		no-repeat;
	width:					202px;
	height:					 20px;
}
.FilmStripContent{
	position:				relative;
	top:					9px;
	left:					21px;
}
