@charset "UTF-8";
* {margin:0;padding:0;}

body  {
	background: url(../images/09ABCSiteImages/bcknd.jpg) no-repeat 0px 80px;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


img {
	border-width: 0px;	
	border:0px;
}
#abclogo{
	height: 1px;
	width: 1px;
	margin: 0px;
	padding: 0px;
	background: url(../images/09ABCSiteImages/abclogofacebook.jpg) no-repeat;	
	}

#main {
	width:1024px;
	margin:0 auto;
	clear:both;
	padding-right:10px;
	padding-left:10px;
	
	}
	
#content {
	width:650px;
	float:right;
	padding:24px 5px 0px 0px;
	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: url(../images/09ABCSiteImages/featuredproject2.png) no-repeat 0px 25px;
	height: 567px;
} 

#sidebar {
	width:350px;
	float:left;
	padding:0px 0;
	height:560px;
	min-height:100%;
	text-align: center;
	background: url(../images/09ABCSiteImages/menubcknd.png) no-repeat;
	}
	
#newsindex {
	padding-left: 25px;
	}
	
#sidebar p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	line-height: 35px;
	text-decoration: none;
	text-align:center;
	padding-right: 45px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	padding-top: 6px;
	letter-spacing: 2pt;
}

#sidebar a{
	color: #0fa0c1;
	text-decoration: none;
	}
	
	
#sidebar a:hover{
	color: #000;
	text-decoration: none;
}

#sidebar img{
	padding-left: 5px;
	padding-top: 2px;
}
	
#header {
	margin:0 auto;
	clear:both;
	background: url(../images/09ABCSiteImages/headerbcknd.jpg) no-repeat;
	padding:0px 10px;
	height:83px;
	text-align:left;
}



#righthandside {
	margin:0 auto;
	float: right;
	padding:0px;
	width:500px;
	height: 82px;
	text-align:left;
}

#headlogo {
	margin:0 auto;
	clear:both;
	background: url(../images/09ABCSiteImages/headerlogobcknd.png) no-repeat;
	padding:0px;
	height:83px;
	text-align:center;
	width:1024px;
}

#signup {
	float:left;
	text-align:left;
	width:54px;
	height:120px
}


#head h1 {
	margin:0 auto;
	padding:0 10px 0 10px;}
	
	#homeLink /* link to homepage */
{
	float:left;
    width : 280px;	 /* Change this to the approx. width of the logo
*/
    height: 83px;	 /* Change this to the approx. height of the
logo */
    top:0px;
	margin-left: 80px; 	 /* */
    margin-top: 0px;
    z-index: 99999;
}


#newsLink /* link to homepage */
{
	float:left;
    width : 100px;	 /* Change this to the approx. width of the logo
*/
    height: 78px;	 /* Change this to the approx. height of the
logo */
    top:0px;
	margin-left: 0px; 	 /* */
    margin-top: 0px;
	margin-bottom:0px;
    z-index: 99999;
}


#signupLink /* link to homepage */
{
	float:left;
    width : 54px;	 /* Change this to the approx. width of the logo
*/
    height: 140px;	 /* Change this to the approx. height of the
logo */
    top:0px;
	margin-left: 0px; 	 /* */
    margin-top: 0px;
	margin-bottom:0px;
    z-index: 99999;
}

.hide /* link to homepage */
{
	visibility: hidden;
}



	
	/* Content Area */

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 345px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	min-height:100%;
}

#foot{
	width:920px;
	margin:0 auto;
	line-height:1.1em;
	padding:10px 0px 0px 60px;
	text-align:right;
	height: 40px;
}
	
#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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
