/* CSS Document */

body {
	font-family: trebuchet ms;
	font-size: 10pt;
	color: #333333;
}
#mainTable {
	border: solid 1px #13529F;
	width: 1003px;
}
#footer {
	background-color: #13529F;
	color: #fff;
	height: 28px;
	text-align: right;
	padding-right: 1em;
}
.normalText {
	font-weight: normal;
}
.news .alternatingGrid {
	background-color: #f0f0f0;
	padding: 8px;
}
.news .itemGrid {
	background-color: #fff;
	padding: 8px;
}
a {
	FONT-WEIGHT: bold;
	color: #F87419;
	text-decoration: none;
}
a:hover {
	FONT-WEIGHT: bold;
	color: #F87419;
	text-decoration: underline;
}
.greyBorder {
	border: solid 1px #666666;
}
.collapseBorder tr td {
	border-collapse: collapse;
	border: solid 1px #666666;
}
.floatLeft {
	float: left;
	margin: 0 8px 8px 0;
}
.floatRight {
	float: right;
	margin: 0 0 8px 8px;
}
.imageBorder {
	padding: 4px 2px 8px 2px;
	background-color: #eee;
	border: solid 1px #ddd;
	text-align: center;
	width: 124px;
}
.imageBorder img {
	padding-bottom: 4px;
}
.content {
	padding: 8px;
}
.justify {
	text-align: justify;
}
.greyBorders .tr .td {
	border: solid 1px #999;
}
blockquote {
	background-image: transparent url(images/quoteleft.gif) left top no-repeat;
	font-weight: bold;
	text-align: justify;
}
blockquote div {
	padding: 0 40px;
	background-image: transparent url(images/quoteright.gif) right bottom no-repeat;
}
.bullets {
	margin-left: 10px;
	padding-left: 0;
	padding-right: 4px;
	list-style: none;
}
.bullets li {
	padding-left: 14px;
	background-image: url(images/bulletArrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}


.text1 {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #F87419; FONT-FAMILY: trebuchet ms
}


/*Menu*/

#navcontainer {
	width: 150px;
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navSubList {
	list-style-type: none;
	
	width: 100px;
}
#navSubList li a {
	display: block;
	padding: 8px;
	margin-left: 10px;
	width: 140px;
	border-bottom: 1px solid #ccc;

	color: #F87419;
	
}
#navcontainer a {
	display: block;
	padding: 8px;
	width: 150px;
	border-bottom: 1px solid #ccc;
	color: #13529F;
}
#navcontainer a:link, #navlist a:visited {
	text-decoration: none;
}
#navcontainer a:hover {
	background-color: #dee5f4;
	color: #f87419;
}
#active a:link, #active a:visited, #active a:hover {
	background-color: #13529F;
	color: #fff;
}
.heading {
	color: #13529F;
}
.comments {
	color: #999999;
	font-size: 8.4pt;
	font-weight: normal;
}
.normalText a, a .normalText, a:hover .normalText {
	color: #333333;
	text-decoration: none;
}
.topLink {
	font-size: 9pt;
	float: right;
}
.subBullets li ul li {
	list-style: square;
}
.values {
	font-size: 11pt;
	font-weight: bold;
	border-bottom: solid 1px #dedede;
	padding: 1em 0 1em 0;
}
.values span {
	font-style: italic;
	font-weight: normal;
}
.values div {
	font-size: 9pt;
	font-weight: normal;
}
th {
	text-align: left;
}
.tableBorders tr td, .tableBorders tr th {
	border: solid 1px #999;
	border-collapse: collapse;
	padding: 4px;
}
.noBorders tr td, .noBorders tr th {
	border: none;
}
.gridHeader {
	background-color: #13529F;
	color: #fff;
	font-weight: bold;
}