@charset "utf-8";
/* CSS Document */

a {
 text-decoration: none;
 color: #003A9E;
}

a:hover {
text-decoration: none;
 color: #0099FF;
}
 
.red a {
 text-decoration: none;
 color: #cc0000;
}

.red a:hover {
text-decoration: none;
 color: #FF0000;
}
 
 
p {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.3;
	font-size: 14px;
	color: #333333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.0;
	color: #000;
	font-size: 28px;
	text-align: center;
	font-weight: bold;

}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.0;
	color: #000;
	background-color:#FFFF00;
	font-size: 18px;
	text-align: center;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	color: #cc0000;
	font-size: 16px;
	text-align: center;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height:normal;
	color: #666;
	font-size: 12px;
	text-align: left
	font-weight: bold;
	margin-left: 150px;
}

h7 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.0;
	color: #cc0000;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}


img {
border: 0;
}
 
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(images/.jpg) repeat;
	background-color: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/container-bg.jpg);
	background-repeat: repeat-y;
} 

#header {
	height: 214px;
	width: 755px;
	background-image: url(images/header.png);
} 

#header-text {
	width: 375;
	color: #FFF;
	float: left;
	padding: 5px;
	position: absolute;

}

#headerlinks {
	height: 20px;
	width: 500px;
	margin-top: 35px;
	margin-left: 460px;
	
} 


#headline {
	height: 202px;
	width: 800px;
	background: url(images/headline.jpg);
}


#headlinetext {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;	
	
}

#subheadline {
	height: 93px;
	width: 800px;
	background-color: #fff;
	overflow: auto;
	vertical-align : 0%;
	line-height: normal;
	
}
#container-header {
	height: 15px;
	width: 800px;
	background-image: url(images/header.png);
	background-repeat: repeat-y;
}

#mainContent { 
	width: 700px;
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 151px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 5 0 0 0px;
}

#footer {
	height: 92px;
	width: 800px;
	background-image: url(images/container-footer.jpg);
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

#youtube {
	width: 480px;
	height: 385px;
	border: 4px solid #999999;
	margin-left: 34px;
}

#signup {
	width: 349px;
	height: 86px;



	border: 0px
	margin-left: 115px;
	margin-left: 175px;
	margin-top: 75px;
	margin-bottom: 75px;
}

#table {
	width: 580px;
	height: auto;
	
}

#yellow-box {
	width: 595px;
	height: auto;
	margin-left: 52.5px;
}

#yellow-header {
	height: 32px;
	background-image: url(images/yellow-header.jpg);
	background-repeat: no-repeat;
}
 
#yellow-bg {
	background-image: url(images/yellow-bg.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: auto;
	width: 555px;

}
#yellow-footer {
	height: 31px;
	padding-bottom: 0px;
	text-align: center;
	background-image: url(images/yellow-footer.jpg);
	background-repeat: no-repeat;
}

#header_links {
	margin-top: 20px;
	width: 375px;
	float: right;
	font-size: 16px;
}

#header_links a {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 16px;
}

#header_links li {
	list-style-type: none;
	padding: 0px 14px;
	float: left;
	font-size: 16px;
}

#header_links li#last {
	padding-right: 0px;
	background: none;
	font-size: 16px;
}

#footer_info {
	margin-top: -12px;
	width: 800px;
	float: right;
}

#footer_links {
	margin-top: 15px;
	width: 780px;
	float: right;
}

#footer_links a {
	text-decoration: none;
	color:#FFFFFF;
}

#footer_links li {
	list-style-type: none;
	padding: 0px 14px;
	float: left;
	
}

#footer_links li#last {
	padding-right: 0px;
	background: none;
}



 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 151px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */

.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
