/* TEXT STYLES */

.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#EEEEEE;
	width: 490px;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#dddddd;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	margin-right: 90px;
}

.heading1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.1em;
	color:#FF9900;
	font-weight: bold;
	margin-top: 0px;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.1em;
}

#smaller {
	width:650px;
	height:200px;
}

.heading2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#FFFFFF;
	font-weight: bold;
	letter-spacing: 0px;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#999999;
	font-weight: normal;
	letter-spacing: 0px;
}

a {
	text-decoration: none;
	color: #FFFF00;
	border: 0px;
}

img {
	border: 0px;

}

a:hover{
	color:#FF9900;
	text-decoration: none;
}

.big {
	font-family:  Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
}

.medium {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	line-height: 50%;
}

.small {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	color: #666666;
	text-decoration: none;
	padding-left: 0px;
}

.h2.grey { 
	color:#CCCCCC; 
}

.big_grey {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#999999;
	font-weight: bold;
}

.bodydarker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#444444;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
}

.sublinks {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0px;
	line-height: 150%;
}

a.big_nav:hover {
	color:#FF9900;
	text-decoration: none;
}

a.big_nav {
	color:#FFFFFF;
	line-height: normal;
}

.subheadtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.1em;
}

a.footerlink:hover {
	color:#000000;
	text-decoration: none;
}

a.footerlink {
	color:#555555;
	text-decoration: none;
}

#sidebar1 ul {
list-style-position: outside;
position:relative;
float: left;
left:-45px;
width: 100%;
}

#sidebar1 ul li {
	list-style-position: outside;
	position: relative;
	list-style-type: none;
	float: left;
	width: 100%;
	left:0px;
	padding-top: 2px;
	padding-bottom: 3px;
	line-height: 22px;
}

#sidebar1 ul li ul li {
	width: 100%;
	left:19px;
	list-style-type: disc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
}

/* fix annoying Firefox selection bug */

a:focus, applet:focus {
outline: none;
-moz-outline-style: none;
}

a:focus, object:focus {
outline: none;
-moz-outline-style: none;
}
