html { height: 100%; margin: 0; padding: 0; }
body {
    margin: 0;
    padding: 0;
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 14px;
	color: #663300;
	background-image: url(/images/bgtile.gif);
	height: 100%;
}

a:link { text-decoration: underline; color: #663300; }
a:active { text-decoration: underline; color: #663300; }
a:visited { text-decoration: underline; color: #663300; }
a:hover { text-decoration: underline; color: #663300; }

img {
	padding: 0;
	margin: 0;
	border: none;
}

/* Tabbed navigation styles */
table.nav_row {
    height: 41px;
    margin: 0;
    padding: 0;
    width: 100%;
}

table.nav_row td { margin: 0; padding: 0; }

table.nav_row td a {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
    color: #663300;
    text-decoration: underline;
}

table.nav_row td.active a {
    color: #FF6600;
    text-decoration: none;
}

table.nav_row td#first {
    background: url(/images/tab-left-first.gif) no-repeat;
    width: 8px;
}
table.nav_row td#first.active {
    background: url(/images/tab-active-left-first.gif) no-repeat;
    width: 8px;
}

table.nav_row td#left {
    background: url(/images/tab-left.gif) no-repeat;
    width: 8px;
}
table.nav_row td#left.active {
    background: url(/images/tab-active-left.gif) no-repeat;
    width: 8px;
}
table.nav_row td#overlap {
    background: url(/images/tab-left-overlap.gif) no-repeat;
    width: 8px;
}
table.nav_row td#middle {
    background: url(/images/tab-middle.gif) no-repeat;
    width: 80px;
    text-align: center;
    padding-left: 5px;
}
table.nav_row td#middle.active {
    background: url(/images/tab-active-middle.gif) no-repeat;
    width: 80px;
    text-align: center;
}

table.nav_row td#right {
    background: url(/images/tab-right.gif) no-repeat;
    width: 15px;
}
table.nav_row td#right.active {
    background: url(/images/tab-active-right.gif) no-repeat;
    width: 15px;
}

table.nav_row td#last {
    background: url(/images/tab-right-last.gif) no-repeat;
    width: 23px;
}
table.nav_row td#last.active {
    background: url(/images/tab-active-right-last.gif) no-repeat;
    width: 23px;
}

table.nav_row td#end_stretch {
    background-image: url(/images/tab-end-dot.gif);
    background-repeat: repeat-x;
}
table.nav_row td#end_pixel {
    background-image: url(/images/tab-end.gif);
    background-repeat: no-repeat;
    width: 1px;
}

/* User sticker styles */
div.sticker {
    background-color: #FFFBEA;
    border: 1px dashed #846E55;
    width: 202px;
    height: 66px;
    padding: 6px 4px 4px 4px;
}
div.sticker_pic {
    float: left;
    margin-right: 8px;
}

/* Login bar styles */
table.login_bar_table {
    width: 100%;
    border: none;
    height: 29px;
    padding: none;
    margin: none;
}
table.login_bar_table td { font-size: 10px; }
div.login_bar {
    background-image: url(/images/loginbar.gif);
    background-repeat: no-repeat;
    width: 575px;
    text-align: right;
    padding: 0 0 0 5px;
    margin: none;
    float: left;
}

/* Footer styles */
table.footer_table {
    width: 760px;
    margin: 0;
    padding: 5px 0 0 0;
    border: none;
}

table.footer_table tr.smallfooter td {
    font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
}

table.footer_table tr.bigfooter td {
    font-size: 12pt;
    font-weight: normal;
}

/* Form styles */
input {
    text-indent : 2px;
    color: #663300;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    border-color: #663300;
}

input.login_field {
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    color: #663300;
    background-color: #FFFFFF;
    height: 14px;
    width: 71px;
    border: 1px solid #663300;
}

input.mainoption {
    background-color: #FAFAFA;
    font-weight: bold;
    border-width: 1px;
}

/* Layout styles - div tags */
div.container {
    width: 820px;
    height: 100%;
    padding: 10px 0 30px 10px;
    margin: 0;
    background-color: #FFFFFF;
    border-right: 2px dashed #00CCFF;
    float: left;
}
div.body_contents {
    background-color: #F1FBFF;
    padding: 6px;
}
div.body_head {
    background-color: #FFFFFF;
    border: 1px dashed #663300;
    padding: 2px 18px 3px 12px;
    font-size: 11px;
}
div.body_head td {
    font-size: 11px;
}

div.body_middle {
    background-color: #FFFFFF;
    border: 1px dashed #663300;
    width: auto;
	padding: 5px;
}
div.body_middle h1 {
    color: #FF9900;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
div.body_middle p {
    font-size: 14px;
    color: #663300;
    /*margin: 0;*/
    font-family: Arial, Helvetica, sans-serif;
}

/* Layout styles - table tags (a necessary evil to maintain the old look */
table.body_container {
    border-left: 1px solid #663300;
    border-right: 1px solid #663300;
    border-bottom: 1px solid #663300;
    width: 100%;
    margin: 0;
    padding: 0 6px 6px 6px;
}
table.container_layout {
    width: 740px;
    height: auto;
    margin: 0;
    padding: 4px 0 0 0;
    border-collapse: separate
    border-spacing: 0;
    border: none;
}
table.container_layout tr {
    margin: 0;
    padding: 0;
}

table container_layout td {
    margin: 0;
    padding: 0
}
table.layout_table {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border: none;
}

#articles_left {width:200px; margin-right:10px;}
#articles_left ul {margin:0; padding:0;}
#articles_left li {list-style:none; width:185px; height:26px; background:#f1fbff  url(/images/articleleftbg.gif) no-repeat top left; padding:7px 0 0 5px; margin-bottom:5px;}
#articles_left li a { font-size:16px; font-weight:bold; color:#d56000; text-decoration:none; font-family:Georgia, "Times New Roman", Times, serif;}

.smalltext {font-size:10px; margin:0;}
.affiliatelink2 {color:#5325d9; font-size:14px;}
a.affiliatelink2 {color:#5325d9;}
.affiliatelink {font-weight:bold; color:#5325d9; font-size:14px;}
a.affiliatelink {color:#5325d9;}


