@charset "utf-8";
body {
	font: 14px Verdana, Geneva, sans-serif;
	background: #000;
	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: #fff;
}
 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: medium outset #D7404F;
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 25px;
}
 #header {
	background: #000; 
	padding: 0 10px 0 20px;  /* 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. */
}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #sidebar {
	color: #FFF;
	text-decoration: none;
	background-color: #000000;
	text-align: left;
	word-spacing: 5px;
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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: 150px 10px 15px 20px;
	
	font: normal 13px/25px "Century Gothic";
	
	
}


#sidebar a:link {
	color: #003366;
	text-decoration: none;
	
	
}
#sidebar a:visited {
	color: #003366;
	text-decoration: none;
}
#sidebar a:hover {
	color:#ffffff ;
	text-decoration: none;

}
#sidebar a:active {
	color: #003366;
	text-decoration: none;

	
}
 #sidebar1 {
	color: #FFF;
	text-decoration: none;
	background-color: #000000;
	text-align: left;
	word-spacing: 5px;
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* 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: 150px 10px 15px 20px;
	
	font: normal 13px/25px "Century Gothic";
	
	

}
 #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
	
	
}
#mainContent h1 {
	font-size: 16px;
	color: #D93B52;
	text-align: left;
}
#navigation 	{
	padding-left: 15px;
	background: #000;
	border-bottom: medium double #333;
}
 #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333;
}
 #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 */
	text-align: center;
	font-size: 12px;
}
.contactlink {
	padding-top: 0px;
	padding-left: 665px;
	background: #000;
}
.images {
	padding: 10px;
}
h2 {
	text-align: center;
}
#sidebar h1 {
	font-size: 16px;
	color: #336699;
	text-align: left;
}

#sidebar1 h1 {
	font-size: 16px;
	color: #336699;
	text-align: left;
	
}
.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;.oneColFixCtrHdr 
}

.box {
	margin: 5px;
	padding: 15px;
	width: auto;

	border: 1px solid
#;
	font: 14px Verdana, Geneva, sans-serif;
	word-spacing: normal;
	text-indent: 0px;
	color: #000;
	background: #CCC;
	border-top: thin solid #D7404F;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
