@charset "UTF-8";

/*Global Styles */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
p {
	margin: 10px 0 10px 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}

/* DIV STYLES */
#stagecontainer {
	width:520px;
	height: 333px;
}
#grayboxtop{
	float: left;
	background: url('../images/back_top.gif') no-repeat;
	width:201px;
	height: 30px;
	padding-left: 10px;
}
#graybox {
	float: left;
	background: #e6e6e6;
	width:181px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#grayboxbottom {
	float: left;
	background: url('../images/back_bottom.gif') no-repeat;
	width:201px;
	height: 30px;
	padding: 5px;
}

#textbox {
	float:left;
	margin: 10px 10px 0 10px;
}
.box-right {
	background-color: #E3EBF2;
	padding:10px 10px 10px 10px;
	float: right;
	width: 230px;
	margin-left: 8px;
}
.header {
	height: 120px;
}
/* TABLE STYLES */
.maincontent {
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 650px;
}
.centercol {
	margin-top: 0px;
	padding-top: 0px;
	
}
.rightcol {
	width: 200px;
}
/*TEXT STYLES */


strong, b {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header_left p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin: 12px 0 0 0;
	line-height: 120%;
}
#header_bottom p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	margin: 10px 0 0 0;
	line-height: 120%;
}

#graybox p {
	font-size: 12px;
}
li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.bluetextsmall {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #039;
	font-size: 11px;
}
.bluetext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #039;
	font-size: 13px;
}
.bluetextlarge {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #039;
	font-size: 14px;
}
.photocredit {
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}
.trebuchet, .news_component {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.centerbullets {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 480px;
	list-style-position: inside;
	list-style-image:inherit;
}
.centerbulletswide {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-position: inside;
	list-style-image:inherit;
}
.bodytext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*LINK STYLES */
a img {
	border: 0px;
}

#textbox ul li a {
	color: #039;
	text-decoration: none;
	font-size:12px;
}
#textbox ul li a:hover {
	color: #039;
	text-decoration: none;
	font-size:12px;
}
.bluetext a, bluetextsmall a, #textbox a {
	color: #039;
	text-decoration: none;
	font-size: 11px;
}
.bluetext a:hover, bluetextsmall a:hover, #textbox a:hover {
	color: #039;
	text-decoration: underline;
	font-size: 11px;
}
