/******************************************************************/
/* START 'LINK' tags */
/******************************************************************/

a:link {
  text-decoration: none;
  color: #0083C1;
}
a:visited {
  text-decoration: none;
  color: #0083C1;
}
a:hover {
  text-decoration: none;
}

/******************************************************************/
/* END 'link' tags */
/******************************************************************/
/******************************************************************/
/* START standard 'BODY' and font tags to change */
/******************************************************************/

body {
    scrollbar-base-color: #66CCFF;
	background-image: url(../graphics/bg.jpg);
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
}
textarea {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
table, td, p {
  font-family: Trebuchet MS;
  font-size: 10pt;
  color: #009BE6;
}

/******************************************************************/
/* END 'body' tags */
/******************************************************************/
/******************************************************************/
/* START special 'DWT' tags */
/******************************************************************/

/* 1 */
.textLinks { 
  font-size: 8pt;
  small-caps;
  font-weight: normal;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: right;
  text-indent: 0px;
}


/* 3 */
.iconbuttons {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12pt;
  color: #0B477D;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
}

/* 4 */
.pagetitle {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: #cccccc;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: left;
}

/* 4a*/
.menuheading {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11pt;
  color: #EFFAFF;
  padding-top: 0px;
  padding-left: 35px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: left;
}

/* 5 */
.googlesearch {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  text-align: left;
}

/* 5a */
.googlesearchbox {
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 6px;
  text-align: left;
  text-indent: 0px;
  color: #CCCCCC;
  font-weight: bold;
}
/* 10-scroller */
.scroller {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 8pt;
  color: #0B477D;
  padding-top: 2px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
  width: 200px;
  height: 150px;
}

/* 10-scrollercontent */
.scrollercontent {
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
  width: 200px;
  height: 150px;
}

/* 11 */
.copyright {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 8pt;
  color: #000000;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
}

/* 12 */
.addtofavorites {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 9pt;
  color: #0B477D;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
}

/* 13 */
.contactbutton {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 9pt;
  color: #0B477D;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
}

/* 15 */
.body1 {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color: #0B477D;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  text-align: left;
}

/* 16 */
.banner {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 12pt;
  color: #333333;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: left;
}



/******************************************************************/
/* END 'DWT' tags */
/******************************************************************/

/******************************************************************/
/* START 'H' tags */
/******************************************************************/

h1 {
  color: #000000;
  font-weight: normal;
}
h2 {
  color: #000000;
  font-weight: normal;
}
h3 {
  color: #008000;
  font-weight: bold;
}
h4 {
  color: #0083C1;
  font-weight: bold;
}
h5 {
  color: #000000;
  font-weight: normal;
}
h6 {
  color: #000000;
  font-weight: normal;
}

/******************************************************************/
/* END 'H' tags */
/******************************************************************/

/******************************************************************/
/* MAIN TABLE AREA CLASSES */
/******************************************************************/

.main-table {
	background-image: url(../graphics/bg-center.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/******************************************************************/
/* TOP AREA CLASSES */
/******************************************************************/
.t1 {
	background-image: url(../graphics/t1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	vertical-align: top;
	height: 303px;
	width: 990px;
}

.t1-a {
	height: 20px;
	width: 990px;
}
.t1-b {
	height: 110px;
	width: 990px;
	text-align: left;
	text-indent: 10px;
	vertical-align: top;
}
.t1-c {
	height: 150px;
	width: 990px;
	vertical-align: top;
}

.t1-cleft {
	height: 150px;
	width: 301px;
	vertical-align: top;

	font-size: 9pt;
}

.t1-cright{
	height: 150px;
	width: 689px;
	vertical-align: top;
}
.t1-d {
	height: 21px;
	width: 990px;
}

/******************************************************************/
/* MENU AREA CLASSES */
/******************************************************************/

.menu {
	background-image: url(../graphics/m1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
    height: 230px;
	width: 274px;
	margin-left: 27px;
	padding-left: 27px;
	vertical-align: top;
}

.m1 {

	height: 250px;
	width: 301px;
}
.m2 {
	background-image: url(../graphics/m2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 301px;
}

/******************************************************************/
/* CENTER AREA CLASSES */
/******************************************************************/

.center {
    height: 250px;
	width: 990px;
}
.center-cells {
    height: 250px;
	width: 990px;
}
.center-content {
	padding: 10px, 10px, 10px, 10px;
	text-align: left;
	vertical-align: top;
	height: 210px;
	background-image: url(../graphics/c2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.c1 {
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	background-image: url(../graphics/c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 689px;
}
.c2 {
	text-align: left;
	vertical-align: top;
	height: 250px;
	width: 689px;
}
.c3 {
	background-image: url(../graphics/c3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 689px;
}

/******************************************************************/
/* BOTTOM AREA CLASSES */
/******************************************************************/

.bottom {
    height: 95px;
	width: 990px;
}
.bottom-cells {
    height: 95px;
	width: 990px;
}

.bottom-bar {
	background-image: url(../graphics/bottom-bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	height: 48px;
	width: 689px;
}
.b1 {
	background-image: url(../graphics/b1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 95px;
	width: 301px;
}