/*defaults*/
/*whole page settings but individual settings override these*/
/*margin found in body is 'padding' around the container*/
body 	{background: #e8e8e8; color: #000000; margin: 20px 0; padding: 0; font-family: "Times New Roman"; font-size: 90%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#000000; text-decoration:none;}

/*structural elements*/
/*main body of page*/
#container	{margin: 0px auto; text-align: center; width: 760px; }

/*self-explanitory*/
#holder		{width: 100%; padding: 20px 20px 5px 20px; background: #FFFFFF; text-align: left; }
#logo		{background: #FFFFFF }

/*above buttons/links but above the main body*/
/*#header		{background:#000000 url('') no-repeat 10px 10px; padding:10px; height:200px; }*/

#menu {background-color:#00008b; padding:10px 15px 10px 15px; text-align:left; }
#menu a {color:white; text-decoration:none; font-size:14px; font-family:"Times New Roman" }
#menu a:hover {color: yellow; background: #00008b; }
#submenu {float: right; }

/*main body of text - left of 'news' items on right side*/
#content	{float:left; width:490px; padding:20px 10px 0 0px; line-height:160%; }

/*'news' items found on right - compared to left 'content'*/
#news		{float:right; width:250px; padding:20px 0; line-height:140%; }
.newsItem	{padding: 20px 20px 15px 20px; background: #fff8dc; border: 1px solid yellow; font-size: 90%; margin-bottom: 20px; }
.newsItem a {color: #225799; text-decoration: underline; }
.newsItem a:hover {color: #225799; text-decoration: none; }

/*headings*/
/*the 'titles' found in each area - 'logo', 'content' & 'news'*/
.newsItem h1	{color:#225799; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; text-decoration: underline; font-weight:bold; }
#logo h1		{font-weight:normal; font-size:xx-large; margin:0; padding:0px 0px 15px; color:#000000; }

/*bottom - footer being everything - copyright being specific to the right*/
#footer		{padding: 10px 20px 10px 20px; clear:both; width:100%; font-size:12px; background:#FFFFFF; text-align:center; border-top:3px solid #e8e8e8; }
#breadcrumbs {float: left; margin:6px; text-align: left; }
#copyright {float: right; margin:6px; text-align: right; }

/*how buttons/links work in the footing*/
#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; text-decoration:none; }
#footer a:hover	{color:#000000; text-decoration:underline; }

/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */