/*defaults*/
body 	{background:#E5E5E5 url('../images/body_bg7.JPG') repeat-x 0 0; color:#616161; margin:20px 0; padding:0; font-family:  arial, "Times New Roman", serif; font-size:80%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#225799; font-size:100%; padding:0 20px 0 25px; text-decoration:underline; }
a:hover		{color:#225799;font-size:110%; text-decoration:none;}


/*structural elements*/
#container	{margin:0px auto; text-align:center; width:1000px;  }
#holder		{width:100%; padding:20px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#logo		{background:url('../images/') no-repeat 75px -10px; border-bottom:1px solid #DADADA; padding:5px 30px 20px 0px; height:120px;  }
#navigation	{padding:10px 0; }
#header		{background-position: 
               10px 10px; padding:10px; height:200px; background-color:#F0F0F0; background-repeat:no-repeat; background-attachment:scroll }
#content	{float:right; width:560px; padding:40px 130px 0 0; line-height:160%; }
#news		{float:left; width:215px; padding:50px 0; line-height:140%; text-align:justify; }
.newsItem	{padding:20px 20px 5px 20px; background: #F6F6F6; border:1px solid #DADADA; font-size:100%; margin-bottom:20px; color:#225799;}
#footer		{clear:both; width:100%; font-size:90%; background:#DADADA; padding:20px; text-align:left; border-top:2px solid #2765AF; }
#copyright	{float:right; }


/*headings*/
.newsItem h1	{color:#225799; margin:0 0 10px 0; padding:0; font-size:120%; font-weight:normal; }
#content h1		{color:#808080; font-size:190%; font-weight:normal; line-height:80%; margin:30; padding:10px 2px 0px 0; }
#logo h1		{font-weight:normal; font-size:170%; margin:0; padding:0; color:#225799; }
#news a		{color:#225799; padding:0 20px 0 0;font-size:100%; text-decoration:none; }
#news a:hover	{color:#95EDBC; font-size:100%;}

.newsItem h2	{color:#225799; margin:0 0 10px 0; padding:0; font-size:120%; font-weight:normal; }
#content h2		{color:#808080; font-size:190%; font-weight:normal; line-height:80%; margin:30; padding:10px 2px 0px 0; }
#logo h2		{font-weight:normal; font-size:100%; margin:90; padding:0; color:#000000; }
#logo a		{color:#808080; padding:0 20px 0 0;font-size:120%; text-decoration:none; }
#logo a:hover	{color:#225799; font-size:130%;}

/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:-7px; padding:0px; list-style:none; display:inline; }
#navigation a		{color:#225799; font-size:100%; padding:0 20px 0 25px; text-decoration:none; }
#navigation a:hover	{color:#ED0000;font-size:110%; }

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }


/*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 */