HTML {
	overflow-x:auto; /* Required for Internet Explorer */
	
}

BODY {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	margin:0 auto 0 auto;
	width:770px;
	background-color:#1F3F62;
	text-align:left; /* Required for Internet Explorer */
	padding:0px; /* Required for Opera */
	line-height:16px;
}

TABLE {
	border:none; /* Eliminates need for border="" */
	/* width:100%; Eliminates need for width="" */
	border-collapse:collapse; /* Eliminates need for cellspacing="" */
	
}

TD {
	padding:0px; /* Eliminates need for cellpadding="" */
	vertical-align:top; /* Eliminates need for valign="top" */
}

IMG {
	border:0px;
}

A:link, A:active, A:visited {
	color:#FF6600;
	font-weight:bold;
}

A:hover {
	color:#111;
}

H1 { /* Article Title */
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#1F3F62;
}

H2 { /* Article Author */
	font:11px Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:10px;
}

.ad {
	text-align:right;
	vertical-align:inherit;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	padding:29px 9px 30px 0;
}

.menu {
	text-align:center;
	background-image:url(../img/menu.gif);
	background-repeat:no-repeat;
	padding:5px;
}

.menu a:link, .menu a:active, .menu a:visited {
	font:12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#1F3F62;
}

.menu a:hover {
	color:#111;
	text-decoration:underline;
}

.content {
	background-image:url(../img/background.gif);
	background-repeat:repeat-y;
}

.left {
	width:306px !important;
	padding:0 5px 0 10px;
}

.right {
	padding:0 18px 0 5px;
}

.footer {
	background-color:#8F9BBB;
	padding:5px;
	text-align:center;
	border:solid 1px #FFF;
	border-top:none;
}

.footer a:link, .footer a:active, .footer a:visited {
	font-weight:normal;
	text-decoration:none;
	color:#111;
}

.footer a:hover {
	text-decoration:underline;
}