@charset "utf-8";
body {
	font: 14px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(../bg_2.jpg) center repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
img {
	border: 0;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #mainContent h1{
	margin: 25px;
	padding: 1px;

}
.oneColFixCtrHdr #mainContent h2{
	font: 17px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent p{
	margin: 0px 0px 15px 0;
}
.oneColFixCtrHdr #mainContent a:link {
	color: #CCFFFF;
}
.oneColFixCtrHdr #mainContent a:visited {
	color: #CCFFFF;
}
.oneColFixCtrHdr #mainContent a:hover {
	color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent a:active {
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	height: 43px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333;
	font: 12px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-decoration: none;
	color: #CCCCCC;
}
.oneColFixCtrHdr #credit {
	text-align: center;
	margin: auto;
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font: 12px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	
}
.fltmd { /*this class vertically centers images */
	vertical-align: middle;
	padding: 0 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.orange {
	color: #F90;
}


#frontpage_video{
	margin-top: 20px;
	width: 640px;
	height: 420px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	background-image: url(/images/video_background.gif);
  margin-left: -10px;
  margin-bottom: 30px;
}

#frontpage_video .caption{
	float: right;
	margin-top: 6px;
        margin-right: 20px;
}

#frontpage_video .title{
	font-weight: bold;
	font-size: 14pt;
}

#frontpage_video .subtitle{
	font-weight: bold;
	font-size: 11pt;	
	color: #57baef;	
	text-align: right;
}
