/* CSS Document */
/* body */
body {
	background-color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	color: #666666;
	scrollbar-arrow-color: #ADD6FF;
  	scrollbar-track-color: #eeeeee;
  	scrollbar-shadow-color: #cccccc;
  	scrollbar-face-color: #ffffff;
  	scrollbar-highlight-color: #cccccc;
  	scrollbar-darkshadow-color: #cccccc;
  	scrollbar-3dlight-color: #cccccc;
}

/* index table */
td.lefttoppicture {
	width: 400px;
	height: 350px;
	vertical-align: top;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

td.leftbottompicture {
	width: 400px;
	height: 100px;
	vertical-align: top;
	background-color: #13A9FE;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

td.middlepicture {
	width: 301px;
	height: 450px;
	vertical-align: top;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
}

td.rightpicture {
	width: 100px;
	height: 450px;
	vertical-align: top;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
}

td.bottombarleft {
	width: 700px;
	height: 80px;
	vertical-align: top;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

td.bottombarright {
	width: 80px;
	height: 80px;
	vertical-align: top;
	background-color: #0BA1FF;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/* index div */
div.picture1 {
	width: 400px;
	height: 349px;
	margin: 0px;
}

div.picture2 {
	width: 400px;
	height: 100px;
	margin: 0px;
}

div.picture3 {
	width: 300px;
	height: 450px;
	margin: 0px;
}

div.picture4 {
	width: 100px;
	height: 450px;
	margin: 0px;
}

div.picture5 {
	width: 700px;
	height: 80px;
	margin: 0px;
}

div.picture6 {
	width: 100px;
	height: 80px;
	margin: 0px;
}

/* main table */
td.absolutetop {
	vertical-align: bottom;
	border-bottom: 1px solid #cccccc;
}

td.headerleft {
	width: 200px;
	height: 60px;
	vertical-align: top;
	border-left: 1px solid #cccccc;
}
td.header {
	width: 600px;
	height: 60px;
	vertical-align: top;
	background-color: #0099ff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
}

td.locationbarleft {
	width: 120px;
	height: 21px;
	vertical-align: top;
	border-left: 1px solid #cccccc;
}

td.locationbarleftmiddle {
	width: 79px;
	height: 21px;
	vertical-align: top;
	border-left: 1px solid #ffffff;
}

td.locationbarrightmiddle {
	width: 460px;
	height: 21px;
	vertical-align: middle;
	background: URL(../graphics/location-bar-background.gif);
	background-color: #eeeeee;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

td.locationbarright {
	width: 140px;
	height: 21px;
	vertical-align: top;
	border-right: 1px solid #cccccc;
}

td.mainleft {
	width: 120px;
	height: 430px;
	vertical-align: top;
	background-color: #3399ff;
	border-left: 1px solid #cccccc;
}

td.mainleftmiddle {
	width: 79px;
	height: 430px;
	vertical-align: top;
	background-color: #EEEEEE;
	border-left: 1px solid #ffffff;
}

td.mainrightmiddle {
	width: 460px;
	height: 430px;
	vertical-align: top;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

td.mainright {
	width: 140px;
	height: 430px;
	vertical-align: top;
	border-right: 1px solid #cccccc;
	background-color: #33CCFF;
}

td.bottomleft {
	width: 120px;
	height: 21px;
	vertical-align: bottom;
	border-left: 1px solid #cccccc;
}

td.bottomleftmiddle {
	width: 79px;
	height: 21px;
	vertical-align: bottom;
	border-left: 1px solid #ffffff;
}

td.bottomrightmiddle {
	width: 460px;
	height: 21px;
	vertical-align: bottom;
	background-color: #EEEEEE;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

td.bottomright {
	width: 140px;
	height: 21px;
	vertical-align: bottom;
	border-right: 1px solid #cccccc;
}

td.absolutebottom {
	vertical-align: top;
	border-top: 1px solid #cccccc;
}

/* main divs & p */
div.blurb {
	height: 414px;
	width: 444px;
	vertical-align: top;
	margin: 8px;
	overflow: auto;
}

p.location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-left: 8px;
}

p.para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 13px;
	margin-right: 8px;
}

span.indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin-top: 0px;
	margin-left: 8px;
	margin-bottom: 0px;
	margin-right: 8px;
}



/* a references */
a:active {
	color: #CC9900;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:link {
	color: #666666;
	text-decoration: none;
}

.MainTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin-top: 0px;
	/*margin-left: 8px;*/
	margin-bottom: 0px;
	margin-right: 8px;
}
UL.main2 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #666666; margin-left:-20px !Important; margin-left:15px; list-style-type:* }