body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}

body {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #003399;
}
strong {
	font-weight: bold;
}
h2 {
	margin-bottom: 10px;
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
	color: #1a3c80;
}

h3 {
	margin-bottom: 10px;
	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	color: #1a3c80;
}

#container {
	margin: 0 auto;
	width: 860px;
}
#header h1 {
	height: 0;
	text-indent: -9999px;
}
#header #logo {
	display: block;
	width: 860px;
	height: 60px;
	background: url(../../images/header_logo.jpg) no-repeat;
}
#nav {
	width: 860px;
	height: 30px;
	background-color: #b30000;
}
#nav li {
	float: left;
	background-color: #b30000;
}
#nav li a {
	display: block;
	padding: 0 8px;
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	postion: static;
}
#nav li a:hover {
	background-color: #900;
}

#nav li a:hover, #nav li ul a {
	postion: static;
}
#nav li ul{
	position: absolute;
	left: -9999em;
	width: 170px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;
	background-color: #b30000;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 160px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	postion: static;
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul{
	position: absolute;
	left: auto;
}
#nav li ul li{
	margin: 0;
	padding: 0;
	background-color: #b30000;
}
#nav li ul li a{
	display: block;
	width: 150px;
line-height: 25px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
}
#nav li ul li a:hover{
	background: #900;
	position: static;
}

#main {
	width: 850px;
	padding: 30px 5px;
	background: url(../../images/content_bg.jpg) no-repeat #ebebeb;
}
#main #columns {
	width: 100%;
}
#main #columns td {
	vertical-align: top;
}
#left-column {
	padding-right: 5px;
	width: 220px;	
}
#left-column #free-subscription, #left-column #archives {
	display: block;
	margin-bottom: 5px;
	height: 50px;
}
#left-column #blog, #left-column #videos {
	display: block;
	margin-bottom: 5px;
	height: 35px;
}
#left-column #latest {
clear: both;
margin-bottom: 5px;
padding: 55px 10px 10px;
font-weight: bold;
	background: url(../../images/latest.gif) no-repeat #b30000;
}
#left-column #latest ul {
margin-top: 20px;
}
#left-column #latest li {
margin-bottom: 10px;
}
#left-column #latest a {
color: #FFF;
text-decoration: none;
}

#main-column {
	margin-left: 5px;

}
.post-container {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.4em;
	background-color: #fff;
	border: 1px solid #d2d2d2;
}
.post-container .page-title, .post-container .page-title a {
	margin-bottom: 10px;
	font-family: arial, verdana, sans-serif;
	font-size: 24px;
	color: #1a3c80;
}

.post-container .post-title, .post-container .post-title a {
	font-family: arial, verdana, sans-serif;
	font-size: 24px;
	color: #1a3c80;
}
.post-container .post-title-sub {
	margin-bottom: 10px;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	color: #999;
}
.post-container p {
line-height: 1.3em;
margin-bottom: 10px;
}
.post-container ul, .post-container ol {
	margin-left: 20px;
}
.post-container li {
	list-style-type: disc;
}
.post-container ol {
	list-style: decimal;
}
.flame {
background: url(../../images/flame.gif) center 20px no-repeat #FFF;
}
.comment {
	padding: 5px 0;
	border-bottom: 1px solid #DDD;
}
.comment-success {
	background-color: #DFD;
	padding: 3px;
}
.comment-errors {
	background-color: #FDD;
	padding: 3px;
}

#archive-table {
margin-top: 20px;
}
#archive-table td {
padding: 3px;
}
#archive-table .archive-date {
width: 100px;
}
.pagination a {
margin: 2px;
padding: 3px 2px;
background-color: #fff;
}

#footer-links ul {
	margin: 0;
}

#footer-links li {
	float: left;
	margin: 2px 5px;
	list-style: none;
}
#footer-links ul ul ul {
	display: none;
}