body {
	background-color: #395a79;
	padding: 0;
	margin: 0;
}

body, p, a {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 1.75em;
}

img {
	display: block;
	border: 0;
}

h1 {
	font-size: 18px;
	color: #395A79;
	text-align: left;
}

h3 {
	font-size: 16px;
	color: #395A79;
	text-align: left;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	color: #395A79;
}

h5 {
	font-weight: bold;
	font-size: 12px;
}
/*************************
  more styles
 ************************/

#main {
	width: 612px;
	margin: 0 auto;
	background-color: #e3ecc5;
	border: 1px solid black;
}

p.q {
	font-weight: bold;
}

.caption {
	font-style: italic;
	font-size: 10px;
}

/*************************
 * top nav 
 *************************/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 100;
}

#nav a {
	display: block;
	width: 120px; /*5em*/
	height: 2.75em;
	background-color: #a6caea;
	text-decoration: none;
	vertical-align: middle;
	color: #333;
	font-weight: bold;
	text-align: center;
	line-height: 1.25em;
}

#nav a:hover, #nav a.on {
	color: #FFF;
	background-color: #395a79;
}

#nav li {
	float: left;
	width: 120px; /*5em*/;
	border: 2px #395a79 solid;
	border-left-width: 0;
}

#nav li.first {
	border-left: 2px #395a79 solid;
}

#nav ul {
	margin-left: -2px;
}

#nav ul li {
	margin: 0;
	border-width: 0;
	height: 25px;
}
#nav ul a {
	display: block;
	width: 160px;
	height: 16px;
	text-align: left;
	padding: 5px 10px;
	background-color: #395a79;
	border-top: 1px solid black;
	color: #FFF;
}

#nav ul li.first a, #nav ul li.second a {
	height: 16px;
}

#nav ul a:hover {
	background-color: #6BB340;
}
#nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/*************************
 * end top nav 
 *************************/


#tbl_content {
	clear:both;
	width: 612px;
}

#tbl_content td {
	vertical-align: top;
}

#tbl_content td.quote {
	width: 102px;
	background-color: #a6caea;
	border-right: 2px solid #395a79;
	padding: 40px 10px;
}

#tbl_content td.quote p {
	font-size: 14px;
	font-style: normal;
	font-family: palatino;
	font-weight: bold;
	line-height: 1.75em;
	color: #395a79;
}

span.author {
	line-height: 1.5em;
	font-style: italic;
	font-size: 13px;
}

#tbl_content .content {
	padding: 25px;
}

#tbl_content .content p.quote {
	font-style: italic;	
}

#tbl_content .content ul {
	margin-left: 10px;
	padding-left: 10px;
}

#botpic {
	margin-top: 20px;
	color: #FFF;
	font-size: 20px;
	padding-top: 80px;
	background: url(../images/wic_footerpic.gif) no-repeat top right;
}

#footer {
	width: 612px;
	margin: 0 auto;
	color: #b8bfd6;
	text-align: right;
	font-size: 9px;
}

.tbl_story td, .tbl_story th {
	padding: 5px;
	border: 1px solid black;
}

.submenu {
	text-align: center;
	padding-bottom: 15px;
}

.submenu a {
	font-size: 10px;
}