/* CSS Document */
td.tHead {
	background-color: #000066;
	color: white;
	font-weight: bold;
	font-size: x-small;
	padding: 2px;
}

table.data {
	border: 1px solid #000066;
}

		body
		{
			margin: 0;
			padding: 0;
			text-align:center;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		
		/* ----------------- */
		/* page container    */
		/* ----------------- */		
		#container
		{
			margin: 0.5em auto;
			width:780px;
			border: solid 1px black;
		}

		/* ----------------- */
		/* page header       */
		/* ----------------- */
		#row1
		{
			width:780px;
			height:64px;
			background-image:url(../wb_header.gif);
		}

		/* ----------------- */
		/* top nav area      */
		/* ----------------- */

		#row2
		{
			width:780px;
			height:25px;
			/*background-color:#E93E35;*/
		}

		/* ----------------- */
		/* homepage main content area */
		/* ----------------- */
		#row3 
		{
			width:781px;
			height:348px;
			text-align:left;
		}
		#row3 ul {
			padding:0;
			margin:0;
			list-style-type:none;
		}
		#row3 ul li {
			float:left;
			position:relative; 
		}
		#row3 ul li#col1 {
			width:781px;
			height:348px;
			background-image:url(../home_whistle.gif);
		}
	
			
		
		/* ----------------- */
		/* main insidepage content area */
		/* ----------------- */
			
		#inside {
			width:780px;
			height:100%;
			text-align:left;
		}
		#inside ul {
			padding:0;
			margin:0;
			list-style-type:none;
		}
		#inside ul li {
			float:left;
			position:relative;
		}
		#inside ul li#nav {
			height:472px;
			width:190px;
			background-color:#E7E6D6;
		}
		
		
		#inside ul li#content {
			height:100%;
			width:519px;
			padding:0px 60px 0px 10px;
			text-align:left;
			overflow:auto;
			color:#666666;
			font-size:0.75em;
			border-right: 1px solid grey;
		}
		ul.quote {
			width:400px;
			list-style-position:outside;			
		}
		ul.quote li {
			margin-left:40px;		
			color:#EF493A;
			list-style-image:url(../quotemark-left.gif);		
		}
		#inside ul li#content table {
			font-size:0.9em;
		}
		table.bullets {
			margin-left:10px;
		}
		table.bullets td {
			font-size:1.1em;
			padding:3px;
			vertical-align:top;
		}
		
		/* -----------------  */		
		/* homepage news area */
		/* -----------------  */		
		#row4
		{
			width:780px;
			height:115px;
			background-color:#DEDCC6;
		}
		#row4 ul {
			padding:0;
			margin:0;
			list-style-type:none;
		}
		#row4 ul li {
			float:left;
			position:relative;
			line-height:0.8em;
			color:#333333;
			text-align:left;
		}
		#row4 ul li#col1 {
			width:242px;
			height:105px;
			padding-top:10px;
			padding-left:10px;
		}
		#row4 ul li#col2 {
			width:242px;
			height:105px;
			padding-top:10px;
			padding-left:10px;
		}
		#row4 ul li#col3 {
			width:242px;
			height:105px;
			padding-top:10px;
			padding-left:10px;
		}
		#row4 ul li#col4 {
			width:24px;
			height:115px;
			background-color:#f04638;
		}
		.news-head {
			color:#f04638;
			font-size:12px;
		}
		.news-summary {
			font-size:10px;
			font-weight:bold;
		}
		.news-copy {
			font-size:10px;
		}
		/* ----------------- */
		/* homepage footer       */
		/* ----------------- */
		#row5
		{
			width:780px;
			height:70px;
			background-image:url(../home-footer.gif);
		}

		/* ----------------- */
		/* Other styles      */
		/* ----------------- */		
		a, a:visited {
			text-decoration:none;
			color:#f04638;
		}
		a:hover {
			text-decoration:underline;
		}
		img {
			border:0px;
		}
		h1 {
			font-size:18px;
			font-weight:bold;
			line-height:16px;
		}
		h2 {
			font-size:14px;
			padding-top:4px;
			line-height:14px;
			font-weight:bold;
			color:#EF493A;
		}
		h3 {
			font-size:12px;
			font-weight:bold;
		}
		.small {
			font-size:9px;
		}
		
a.back-to-top {
		width:80px;
		float:right;
		text-align:right;
		font-size:10px;
		font-weight:bold;
		padding-top:1em;
		padding-bottom:1em;
		background-image:url(../up-triangle.gif);
		background-repeat:no-repeat;
		background-position:left;
		clear:both;
}
a.back-to-top:link, a.back-to-top:visited {
		color:#EF493A;
		text-decoration:none;
}
a.back-to-top:hover {
		color:#EF493A;
		text-decoration:underline;
}