html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}

body {
	font:	16px Arial, Verdana, sans-serif;
	font-weight:normal;
	color:#525252;
	line-height:28px;
	/*background-image:url('../images/bg.gif');*/
	background-color:#333333;
	padding:0px;
	margin:40px;
	
	}
	
a{border-bottom: 1px dotted #999;text-decoration:none;color:#000}
a:hover{border-bottom: 1px dotted #333;text-decoration:none;}

h1{font-weight:bold;font-size:23px;text-align:center;color:#333;margin-bottom:7px;margin-top:-5px}
h1#general{font-weight:bold;font-size:28px;text-align:left;color:#333;margin-bottom:20px;margin-top:50px;margin-left:20px;}
h2{font-weight:bold;font-size:22px;color:#FFF;margin-top:20px;margin-bottom:20px;padding-left:60px;background-image:url('../images/bg-header.gif');background-repeat:no-repeat;line-height:40px;padding-top:0px;}
h2.long{font-weight:bold;font-size:22px;color:#FFF;margin-top:20px;margin-bottom:20px;padding-left:60px;background-image:url('../images/bg-header-long.gif');background-repeat:no-repeat;line-height:40px;padding-top:0px;}


ol {
    counter-reset: item;
    list-style-type: none;
	margin-left:20px;
margin-top:20px;
margin-bottom:10px;

}
li { display: block;margin-bottom:0px;height:50px;padding-left:14px;padding-top:10px;font-weight:bold }
li:before { 
    content: counter(item) "  "; 
    counter-increment: item;
    margin-right:15px;
    	color:#000;
}

p{margin-bottom:15px;margin-left:20px;margin-right:20px;}

#outsideContainer{
  text-align:-moz-center;
  _text-align:center;
  padding:0px;
  margin:0px;
  height:100%;
  
	}	

#centerContent{
  margin-left:auto;
  margin-right:auto;
	/*background-image:url('../images/greywhite.gif');background-repeat: repeat-y;*/
	width:960px;
	padding-top:0px;
	margin-top:0px;

  /*This fixes the height float bug*/
  overflow: hidden;
  border:1px solid #333;
  margin-bottom:20px;
  	background-color:#FFF;
-webkit-box-shadow: 0 8px 6px -6px #333;-moz-box-shadow: 0 3px #333;box-shadow: 0 0 10px #000;
}

#header{
background-color:#d0103a;
width:920px;
height:169px;
margin-top:20px;
float:right;
margin-right:20px;
}

#logo {
	/*border:3px solid #ff000b;
	border-top:0px;border-left:0px;border-right:0px;*/
	position:absolute;
	width:211px;
	height:210px;
	border:0px solid #999999;
	float:left;
	margin:-15px 0px 0px 20px;
}

#nav {

	float: left;
	margin: 10px 0 0 10px;
	padding: 0;
	border:0px solid #999999;
	width:900px;
	background-color:#000;
	}





#mainContent{
	width:960px;

	/*background-image:url('../images/bg-home-center.png');background-repeat: no-repeat;*/
  border:0px solid #999999;

  text-align:left;
  float:left;
  
}

.sneak-video{
background-color:#FFFFFF;


 border: 1px solid #999;
line-height:35px;
text-align:left;
 margin-top:30px;
 margin-left:20px;
 width:920px;
 padding-top:10px;
 height:400px;
 -webkit-box-shadow: 0 8px 6px -6px #333;-moz-box-shadow: 0 8px 6px -6px #333;box-shadow: 0 8px 6px -6px #333;
}

.sneak-video-pdf{
background-color:#44687d;


 border: 1px solid #666;
line-height:35px;
text-align:left;
 margin-top:50px;
 margin-left:20px;
 width:920px;
 padding-top:10px;
 color:#FFF;
 -webkit-box-shadow: 0 8px 6px -6px #333;-moz-box-shadow: 0 8px 6px -6px #333;box-shadow: 0 8px 6px -6px #333;
}

.sneak-video-pdf a{color:#FFF;}
.sneak-video-pdf a:hover{border-bottom: 1px dotted #FFF;text-decoration:none;}

#footer{
	border-top:1px solid #333;
	height:40px;
	width:960px;
	margin-top:40px;
	padding-top:5px;
	text-align:left;
	color:#000;
	font-size:14px;
	float:right;
	margin-left:0px;
	text-align:right;
	background-color:#d0103a;
	padding-right:20px;
}

#footer a{color:#000;text-decoration:none;border-bottom: 0px dotted #999;}
#footer a:hover{color:#000;text-decoration:underline;}

	
p.footer{
margin-top:-15px;
font-size:13px;
margin-bottom:30px;
line-height:18px;
}