@charset "ISO-8859-1";
a {
	color: #4b849c;
}
td {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #666666;
}
th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #edeee8;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: 666666;
}

.topnav {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
.toplinks {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
}
.toplinks:link {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
}
.toplinks:hover {
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
}
.toplinks:visited {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
}
.toplinks:active {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
}
.nav {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #4b849c;
}
.navlinks {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #4b849c;
}
.navlinks:link {
	text-decoration: none;
}
.navlinks:hover {
	color: #f8c150;
}
.navlinks:visited {
	text-decoration: none;
}
.navlinks:active {
	text-decoration: none;
}
.portfoliolinks {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #4b849c;
	text-decoration: none;
}
.portfoliolinks:link {
	text-decoration: none;
}
.portfoliolinks:active {
	text-decoration: none;
}
.portfoliolinks:visited {
	text-decoration: none;
}
.portfoliolinks:hover {
	color: #f8c150;
	text-decoration: none;
}
.portfolioheading {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #94acbc;
}
.insetpanel {
	background-image:url(images/home/inset_panel_background.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.insetpanel2 {
	background-image:url(images/home/inset_panel_background2.gif);
	background-position:right bottom;
	background-repeat:repeat-x;
}
.homewallpaper {
	background-image:url(images/home/wallpaper_home.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.insidewallpaper {
	background-image:url(images/common/wallpaper_inside.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.homemainpanel {
	background-image:url(images/home/main_panel_background.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #4b849c;
}
.statenames {
    font-family: Trebuchet MS;
	font-size: 18px;
	color: #94acb6;
	margin-bottom:0px;
}
.smallblack {
    font-family: Trebuchet MS;
	font-size: 12px;
	color: #424242;
	margin-top:0px;
}
.stateholder{
	height: 105px;
}
.phplistmargins{
	margin-top:5px;
	margin-left:0px;
	padding-left:15px;
	}

.phplistmarginsspace{
	margin-top:5px;
	margin-left:0px;
	padding-left:15px;
	}
	
ul.phplistmarginsspace li { margin: 10px 0px; }

/*column settings */
/* To hide the columns when printing, use media selectors */
@media screen {
	.screenContainer {
		display: block;
	}
	
	.printContainer {
		display: none;
	}
}

@media print, projection, tty {
	.screenContainer {
		display: none;
	}
	
	.printContainer {
		display: block;
	}
}

.screenContainer div {
	float: left;
	width: 22em;	/* When using a fixed number of columns, you can omit the width. Otherwise it must be set! This will be the *minimum* width of a column*/
	padding: 3px;	/* You may use a padding... but thanks to IE you can only use pixels! */
	position: relative;
	text-align: justify;
	margin: 0; 		/* Don't use a margin! */
}

/* Optional 'read on'-message */
.screenContainer div .readOn {
	position: absolute;
	right: 1em;
	bottom: -0.5em;
	color: #999999;
}