/* Global Styles */
*{margin:0; padding:0; border:0; margin:0;}
html {font-size:125%}/*this makes the em size equal to points\*/
body {font-size:50%; tahoma, arial, sans-serif; margin:0px; padding:0px; background-color:#333333;}


/*a {color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}*/
	
a:hover {
	color: #003366;
	text-decoration:underline;
	}
	
/* ID Styles */
#navigation a {/*navigation menu under banner   #336666*/
	font-size:13px;
	font:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#274155;
	text-decoration:none;
	letter-spacing:.1em;
	margin-left:19px;
	}
	
#navigation a:hover {/*link characteristics: color of link and underlined*/
	color:#003366;
	text-decoration:underline;
	}
.menu_spacer {
	letter-spacing: normal;
	height: 15px;
	width: 5px;/* Change this number to adjust space between menu items*/
	border: none;
	vertical-align: middle;
}




/* Class Styles */

.banner {background-image:url(banner.jpg); /*this is the banner at the top*/
	}
	
.logo {/*this is the logo on the side*/
	background-image:url(4state_logo.jpg);
	background-repeat:no-repeat;
	vertical-align:bottom;
	}

.sidebarText {/*text in left sidebar*/
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	color:#274155;
	line-height:18px;
	margin-left:20px;
	padding:20px 20px 20px 20px;
	vertical-align:top;
	}
	
.sidebarList {/*text in left sidebar*/
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	color: #274155;
	line-height:18px;
	padding:0px 10px 0px 15px;  /*This adjusts the space around this text: top, right, bottom, left */
	vertical-align:top;
	}	
	
.bodyText {/*text in main part of page*/
	font-size:14px;
	font:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#003366;
	text-align:left;
	vertical-align:top;
	padding-bottom:5px;
	}
.bodyTextHeader {/*Header main part of page*/
	font-size:18px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:28px;
	color:#003366;
	text-align:left;
	vertical-align:top;
	padding-bottom:10px;
	}
.bodyTextList {/*text in main part of page*/
	font-size:14px;
	font:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#003366;
	text-align:left;
	vertical-align:top;
	padding-bottom:5px;
	padding-left:20px;
	}
.bodyTextSmall {
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	line-height:24px;
	color:#003366;
	text-align:left;
	}	

.navText {
	font-size:10px;
	font:Arial, Helvetica, sans-serif;
	color: #333300;
	letter-spacing:.1em;
	}
	
	
    P.intro {
    font-family : "Trebuchet MS", arial, helvetica, sans-serif;
    font-size : 12px;
    font-weight:normal;
    color : #003366;
    text-align : left;
    }

    P.intro:first-line {
    font-family : "Trebuchet MS", arial, helvetica, sans-serif;
    font-size : 12px;
	font-weight:bold;
    }

	

	
/*lists\*/

ul, ol {display:block; margin:5px 0 5px 0px; padding:0;}

ol {list-style-type:square;}

li {display:list-item; margin:1em 0em 1em 0em; padding:0;text-indent:0em; font-size:1.1em;}

ul ul, ul ol, ol ol, ol ul {margin: 0 0 0 0px;}


