/* DDS Resources CSS */ 

html, body { font-family: Georgia, "Times New Roman", Times, serif;
	font-size:100%;}

body { margin:0; padding:0;
	background:#CCE6F1 url('ddsFPready2/~%20trial%20pages/images_trial/dds_hbg.gif') repeat-x 0px 0px;
	color: #000000;
	font-size: 80%}

/*** reset browser defaults ***/
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre {margin: 0; padding: 0;}
    /* no top and bottom margins on nested lists */
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {margin-top: 0; margin-bottom: 0;}
    /* no borders on images, img links or tables */
img, a img, :link img, :visited img {border: none}
table {border-collapse: collapse;}
table, td, caption { font-size: inherit; font-weight: inherit; font-style: inherit; font-variant: inherit;}

/*** text format  ***/
pre, code { font-size:1em;}
strong, b {font-weight: bold;}
  
h1, h2, h3, h4, h5, h6 { color: #006699;margin-top: 3%;}
h1 { font-size: 1.4em;margin-top: 5%;}
h2 { font-size: 1.2em;}
h3 { font-size: 1.1em;}
h4 { font-size: 1.0em;}
h5 { font-size: 1em;}

a:link { color: #3333CC;}
a:visited {color: #333366;}
a:hover {color: #990000;}
a:active {color: #CC0000;}

ol, ul, li { font-size: 1.0em; line-height: 130%; margin: .5em 0 1em 1.5em;}
li { margin: .5em 0 .5em 1.5em;}

p { font-size: 1.0em; 
    line-height: 130%; 
	padding:.5em 0 .5em 0;}
li > p { margin-top: 0.2em;}

/***** layout *****/

#outer{
	width:720px; height:100%;
	margin: 0; padding: 0;
	border-spacing:0; border-collapse:collapse;border:none;} 

#header {height: 147px;width: 720px;
	margin: 0;padding: 0;}


#leftcol, #leftcolfoot{
	width:150px;
	background:#fff url('images/dds_lcolbg.gif') repeat-y left top;
	vertical-align: top}
	
#rtcol {width:570px;vertical-align:top;
	background: #fff url('images/corner_tl.gif') no-repeat right top;}
	
#content {width:500px; padding: 0 40px 0 30px;}

	
/**** left nav ****/
#navcontainer { width: 150px;position: relative;}
#navcontainer ul{
	margin:6px 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-type:none;
	line-height: 100%;/*for Moz*/
}
#navcontainer ul li{
	padding:0;
	margin:0;
	line-height: 1.25em;/*for Moz*/
	position: relative;
}
#navcontainer a{
	display: block;
	width: 118px;
	padding: 3px 2px 3px 10px;
	background: #E1F0F7;
	color: #666666;
	/*border-bottom: 1px solid #CCE6F1;*/}
* html #navcontainer a{	width: 130px;/*IE5 sees this*/
	 w\idth: 130px; }/*IE6 and IEmac see this*/
	 
#navcontainer a:link, #navcontainer a:visited{text-decoration: none;border-bottom: 1px solid #ccc;}
#navcontainer a:hover{background: #eee;border-bottom: 1px solid #fff;}

/**** footer nav ****/
.navlist { padding:0; margin:0; font-size:10pt}
.navlist li {
	list-style: none;
	padding:0; margin:0;
	display: inline;line-height: 2em;}
.navlist li a {
	padding:0 .5em 0 .2em; 
	margin:0;
	border-right: 1px solid #999999;
	text-decoration: none;
	white-space: nowrap;
	font-size: 1em;}
.navlist li a:link {color: #33c;}
.navlist li a:visited {color: #336;}
.navlist li a:hover {color: #900;}

#footer {
	height: 10em;
	background: #fff;
	color: #000000;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
	
#footer ul.navlist  {width:540px; margin: 0 30px 0 0;
border-top: solid 2px #eee;}

#footer p { line-height:150%;}
#footer .contact {
	white-space: nowrap; 
	margin-right:1.5em; 
	margin-left:1.5em;}
	
#formtable td p {text-align:right; color:#666666; padding-right:2px;}
#formtable td p.confidential{text-align:left; color:#333; padding:2px;}
.resumetable { padding:6px; border:1px solid #999;}
.resumetable td { padding:0 4px; border:none;}
.resumetable td p{ padding:4px 8px;}

.testimonial{font-style: italic; font-size:10pt}
.tsig {color: gray;}

.copyright { color: #666; }
.inline {display: inline;}
.nowrap {white-space: nowrap;}
.alt1 {color: #EB2B0B;}/* red */
.floatrt {
	float: right;
	margin-bottom: 12px;
	margin-left: 12px;
}
.floatleft {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
.clearboth {
	clear: both;
}
.unnamed1 {
	line-height: 2px;
}
