
/**************** REMOVED UL,LI FROM THE LIST *****************************/
/* CSS Reset */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol,
	fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td , img
	{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
	}
	
	
	

/* Broad Statements - things that affect whole classes */
	
	body
	{
		background-color:				#eeecdd;
		color:							#3e3e3e;
		font-family:					sans-serif;
	}
	
	a
	{
		color:							#1e3750;
		text-decoration:				none;
	}
	
	a:hover
	{
		color:							#446383;
	}
	
	ul
	{
		list-style-type:				square;
		margin-top:						3px;
	}
	
	
	
	
	
	
	
/* Headings */

	h2
	{
		color:							#123554;
		margin-bottom:					10px;
		margin-left:					10px;
	}
	
	
	h4
	{
		color:							#000;
		font-size:						14px;
		font-weight:					normal;
		margin-bottom:					10px;
		margin-left:					10px;
		margin-top:						-10px;
	}

	
	
	
	
	
	
/* Header */

	#bannerBar
	{
		background-image:				url(../images/header.png);
		height:							142px;
		margin-left:					auto;
		margin-right:					auto;
		width:							836px;
	}


	
	
	
	
/* Content */

	#contentContainer
	{
		background-image:				url(../images/border.png);
		margin-left:					auto;
		margin-right:					auto;
		min-height:						400px;
		padding:						28px;
		padding-bottom:					10px;
		padding-top:					10px;
		width:							780px;
	}
	
	
	
	
	
/* Footer */

	#footer
	{
		background-image:				url(../images/footer.png);
		height:							23px;
		margin-left:					auto;
		margin-right:					auto;
		width:							838px;
	}
	
	
	#copyrightText
	{
		background-image:				url(../images/border.png);
		color:							#000;
		font-size:						12px;
		margin-left:					auto;
		margin-right:					auto;
		text-align:						center;
		width:							836px;
	}
	
	
	
	
	
	
	
/* Resource List */

	/* This fixes the width of the cell*/
	.resourceCell
	{
		padding:						5px;
		width:							350px;
	}
	
	
	.resourceContent
	{
		margin-left:					10px;
		padding-bottom:					20px;
		text-align:						justify;
		width:							760px;
	}
	
	
	.resourceContent a
	{
		font-weight:					bold;
	}
	

	.resourceImage
	{
		border:							1px solid #1e3750;
		cursor:							pointer;
		display:						block;
		float:							left;
		height:							65px;
		margin:							5px;
		width:							65px;
	}
	
	
	.resourceTable
	{
		border-collapse:				collapse;
		padding:						5px;
		margin-left:					auto;
		margin-right:					auto;
		text-align:						center;
		width:							780px;
	}
	
	
	/* A row in a table with an alternating background-color */
	.resourceEven
	{
		background-color:				#faf6ea;
		text-align:						left;
	}
	
	
	/* A row in a table with an alternating background-color */
	.resourceOdd
	{
		background-color:				#fff;
		text-align:						left;
	}
	
	
	/* Name of each resource */
	.resourceHeading
	{
		color:							#1e3750;
		font-size:						18px;
		font-weight:					bold;
		margin-left:					10px;
		text-align:						left;
	}
	
	
	.resourceDate
	{
		color:							#1e3750;
		font-size:						14px;
		margin-bottom:					5px;
		margin-left:					10px;
		text-align:						left;
	}
	
	
	.resourceHeading a
	{
		color:							#00529b;
	}
	
	
	.resourceHeading a:hover
	{
		color:							#1e3750;
	}
	
	
	.smallResourceHeading
	{
		color:							#1e3750;
		font-size:						18px;
		font-weight:					bold;
		padding-top:					10px;
		text-align:						left;
	}
		
	
	/* The author name under the book title */
	.smallAuthorName
	{
		font-size:						14px;
	}
	
	
	.subjectImage
	{
		border:							1px solid #1e3750;
		float:							right;
		margin:							10px;
		margin-right:					20px;
	}
	
	
	.centeredImage
	{
		margin-bottom:					10px;
		margin-left:					auto;
		margin-right:					auto;
		text-align:						center;
		
	}
	
	.newIcon
	{
		background-image: 				url(../images/new.gif); 
		float: 							left; 
		height: 						9px;
		margin-left:					2px;
		margin-right:					5px;
		margin-top:						7px;
		width: 							23px;
	}
	
	
	
	
	
	/* Links bar and Drop Down Menu */	
	
	#linksBar
	{
		background-image:				url(../images/button_gradient.png);
		float:							left;
		height:							22px;
		margin-left:					auto;
		margin-right:					auto;
		margin-bottom:					10px;
		text-align:						center;
		vertical-align:					middle;
		width:							780px;
	}
	
	
	#linksCenter
	{
		border-collapse:				collapse;
		margin-left:					auto;
		margin-right:					auto;
	}
	
	
	.link
	{
		background-image:				url(../images/button_gradient.png);
		float:							left;
		font-size:						13px;
		height:							19px;
		padding-top:					3px;
	}
	
	
	.link:hover
	{
		background-image:				url(../images/button_gradient_hover.png);
	}
	
	
	.linkTitle a
	{
		color:							#fff;
		padding-bottom:					5px;
		padding-left:					19px;
		padding-right:					19px;
		padding-top:					5px;
	}

	
	.dropDown
	{
		background-color:				#fff;
		border:							1px solid #1e3750;
		display:						none;
		float:							left;
		font-size:						11px;
		padding:						5px;
		position:						relative;
		text-align:						left;
		z-index:						3;
	}
	
	
	.dropDown a
	{
		color:							#1e3750;
	}
	
	
	.dropDown a:hover
	{
		color:							#00529b;
		text-decoration:				underline;
	}
	
	
	.dropCell
	{
		margin-bottom:					2px;
		margin-top:						2px;
	}
	
	
	
	
	
	/* Styles for the Admin Blog */ 
	
	.blogEntry
	{
		background-color:				#e9eef4;
		border:							1px solid #1e3750;
		color:							#000;
		clear:							both;
		display:						inline;
		float:							left;
		font-size:						13px;
		margin:							10px;
		margin-bottom:					15px;
		margin-top:						0px;
		padding:						10px;
		width:							740px;
	}
	
	
	.blogHeading
	{
		font-size:						18px;
		font-weight:					bold;
	}
	
	
	.blogHeading a
	{
		color:							#aa2929;
	}
	
	
	.blogHeading a:hover
	{
		color:							#7c1818;
		text-decoration:				underline;
	}
	
	
	.blogDate
	{
		font-size:						10px;
		margin-bottom:					5px;
	}
	
	
	.blogContent
	{
		text-align:						justify;
	}
	
	.blogBox
	{
	
	}
	
	.blogButtonBox
	{	
		clear:							both;
		float:							left;
		margin:							8px;
		margin-bottom:					0px;
		text-align:						right;
		width:							740px;
	}
	
	
	.blogButton 
	{
		background-color: 				#09477f;
		color:							#fff;
		cursor:							pointer;
		float:							left;
		font-size:						10px;
		margin-left:					2px;
		padding-bottom:					2px;
		padding-left:					5px;
		padding-right:					5px;
		padding-top:					2px;
		text-align:						center;
		width:							12px;
	}



