/***********************************************/
/* HTML tag styles                             */
/* http://www.texaswebdevelopers.com           */
/***********************************************/ 

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	FONT-SIZE: 100%;
	BACKGROUND-ATTACHMENT: fixed;
	COLOR: #555151;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	background-color: #006666;
	
}

A:link {
    FONT-WEIGHT: normal; 
	FONT-SIZE: 100%; 
	COLOR: #0066CC; 
	TEXT-DECORATION:underline;
}

A:visited {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 100%; 
	COLOR: #0066CC; 
	TEXT-DECORATION: underline;
}

A:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 100%; 
	COLOR: #880000; 
	TEXT-DECORATION: none
}

A:active {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 100%; 
	COLOR: #0066CC; 
	TEXT-DECORATION: underline;
}

P {
	FONT-SIZE: 100%; 
	COLOR: #555151; 
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif
}

#master {
	WIDTH: 770px; 
	POSITION: relative; 
	HEIGHT: 423px; 
	BACKGROUND-COLOR: #fff;
	border-top:solid thin #000;
	border-left:solid thin #000;
	border-right:solid thin #000;
}

#text {
	LEFT: 198px;
	WIDTH: 300px;
	POSITION: absolute;
	TOP: 187px;
	HEIGHT: auto;
	background-color: #FFFFCC;
	layer-background-color: #FFFFCC;
	border: 1px none #000000;
	text-align:left;
	padding:10px;
}


#header {
	LEFT: 0px; 
	WIDTH: 770px; 
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: 100px; 
	background-color: #CCFFFF; 
	layer-background-color: #CCFFFF; 
	border: 1px none #000000;
	text-align:center;
}

#navigation {
	LEFT: 0px; 
	WIDTH: 100px; 
	POSITION: absolute; 
	TOP: 100px; 
	HEIGHT: 323px; 
	background-color: #CCCCFF; 
	layer-background-color: #CCCCFF; 
	border: 1px none #000000;
	
}
#navigation ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navigation a {
display: block;
padding: 3px;
width: 94px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navigation a:link, #navigation a:visited {
color: #EEE;
text-decoration: none;
}

#navigation a:hover {
background-color: #9CF;
color: #036;
}

#image {
	LEFT: 577px; 
	WIDTH: 157px; 
	POSITION: absolute; 
	TOP: 186px; 
	HEIGHT: 199px; 
	background-color: #FFCCCC; 
	layer-background-color: #FFCCCC; 
	border: solid thin #CCCCCC;
}

#footermaster {
	WIDTH: 770px; 
	POSITION: relative; 
	HEIGHT: 50px; 
	BACKGROUND-COLOR: #99CCFF;
	border-bottom:solid thin #000;
	border-left:solid thin #000;
	border-right:solid thin #000;
}

#footer {
	LEFT: 0px; 
	WIDTH: 770px; 
	POSITION: absolute; 
	TOP: 16px; 
	HEIGHT: 16px;
}
#tblA {
	width: 200px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 200px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

