/*Basic font definitions*/

a,p,li,td,h1,h2,h3,h4,h5{
	font-size:			11.0pt;
	font-family: 		"Calibri","Arial","Helvetica","sans-serif";
	font-style: 		normal;
	font-weight: 		normal;
	text-decoration: 	none;
	color: 				#000000;
}

a:link, a:visited{	
	font-weight: 		bold;
	color: 				#800000;
}
a:hover{
    font-weight: 		bold;
	color: 				#C00000;
}

h1{	
	font-size:			16.0pt;
	font-weight: 		bold;
}
h2{
	font-size:			13.0pt;
	font-weight: 		bold;
}
h3{
	font-size:			12.0pt;
	font-weight: 		bold;
}
h4{	
	font-size:			9.0pt;
}
h5{
	font-size:			8.0pt;
}

/*Page setup*/

#sectionPage {
	width:				800px;
    margin:				auto;
}

#sectionTop {
	background:        		url(../images/pages/PageTop.png);
	background-repeat: 		no-repeat;
	background-position:	0px 15px;
	clear:					both;
	width:					800px;
	height:					140px;
}


#sectionTitle {
	float:				right;
	position:			relative;
	top:				30px;
	left:				-1px;
}

#sectionBody {
	clear:				both;
}

#sectionMenu {
	float:				left;
	width:				200px;
	height:				600px;
}

#sectionContent{
	float:				right;
	width:				600px;
}

#sectionBottom {
	text-align:				center;
	clear:					both;
	width:					800px;
	height:					120px;
}

.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;
}
