@charset "utf-8";

/* CSS Document */

* {font-family:Georgia, "Times New Roman", Times, serif;}

a

{

	color:#06F;

}



a:hover {

	color: #495D5C;

	text-decoration: none;

	}

li

{

	text-indent:0px;

	list-style:none;

	padding:0px;

}

body

{

	font-family:Georgia, "Times New Roman", Times, serif;

	margin:0;

}



#container

{

	width:950px;

	margin:0px auto;

	background:url(../images/BCASbackground.jpg) no-repeat;

}

#header

{

	width:950px;

	margin:0px auto;

	height:175px;

}

#lines

{

	width:100%;

	height:35px;

	background:url(../images/lines.jpg);

	background-repeat:repeat-x;

}

/*

The above division spreads out as the screen res increases

but has another div inside it that remains static that holds

the extra lines above and below for style

*/

#smallLines							

{

	width:950px;

	margin:0px auto;

	height:35px;

	background:url(../images/smallLines.jpg);

	background-repeat:no-repeat;

}

#nav

{

	width:950px;

	margin:0px auto;

	height:25px;

	padding-top:10px;

}



#title								/* Actual title is editable via the HTML per each template */							

{

	width:675px;

	height:35px;

	margin:0px auto;

	padding-top:10px;

	padding-right:275px;

	background: no-repeat;

	text-align:right;

	color:#06F;

	font-size:10px;

}



#title a 								/*Sub Nav links*/

{

	font-size:12px;

	font-variant:small-caps;

	color:#06F;

}

#donor									/* Section for the Featured Donor */

{

	width:225px;

	height:400px;

	float:left;

}



#content								/* Main Content area with indented text */

{

	width:700px;

	padding:0px 0px;

	float:right;



	text-align:justify;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}



#content img

{

	padding:10px;

}



#footer

{

	clear:both;

	width:950px;

	padding-top:20px;

	margin:0px auto;

	font-size:12px;

	text-align:center;

}



	

