/* Generic Selectors */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;		
	background-color: 999CA8;
	margin: 0 0 0 20px; /*top right bottom left*/
	width: 800px;
	background-attachment: fixed; 
	background-repeat: repeat; 
	background-position: left top;
	background-image: url(background.gif); 
}

p {
	width: 80%;
}

p.footer {
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;  /*all other borders done by the nav button - this one's here so the nav button's don't doubleup on left+right borders*/
	border-right-width: 1px;
	border-bottom-width: 1px;
	margin: 130px 0 0 0; /*top right bottom left*/
	padding: 2px 0 0 0; /*top right bottom left*/
	width: 450;
	height: 60px;
	text-align: center;
	font-size: 10px;
}

li {
	list-style-type: none;
	line-height: 200%;
}


h1 {
	width: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-style: solid;
	border-left-width: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 2 3 2 3px;  /*top right bottom left*/
}

/*************************  ID's *************************/

#maingraphic {
	position: absolute;
	background-attachment: scroll; 
	background-image: url(WebBack.jpg);
	background-repeat: no-repeat; 
	background-position: left top; 
	width: 790px;
	height: 1000px;	
	margin-top: 0px;
	font-weight: normal;
}


#breadcrumbs {
	position: absolute;
	background-attachment: fixed;
	background-repeat: no-repeat; 
	background-position: left top; 
	border-style: solid;
	border-left-width: 0px; /*all other borders done by the nav button - this one's here so the nav button's don't doubleup on left+right borders*/
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	width: 700px;
	height: 20px;
	margin: 125px 0 0 210px; top right bottom left*/
	padding: 0 0 0 0; /*top right bottom left*/
	font-weight: normal;
}

#crumb { 
	height: 20px;
	position: relative;
	float: left;
	background: white;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	padding: 4 0 0 5px;  /*top right bottom left*/
}

#L_navigation {
	position: absolute;
	background-attachment: fixed;
	background-repeat: no-repeat; 
	background-position: left top; 
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 1px;  /*all other borders done by the nav button - this one's here so the nav button's don't doubleup on left+right borders*/
	border-right-width: 0px;
	border-bottom-width: 0px;
	width: 180px;
	height: 700px;
	margin: 170px 0 0 10px; /*top right bottom left*/
	padding: 0 0 0 0; /*top right bottom left*/
	font-weight: normal;
}

#L_navbutton { 
	height: 20px;
	background: white;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 4 0 0 5px;  /*top right bottom left*/
}

#L_navbuttonInset {
	height: 20px;
	background: white;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	font-style: italic;
	padding: 5px 0 0 15px;  /*top right bottom left*/
}

#T_navigation {
	position: absolute;
	background-attachment: fixed;
	background-repeat: no-repeat; 
	background-position: left top; 
	border-style: solid;
	border-left-width: 1px; /*all other borders done by the nav button - this one's here so the nav button's don't doubleup on left+right borders*/
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	width: 700px;
	height: 20px;
	margin: 125px 0 0 200px; top right bottom left*/
	padding: 0 0 0 0; /*top right bottom left*/
	font-weight: normal;
}

#T_navbutton { 
	height: 20px;
	width: 78px;
	position: relative;
	float: left;
	background: white;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 4 0 0 5px;  /*top right bottom left*/
}

#centerDoc {
	position: absolute;	
	background: white;
	padding: 0 0 0 10px; /*top right bottom left*/
	margin-top: 160px;
	margin-left: 200px;
	width: 550px;
	height: 600px;
	border-right-style: solid;
	border-right-width: 0px;

}


div.transOFF {opacity:1; filter: alpha(opacity=100); -moz-opacity: 1;}
div.transON  {opacity:.50; filter: alpha(opacity=50); -moz-opacity: 0.5;}
div.trans25  {opacity:.25; filter: alpha(opacity=25); -moz-opacity: 0.25;}
div.trans75  {opacity:.75; filter: alpha(opacity=75); -moz-opacity: 0.75;}

/*************************  Pseudo classes *************************/
a.linkopacity img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

a:link {
	color: black;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

a:visited { 
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-moz-opacity:1;filter:alpha(opacity=100);
}

a:hover {
	color: black;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}  

a:active { 
	color: black;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
} 
