@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center; /*For IE6 Shenanigans*/
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	/*background-position: 0px 10px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/************** tk styles ******************/
*{
   margin:0;
   padding:0;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
}
ul {
	margin-left: 20px;

}
ol {
	margin-left: 50px;
	margin-right: 150px;
}
a img { border:none } 
a:link, a:visited, a:active {
	color: #003366;
}
a:hover {
	color:#CC0000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #0066CA;
}
h1 a:link, h1 a:visited, h1 a:active {
	color: #0066CA;
	text-decoration: none;
}
h1 a:hover {
	color: #003366;
	text-decoration: underline;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #0066CA;
}
h2 a:link, h2 a:visited, h2 a:active {
	color: #0066CA;
	text-decoration: none;
}
h2 a:hover {
	color: #003366;
	text-decoration: underline;
}
#wrapper {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	padding-top: 0px;

}
#logo {
	float: left;

}
#headerRt {
	float: right;
}
#TSnavcontainer ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
/*background: url("http://biphome.spray.se/karl10/images/navBarBg.gif") repeat-x 20px;*/
font-family: "Lucida Grande", verdana, sans-serif;
font-size: 11px;
font-weight: bold;
text-align: center;
}

#TSnavcontainer a
{
color: #ffffff;
text-decoration: none;
display: block;
padding: 8px 10px 10px 10px;
/*width: 70px;*/
border-right: 1px solid #A8B090;
}
#TSContainer1 .sub {
	padding: 3px 0 3px 20px;
	font-size: 10px;
	width: 135px;
}
#TSnavcontainer #current {color: #333333;}
#TSnavcontainer li#active { background: url("/images/nav-over.gif") repeat-x 20px;}
#TSnavcontainer a:hover { background: url("/images/nav-over.gif") repeat-x 20px; color: #333333; }

#TSbodycontainer {
	background-image:url(/images/body-tile.gif);
	background-repeat:repeat-y;

}
#TSbodybottom {
	background-image:url(/images/body-bottom.gif);
	height: 47px;
}
#TShomeContentLeft {
	padding: 25px 70px 25px 80px;
	font-size: 12px;
}
#TShomeContentLeft td {
	padding: 2px;
}
#TShomeContentLeft h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}
#TShomeContentRT {
	float: right;
	padding: 25px 70px 25px 25px;
}
#upcomingEvents {
	background-color: #F4F9FE;
	border: solid 1px #E1E9F0;
	padding: 10px;
	font-size: 12px;
	width: 305px;
	margin-bottom: 20px;
}
#upcomingEvents h2 {
	text-transform:uppercase;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
	margin-bottom: 10px;
}
#upcomingEvents a {
	text-decoration: none;
}
#upcomingEvents a:hover {
	text-decoration: underline;
}

#upcomingEventsCommittee {
	background-color: #F4F9FE;
	float:right;
	border: solid 1px #E1E9F0;
	padding: 10px;
	font-size: 12px;
	width: 275px;
	margin: 0px 0px 20px 20px;
	
}
#upcomingEventsCommittee h2 {
	text-transform:uppercase;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
	margin-bottom: 10px;
}
#upcomingEventsCommittee a {
	text-decoration: none;
}
#upcomingEventsCommittee a:hover {
	text-decoration: underline;
}
#TSfooterSpace {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#TSfooter {
	color:#00539F;
	font-size: 10px;
	padding: 10px 0px 20px 35px;
	background-color: #D8EBF8;
}
#TSfooter a {
	color: #00539F;
}


#TSContainer2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	padding-top: 20px;
	/*background:#ffa7a7;  column 2 background color */
}
#TSContainer1 {
	float:left;
	width:100%;
	position:relative;
	right:75%;
	/*background:#333333;  column 1 background color */
}
#col1 {
	float:left;
	width:23%;
	position:relative;
	left:80%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:70%;
	position:relative;
	left:75%;
	overflow:hidden;

}


/********************** INSIDE NAVIGATION *************/
#col1 ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-transform:uppercase;
font-weight: bold;
}
#col1 a {
display: block;
padding: 3px;
width: 160px;
border-bottom: 1px solid #eee;
}
#col1 a:link, #col1 a:visited {
color: #7A7A7A;
text-decoration: none;
}
#col1 a:hover {
background-color: #DCDCDC;
color: #0066CA;
}

.articleImageTH {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.articleImage {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.articleSidebar {
	float: right;
	border: solid 1px #eeeeee;
	margin: 0px 0px 20px 20px;
	padding: 15px;
	text-align: left;
}
.authorName {
	font-size: 10px;
	color:#999999;
}
.orgList br {
	
}
#FormContainer td{
	padding-right: 5px;
	padding-bottom: 5px;
}
.special { /* this is for the hidden field in the forms to help prevent spam */
display:none;
}
.StateUpdates li { /*** style for state updates body copy ***/
margin: 0px 25px 10px 25px;
}
.StateUpdates {
	line-height: 16px;
}
.StateUpdates h2 {
	line-height: 18px;
	margin: 5px 0px;
}
.altRow {
	border-bottom: solid 1px #cccccc;
}
.LinkBoxes div {
	border: 1px solid #cccccc;
	margin: 10px; padding: 0px 15px 15px 15px;
	background-color: #EBEBEB;
}
.LinkBoxes p {
	margin-bottom: 0px;
	margin-top: 2px;
}
.snapshots {

	font-family: 'Unna', Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	letter-spacing:.5px;
	color: #231F20;
	padding: 0px 0px 10px 10px;
	margin-bottom: 20px;

}
.printlink {
	float: right;
}
