/*defaults*/
body 	{
	color:#000000;
	padding:0;
	font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif;
	font-size:90%;
	background-image: url(../images/bbg.gif);
	background-repeat: repeat;
	background-position: 0 0;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
p		{
	margin:0;
	padding:0 0 15px 0;
}
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#225799; text-decoration:none;}


/*structural elements*/
#container	{
	text-align:center;
	width:790px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#holder		{
	width:100%;
	background:#FFFFFF;
	text-align:left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#logo		{
	border-bottom:1px solid #DADADA;
	background-repeat: no-repeat;
	background-position: 180px 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation	{
	padding:10px 0;
	font-size: 85%;
	text-transform: uppercase;
}
#header		{
	padding:10px;
	height:140px;
	background-color: #DADADA;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#content	{float:left; width:390px; padding:20px 10px 0 0; line-height:160%; }
#news		{float:right; width:350px; padding:20px 0; line-height:120%; text-align:justify; }
.newsItem	{
	border:1px solid #A3BAD9;
	font-size:80%;
	margin-bottom:3px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #F0F6F6;
}
#footer		{clear:both; width:100%; font-size:80%; background:#DADADA; padding:20px; text-align:left; border-top:2px solid #2765AF; }
#copyright	{
	float:right;
	color: #FFFFFF;
	margin-top: 3px;
}

#copyright	a {
	color: #FFFFFF;
	text-decoration: none;
}

#copyright	a:hover {
	color: #0099FF;
	text-decoration: underline;
}

/*headings*/
.newsItem h2	{
	color:#225799;
	font-size:130%;
	font-weight:normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 150%;
	padding-top: 0px;
}


.newsItem h2 a	{
	color:#225799;
	font-size:110%;
	font-weight:normal;
	text-decoration: none;	
}

.newsItem h2 a:hover	{
	text-decoration: underline;	
}

h1		{
	font-size:170%;
	font-weight:normal;
	line-height:130%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

h2	{
	font-size:140%;
	font-weight:normal;
	line-height:120%;
	margin:0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-top: 15px;
	background-color: #F0F6F6;
}

h3	{
	font-size:110%;
	font-weight:bold;
	line-height:110%;
	margin:0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}



#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; }
#content h2	{font-size:140%; font-weight:normal; line-height:120%; margin:0; padding:0 0 20px 0; }
#content h3	{font-size:120%; font-weight:normal; line-height:110%; margin:0; padding:0 0 20px 0; }


#logo h1		{font-weight:normal; font-size:170%; margin:0; padding:0; color:#225799; }


/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{
	color:#565454;
	text-decoration:none;
	padding-top: 2;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	font-weight: bold;
}
#navigation a:hover	{
	color:#02629F;
	text-decoration: underline;
}

#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:none;
	font-size: 95%;
}
#footer a:hover	{color:#02629F; 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 */



 /***Top Navigation ***/

#topnav {
	margin-top:5px;
	height: 35px;
	margin-left: 10px;
}

#topnav a{
 display: block;
 float: left;
 text-align: center;
 width: 95px;
 height: 35px;
 line-height: 35px;
 text-decoration: none;
 color: #FFFFFF;
 text-transform: uppercase;
 font-size: 0.9em;
 background-image:url(../images/tab.png);
 background-position:left bottom;
 background-repeat:no-repeat;}

#topnav a:hover {
 background-image:url(../images/tab.png);
 color: #000;
 background-position:left top;
 background-repeat:no-repeat;}
	
#topnav .active {
 background-image:url(../images/tab.png);
 color: #000;
 background-position:left top;
 background-repeat:no-repeat;}



/* ---------- images ---------- */

a img {
		border: 0;
		}
		
.leftimg {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
           }

.rightimg {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
         }

/* ---------- lists---------- */

ul {
	margin-top: 5px;
	margin-bottom: 15px;
    }
	
li {
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
   }
