/**COMMON ELEMENTS**/

body {
	margin:0;
	padding:0;
	background:#822 url('/images/repeat1.gif') repeat-y top center;
	font-size:78%;
	font-family:Arial, Tahoma, Helvetica, Sans-serif;
}	

div {
  padding-left: 3px;
}

a {
	color:#822;
}

a:hover {
	color:#228;
	text-decoration:none;
}	

h1 {
	margin: 0;
	padding: 10px 0 0 10px;
	font-family: Tahoma, Arial, Sans-serif;
	font-weight: normal;
	font-size: 1.6em;
	color: #066;
}

h2 {
	margin: 0;
	padding: 10px 0 0 10px;
	font-family: Tahoma, Arial, Sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #066;
}

p {
	padding-left: 10px;
}

.center {
 text-align:center;
}

.container-solid {
 border: 1px solid #066;
 padding: 5px;
}

img {
	background:transparent;
	padding:4px;
	border:none;
	display:block;
	margin: auto;
}	

img.portrait {
	background:#fff;
	padding:4px;
	border:1px solid #066;
	display:block;
	margin:10px auto 0 auto;
}	

img.left {
	background:#fff;
  border: none;
	padding: 1px;
  margin: 10px;
  float: left;
}	

img.right {
	background: #fff;
  border: none;
	padding: 1px;
  margin: 10px;
  float: right;
}	

img.hide{
	background: transparent;
  border: none;
  display: none;
}	

li.fire {
  margin-bottom: .3em;
	list-style: disc;
  list-style-image: url('/images/fire_bullet.gif');
}	

/**MAIN CONTAINER**/

#main {
	width: 762px;
	margin: 0 auto;
}

/**HEADER**/

#header {
	background: url('/images/tfd_head_logo3.gif') no-repeat;
	height: 111px;
	border-bottom: 1px solid #066;
	overflow: hidden; /* Keeps header from blowing up when text size is incresased **/
}

#header h1, #header h2 {
	color: #fff;
	padding: 55px 0 0 75px;
	font-size: 3em;
}	

#header h2 {
	font-size: 1.2em;
	padding: 0 0 0 65px;
	margin-top: -6px;

}	

/**MAIN CONTENT**/
#content {
	float: left;
	width: 550px;
}

dt {
  color: #822;
  background-color: #CFF;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 0.5ex 0.5ex 0.5ex;
  border-top: 1px solid #066;
  border-bottom: 1px solid #066;  
}

td.border {
	border-bottom: 1px solid #066;
}

#content li {
  margin-bottom: .3em;
	list-style: disc;
}	

/**RIGHT COLUMN**/
#rightcol {
	width: 200px;
	float: right;
}

#rightcol h1 {
	font-size: 1.3em;
	padding-left: 25px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
}	

#rightcol li {
	line-height: 1em;
	list-style: none;
}	

#rightcol li.fire {
  margin-top: 1em;
	list-style: disc;
  list-style-image: url('/images/fire_bullet.gif');
}	

#rightcol a {
	color: #822;
  background-color: transparent;
  font-weight: bold;
	text-decoration: none;
	display: block;
	width: 150px;
}	

#rightcol a:hover {
	color: #822;
  background-color: #fff;
  font-weight: bold;
	text-decoration: underline;
	display: block;
	width: 150px;
}
	
#rightcol a.cert {
	color: #fff;
  background-color: #090;
  font-weight: bold;
  font-style: italic;
	text-decoration: none;
	display: block;
	width: 150px;
}	

#rightcol a.cert:hover {
	color: #fff;
  background-color: #066;
  font-weight: bold;
	text-decoration: underline;
	display: block;
	width: 150px;
}

#rightcol a.img {
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
}	

#rightcol table {
	width:100%;
	border: 1px solid #066;
	border-collapse: collapse;
	margin-left: 10px;
}

#rightcol td {
	border-right: 1px solid #066;
	border-bottom: 1px solid #066;
}

#rightcol th {
	background:#eee;
}

#nav {
	list-style: none;
	text-align: center;
	padding-left: 25px;
	margin: 0 auto;
}

#nav li {
	list-style: none;
  list-style-image: none;
	background: #fff;
	width: 150px;
	height: 1.5em;
	line-height: 1.5em;
	font-size: 1em;
	text-align: center;
	margin: 2px 0;
	border-bottom: 1px solid #066;
	border-right: 1px solid #066;
}	

#nav li a {
	color: #822;
  font-weight: bold;
	text-decoration: none;
	display: block;
	width: 150px;
}	

#nav li a:hover {
	background: #066;
	color: #fff;
}	


/**FOOTER**/
#footer {
	text-align: center;
	background: #fff;
	clear: both;
	margin: 10px 15px 10px 15px;;
  padding: 10px 15px 10px 15px;
	border-top: 1px solid #066;
}	