@import url("body.css");
/* CSS Document table.leftStates a:visited */

td.leftMain {
	width: 191px;
	color: white;
	padding: 5px 5px 5px 10px;
	font-size: 79%;
	background-color: #507fa0;
	font-family: Arial;
}
td.leftMain a {
	color: #FFF;
}
td.leftMain a:hover {
	color: #FFF;
	font-family: Arial;
}
td.leftMain p {padding: 10px 5px 5px 5px;}

td.left {
	width: 200px;
	color: white;
	padding: 3px;
	background-color: #009;
}
td.left a {color: black;text-decoration: none;padding: 5px;}
td.left a:hover {
	color: #FFF;
}
td.left a:active {color: white;}
.leftStates {color: white;}
.leftStates a {font-size: 14px;color: black;text-decoration: none;align: right;}

.leftStates a:hover {color: #994a4a;}
.leftStates a:active {color: white;}
.active a {color: red;}
.active a:active {color: red;}
 
.contact {color: #994a4a;padding: 10px 5px 5px 15px;font-size: 111%;text-align: justify;}
.contact a {color: #507fa0;}
.contact a:hover {color: black;}
.contact img a {color: #507fa0;}
.contact img a:hover {color: black;}



td.content {color: #994a4a;padding: 10px 5px 5px 15px;font-size: 79%;text-align: justify;}
td.content a {color: #507fa0;}
td.content a:hover {color: black;}
td.map {color: #994a4a;padding: 0px 5px 5px 15px;font-size: 90%;}
tr.navBar {background-color: #994a4a;height: 100%;text-align: center;}
tr.navBar a {color: white;text-decoration: none;width: 112px;}
tr.navBar a:hover {background-color: #507fa0;width: 112px;}

body {font-style: bold, italic;font-family: Book Antiqua, arial, sans-serif;}

div.pictureRight {float: right;margin: 13px 0px 0px 7px;}

table.stopTable {height: 23px;width: 100%;color: white;background-color: #507fa0;}
td.stopTable {padding: 3px;}

table.stopTable2 {width: 100%;margin: 0px 0px 40px 0px;
border-bottom: 1px solid #507fa0;
border-left: 1px solid #507fa0;
border-right: 1px solid #507fa0;
border-top: 11px solid #507fa0;}
table.stopTable3 {image-align: bottom;}
strong {color: #507fa0;}
img.flag {border: 1px solid black;}
tr.intinTable {height: 34px;width: 405px;color: white;background-color: #507fa0;padding: 25px;}
td.intinRows {height: 34px; width:115px;border: 1px solid #507fa0;}
td.intinRowsLast {height: 34px; width:400px;border: 1px solid #507fa0;}
td.RowsLast {height: 34px; width:30px;border: 1px solid #507fa0;}

.description {text-align: justify;}
.small {font-size:75%;}


.term {font-weight: normal; }
.selectedterm {font-weight:bold; }
.termtitle {font-weight:bold;color:#66cc99;}
.definition {font-weight:normal;color: #006699; }

.calendarLink {color: white;}
.calendarLink a {color: white;}
.calendarLink a:hover {color: black;}

body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border: thin solid #000;
	font-family: Arial;
	text-align: center;


	
	}
	
	a:link {
	color: #A00;
		text-decoration: none;
}
a:visited {
	color: #A00;
		text-decoration: none;
}
a:hover {
	color: #000;
}
a:active {
	color: #B12529;
	text-align: left;
}
.twoColFixLtHdr #container {
	width: 777px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000; /* this overrides the text-align: center on the body element. */
	background-attachment: fixed;
	background-image: url(images/frontback.jpg);
	background-repeat: repeat;
	background-position: top;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* 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. */
	background-color: #FFF;
	margin: 0px;
	border: thin none #000;
} 
.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: 230px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: visible;
	visibility: visible;
	z-index: auto;
	background-color: #02549E;
	background-repeat: repeat;
	background-attachment: fixed;
}
.twoColFixLtHdr #mainContent {
	background-image: url(images/frontback.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
} 

.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;
	
}.maintext {
	font-family: Arial;
	font-size: 10.5pt;
	text-align: left;
	padding-right: 5px;
	padding-left: 7px;

}

.maintextwhite {
	font-family: Arial;
	font-size: 10pt;
	color: #FFF;
	height: 5px;
	top: 5pt;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 8px;
	padding-bottom: 5px;

}

.maintextwhiteCENTER {
	font-family: Arial;
	font-size: 10pt;
	color: #FFF;
	height: 5px;
	top: 5pt;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
}

.menusections {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #B12529;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	line-height: 30px;
}
menutable {
	background-color: #FFF;
	border: thin solid #000;
}
.headers {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.headers-white-center {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}



.sidebarheaderwhite-CENTER {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
}



.subheadersgray {
	font-size: 15px;
	color: #494745;
	font-family: Arial;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
.maintextblue {
	font-family: Arial;
	font-size: 10.5pt;
	color: #33F;
		text-align: left;

}

.maintextred {
	font-family: Arial;
	font-size: 10.5pt;
	color: #B12529;
	text-align: left;
}
.maintextsmall {
	font-family: Arial;
	font-size: 8pt;
	color: #000;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
.backgroundblue {
	background-color: #009;
	width: 225px;
	text-align: center;

}
.backgroundfade {
	background-color: #FFF;
	background-image: url(images/frontback.jpg);
	background-repeat: no-repeat;
	background-position: top;


} 
.backgroundlightgray {
	background-color: #C0BEBC;
	padding: 0px;
	width: 100%;
	margin: 0px;
	border: 0;
}
.imagepadleft {
	padding-left: 10px;
	padding-bottom: 5px;
}.backgroundwhite {
	background-color: #FFF;
}

