body {
    text-align: center; 
    background-color: #fff;
    border-top:4px solid #1d6590;
}
.section {
    margin-bottom: 50px;
}
#wrapper {
    margin: 0 auto;
    text-align: left;
    padding: 20px 35px;
    width: 890px;
}
#header_image {
    margin-top: 4em;
}
#main {
    overflow: hidden;
    margin: 55px 0 0 -2px;
}
#content,
#subnav
{
    padding-bottom: 15px;
}
#content {
    float: left;
    
    width: 401px;
}
#subnav {
    overflow: visible !important;
    position: relative;
    width: 401px;
    margin-left: 486px;
}
* html #subnav {
    margin-left: 481px;
}
#main > #subnav { /* IE6 can't read this */
    width: auto; /* IE 7 */
}
#head {
    margin-top: -11px;
    margin-bottom: 30px;
}
#subhead
{
    margin-bottom: 30px !important;
}
#content h3 {
    margin-top: 2em;
    margin-bottom: .125em;
}
#content h3:first-child {
    margin-top: 0;
}
blockquote {
    padding: 1em;
    
}
blockquote p {
    margin-bottom: .5em !important;
    padding: 0 !important;
}
p img {
    float: left;
    margin-right: .5em;
}
#footer {
    clear: both;
}



#mytable {
	width: 400px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 400px;	 
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	word-spacing: 90px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#col {
	border-right: none;
	border-bottom: none;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	width: 200px;
	
}

td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 35px;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
