@charset "UTF-8";
body  {
	padding: 0px;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #333333;
}

#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	
} 

#header {
	padding: 0px;  /* 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. */
	height: 100px;
	margin: 0px;
	width: 900px;
	overflow: hidden;
} 

#headL {
	height: 100px;
	width: 220px;
	float: left;
}

#headR {
	height: 100px;
	width: 680px;
	float: right;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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 */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	height: 480px;
}

#leftPhoto {
	height: 330px;
	width: 220px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#leftPhoto img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}

#grayBar1 {
	width: 220px;
	height: 4px;
	background-color:#666666;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}	

#grayBar2 {
	width: 600px;
	height: 4px;
	background-color:#666666;
	margin-right: 80px;
	float: right;
	overflow: hidden;
}

#grayBar3 {
	width: 460px;
	height: 4px;
	background-color:#666666;
	margin-right: 220px;
	float: right;
	overflow: hidden;
}

#mainContent {
	margin: 0px; /* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFFFFF;
	width: 680px;
	height: 210px;
	float: right;
} 

#mcText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 420px;
	float: left;
	height: 210px;
}

#mcText p {
	margin-top: 0px;
}

#mcRight {
	width: 260px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	height: 210px;
}	

#sideText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	color: #FFFFFF;
}	


#mcPhotos {
	margin: 0px;
	height: 120px;
	width: 680px;
	float: right;
}	

#mcPhotos img {
	margin-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#mcPhotos2 {
	margin: 0px;
	height: 120px;
	width: 680px;
	float: right;	
}	

#mcPhotos2 img {
	margin-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#footer {
	padding: 0px;
	margin: 0px;
	width: 900px;
	height: 20px;
	overflow: hidden;
} 

#footer2 {
	margin: 0 auto;
	width: 900px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
} 

#footer2 p {
	margin: 5px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#searchText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	height: 1px;
	overflow: hidden;
}

.headline {
	font-size: 13px;
	color: #B9BD9F;
	font-weight: bold;
}

.smallItal {
	font-size: 12px;
	color: #B9BD9F;
	font-style: italic;
}

.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;
}

.signUp {
	font-size: 10px;
	font-weight: bold;
}

p.signUp {
	text-align: left;
	text-indent: 45px;
}

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

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

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

ul.headline {
	padding-left:14px;
	
}
