/* CSS Document */

body {
	background-color: #336699;
	margin:0 auto;
	margin-top: 10px;
	width:770px;
}
#pageBox {
	width:770px;
	background: white;
	margin-right:10px;
	margin-bottom:10px;
	border: 1px solid #333333;
}
#pageRight {
	padding: 0px;
}
#header {
 width:770px;
 height:160px;
}
#headerLeft {
 width:240px;
 padding-left: 40px;
 height:160px;
 float:left;
}
#headerRight {
 width:470px;
 height:95px;
 padding-top:55px;
 padding-left: 20px;
 float:left;
 text-align:left;
}
.headerTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
}
.headerTitle a:link {
 color: #000000;
 text-decoration: none;
}
.headerTitle a:active {
 color: #000000;
 text-decoration: none;
}
.headerTitle a:hover {
 color: #0000FF;
 text-decoration: underline;
}
.headerTitle a:visited {
 color: #000000;
 text-decoration: none;
}
.headerMessage {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#pageContent {
	width:740px;
	padding: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#videoPlayerBox {
	width:360px;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #FFFFCC;
	float: right;
	border: solid #CCCCCC 1px;
}
#videoPlayerTitle {
 width:360px;
 padding-bottom: 10px;
}
#videoPlayerTitle h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#videoPlayerFlash {
	width:360px;
}
#videoPlayerForm {
 width:360px;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #000000;
 line-height: 1.2em;
}
#videoPlayerForm p {
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #000000;
 line-height: 1.2em;
}
#navigation {
 width:740px;
 height:460px;
}
#navl {
 width:360px;
 height:460px;
 padding-left: 10px;
 float:left;
 text-align: left;
}
#navr {
 width:370px;
 height:460px;
 float:left;
 text-align: left;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 12pt;
 font-weight: bold;
 color: #000000;
 text-align: left;
}
p  {
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 11pt;
 color: #000000;
 line-height: 1.4em;
}
ol,ul,li  {
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 11pt;
 color: #000000;
 line-height: 1.4em;
}
.highlighted {
 background-color: #FFFF66;
}
.red {
 color: #FF0000;
}
#footer {
	width:764px;
	background-color: #E4E4E4;
	padding: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
}
