body {
	min-width: 1004px;
  	margin: 0;
  	padding: 0; /* required for Opera to have 0 margin */
  	text-align: center; /* centers board in MSIE */
	background-color: #bcbbcb;
	color: black;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 8pt;
}

a { 
	color: #38386b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 1004px;
    margin-top: 0;
	background-color: #fff;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 75px;
}

#content {
	float: left;
	width: 1004px;
	top: 0;
	background-color: white;
	margin-bottom: 15px;
	background-image: url(img/v-lines.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#col1 {
	float: left;
    width: 289px;
	padding-right: 11px;
    margin-left: 40px;
	margin-top: -75px;
    text-align: left;
	background-image: url(img/rf.green.ls.jpg);
	background-position: top right;
	background-repeat: no-repeat;
} 

#col2 {
	float:left;
    width:270px;
    margin-left: 0;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: -75px;
	text-align: left;
	background-image: url(img/col2bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#col3 {
	float:left;
    width:279px;
    margin-left: -10px;
	padding-left: 35px;
	margin-top: -75px;
    text-align: left;
	background-image: url(img/rf.grey.rs.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#stats {
	margin-right: -25px;
}

#vidpanel {
	float: left;
	top: -80px;
	left: 0;
	width: 1004px;
	margin: 10px 0;
	background-color: transparent;
}

#footer{
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	align: left;
	padding-bottom: 10px;
	margin: 10px 20px;
	background-color: white;
	border-top: solid 2px #676799;
	color: #676799;
}

#home{
	float: left;
    top: 150px;
	margin-left: 20px;
	width: 288px;
	text-align: center;
}

#homevid {
   padding: 15px;
   border: 1px solid #676799;
}

#work{
	float:left;
    width:288px;
    margin-left:50px;
	text-align: center;
}

#workvid {
   padding: 15px;
   border: 1px solid #676799;
}

#out {
	float:right;
    width:288px;
    margin-right:20px;
    text-align: center;
}

#outvid {
   padding: 15px;
   border: 1px solid #676799;
}

#incl {
	float:left;
    width:288px;
	margin-left:-14px;
    position:relative;
	text-align: center;
}

#inclvid {
    padding: 15px;
    border: 1px solid #676799;
}

#anyvid {
    padding: 15px;
    border: 1px solid #676799;
}

#ie6 {
	align: center;
	color: red;
	text-decoration: underline;
}

#copy {
	background-color: #bcbbcb;
	padding-top: 10px;
	color: #38386b;
	text-align: left;
} 

h1 {
	font-family: arial, san-serif; 
	font-size: 10pt;
	color: #565084;
}

p {
	margin-bottom: 0;
}

.videotag {
	font-family: arial, san-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 2ex;
}

.bold {
   font-weight: 900;
}

.red {
	color: red;
	font-style: oblique;
}

.orange { 
	color: #ff9a00;
	font-style: oblique;
}

.blue {
	color: #676799;
}

.obl {
 font-style: oblique;
}

.sup {
	font-family: arial, san-serif; 
	font-size: 4px;
	font-style: oblique;
	vertical-align: top;
}

.picleft {
   float: left;
   margin-right: 5px;
   margin-top: 10px;
}

.picright {
   float: right;
   margin-left: 5px;
   margin-top: 10px;
}

.footer {
	font-size: 10pt;
	font-weight: 700;
	font-variant: small-caps;
}

.ie6 {
	color: red;
}

.ie6 a:hover {
	text-decoration: underline;
}
#BordersRed {
	Border: 2pt solid Red;
	Padding: 5pt;
}
#BordersBlu {
	Border: 2pt solid Blue;
	Padding: 5pt;
}