@charset "UTF-8";
body  {
	
	font: 100% Arial, Helvetica, sans-serif;
	background: #688186;
	/*background-image:url(images/backgrounds/wordwall.jpg);
	background-repeat: repeat;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333333;
}

/*THIS IS MY PERSONAL CSS*/

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

}

h1 { color: #688186; } 

h2 { color: #688186; } 

h3 { color: #8599d4; } 

h2 a:link{
	text-decoration:underline;
	font-size:large;
	font-family:Arial, Helvetica, sans-serif;
	color:#688186;
}

h2 a:hover{
	text-decoration:underline;
	font-weight:bolder;
	font-size:large;
	font-family:Arial, Helvetica, sans-serif;
	color:#073266;
}
	
h2 a:visited{
	text-decoration:underline;
	font-size:large;
	font-family:Arial, Helvetica, sans-serif;
	color:#0033CC;
}

a:link{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

a:hover{
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
	
a:visited{
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	color:#0033CC;
}
		
.headers{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
#navigation{
background-image:url(images/header.jpg);
	position:relative;
	top:auto;
	width: auto;;
	height:225px;
	border-style:solid;
	border-bottom-width:10px;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-left-color:#000000;
	border-bottom-color:#cccccc;
	border-right-color:#000000;
	background-color:white;
	padding:4px 4px 0px 0px;
	}
#tinc_content {
	font-size:14px;
	}

#navigation li{
	font-size:16px;
	display:inline;
	position:absolute;
	width: 100px;
	height:28px;
	
			}

.firsttab{
	background-image:url(images/firsttabpic.gif);  
	text-align: center; 
	width: 100px; 
	height: 32px;
	padding-top:2px;
	
	}
	

	
.currenttab{
	background-image:url(images/currenttabpic3.gif);
	color:#FFFFFF;
	text-align: center;
	width: 100px;
	height: 32px;
	padding-top:2px;
	}
	

	
.othertab{
	background-image:url(images/tabpic.gif); 
	text-align: center; 
	width: 100px; 
	height: 32px;
	padding-top:2px;
	
	}

#navigation a:link{
	text-decoration: none;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	
}

#navigation a:hover{
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	text-decoration: none;
	
	
}

#navigation a:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-weight:bolder;
	text-decoration: none;
	
	
}


/*END PERSONAL CSS*/



.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #ffffff; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 5px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
	height:80px;
	border-top: 1px solid black;
	background-image:url(images/footback2.gif);
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

table {
	font-size:90%;
	font-family: "Arial", "Helvetica", sans-serif;
	line-height:1.2em;
	color: #333;
	background-color:#fff;
	border-collapse:collapse;
	text-align:left;
	letter-spacing:.1em;
}

caption {
	padding-bottom:1em;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing:.6em;
	color: #333;
	background: transparent;
}
  
thead th, tfoot th, tfoot td {
	font-family: "Arial", "Helvetica", sans-serif;
	border-right: 1px solid #fff;
	padding-left:5px;
	font-variant:small-caps;
	letter-spacing:0.1em;
	color: #fff;
	background: #688186;
}
  
tfoot th, tfoot td {
	border-top: 2pt double #ffffff;
}

td, th {
	padding:4px;
}

tbody tr th, tbody tr td {
	border-bottom: 1px dotted #009;
}

tbody tr:hover td, tbody tr:hover th {
	border-bottom: 1px solid #333;
}

table a[title^="Download"] { 
	font-style:italic;
}

tbody td a, tbody th a {
	background: transparent;
	color: #009;
	text-decoration: none;
	border:none;
}

tbody td a:hover, tbody th a:hover {
	background: transparent;
	color: #930;
}

.odd {
	background: #688186;
}

tbody tr:hover {
	color: #333;
	background: #c6c6e8;
}

tbody tr th:hover {
	background:#fff;
}

table a:visited {
	text-decoration: line-through;
	color:#ccc;
}