/* Standard Tags */
body {
	margin-top: 15px;
	background: #DEDEDE url(../images/tdpbackground.png) top center repeat-y;

}

h1 { 
	color: #7E4547;
	font-weight: 500;
	font-size: 24px;
	font-family: Tahoma, Helvetica, sans-serif ;
	text-decoration: none;
}

h2 { 
	color: #7E4547;
	font-weight: 500;
	font-size: 20px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
}

h3 { 
	color: #7E4547;
	font-weight: 500;
	font-size: 16px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
 }
 
h4 { 
/*	color: #592626; red/grey */
	color:#7E4547;
	font-weight: 500;
	font-size: 14px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
 }

p { 
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

td { 
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}


li { 
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}


/* Your own classes*/

.smalllinktext {
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

.tooliegreybold {
  	color: #404040;
	font-weight: bold;
}

.tooliebluebold {
  	color: #0F6292;
	font-weight: bold;
}

.toolieredbold {
  	color: #C01F25;
	font-weight: bold;
}

.mastertable{
	background-color: #FFFFFF;
}
.header {
	background:url(../images/tdpheader.png) #FFFFFF top center no-repeat;
	height:120px;
	width:900px;

}
.content {
	padding: 10px 20px;
}
.nav {
/*
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080; */
	padding: 5px;
	border-top: solid 1px #C01F25;
	border-bottom: solid 1px #C01F25;
	background-color: #DEDEDE;
}
.vspacer {
	width:15px;
	background-color:#DEDEDE;
}

.rightcolumn {
	padding: 10px 15px;
/*	border-left: 1px solid #808080; */
}
.rightcolumn li {margin-left:-20px;}
.footer {
	padding: 10px; 
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}


/* Hyperlinks */

a { 
	color: #C01F25;
	font-weight: bold;
	text-decoration: none;
}

a:hover { 
	color: #C01F25;
	text-decoration: underline;
}
 
a:active {
	color: #FFCC00;
	}

a:visited { 
	color: #505050;
	text-decoration: underline;
}

a:visited:hover { 
	color: #FFCC00;
	text-decoration: underline;
}


