/* TRDTA stylesheet.css */

/* Header */
#header {
	text-align: left; background-color: transparent; 	height: 6em;  width: 100%; font-size: 2em;
	padding-top: .5em;
}

/* Body text and page background #bdbdbd grey */
body {
	background-color: #c5d8f6;
	font-family: verdana,arial,serif;
	font-size: .9em;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: left;
	width: 1000px;
}
.h6-1 {
	font-size: 20px;
	font-weight: bold;
}

/* Add some margin space to main content */

 #main{
	width: 800px;
	padding-left: 7.5em;
	padding-right: 1.5em;
	margin-top: 2em;
	margin-bottom: 0.2em;

 }
#container #main h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #333;
}
body tr h4 {
	font-size: 24px;
	font-weight: bold;
}

#container #main h4 a {
	color: #F00;
}



/* Table content bg#f5f6ce yellow sb#F5BF7A orange sba #FFDB97 sba:color #666666*/
#table {
	width: 100em;
	height: auto;
	margin-left: 3em;
	padding-right: 1px;
	margin-top: 1px;
	padding-left: 25px;
}
#table.td 
	{font-family: Arial, Helvetica;
	font-size: .8em;
}
#container {
	/*background-color: #d4ecfb;*/
	background-color: #c5d8f6;
	color: #00000;
	margin-bottom: 20px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 1500px;
}
	
#content {
	margin-left: 12em;
}

#content ul {
	list-style-type:none;
	line-height: 1.5;
}

#banner {
	margin-left: 2em;
	text-align: left;" 
	background-color="#ddffff;
	font-weight: bold; 
	font-size: 2.5em;
}

#sidebar {
	margin-left: 3px;
	float: left;
	margin-top: 10px;
	width: 125px;
	background-color: transparent;
}

#sidebar ul {
	list-style: none;
	margin-left: 5px;
	padding-left: 0px;
}

#sidebar ul li {
	display: block;
	padding-bottom: 8px;	
}

/* Sidebar hover, active, and current page links */
#sidebar a:hover,
#sidebar a:active,
#sidebar li.selected a:link,
#sidebar li.selected a:visited{
  background:#ddd url(images/navhover.jpg) repeat-x center;
  color:#000;
}

#sidebar a {
	background-color: #0080b4;
	border-bottom: 1px dotted #666666;
	border-right: 1px solid #666666;
	color: #bfe2f9;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	width: 95px;
}

/* Level 1 headings */
h1 {
 font-family: Papyrus, "Curlz MT", "Juice ITC", Algerian, fantasy;
 font-weight: bold;
 text-align:center; 
 color: #1F2159;
}
/* Level 2 headings */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1F2159;
}
/* Level 3 headings */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style:normal;
	text-decoration:none;
	color: #9966FF;
}

/* Float image to left of paragraph */
img.floatLeft{
   float: left;
   margin-right: 5px;
}

/* Float image to right of paragraph */ img.floatRight{ float: right; }

/* Center image between margins */ div.center{ width: 100%; text-align: center }
