html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}

html, body { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #666;
	background: #3f5d77 url(bkgrd_page.jpg) 0 0 repeat-x;
    overflow: -moz-scrollbars-vertical !important; 
}

p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0.8em 0em;
}

.clearing
{
    clear:both;
    font-size:0px;
    height:0px;
    width:0px;
}

/*-----------------------------------------
	Layout
-----------------------------------------*/

.header_container {
	position: absolute;
	z-index: 1;
	height: 87px;
	width: 100%;
	background: url(header_bkgrd_left.jpg) 0 0 repeat-x;
}

	.header {
		position: absolute;
		z-index: 2;
		left:50%;
		width:952px;
		margin-left: -476px;
		height: 87px;
	}

	.header_container .rightbar {
		background: url(header_bkgrd_mid.jpg)
	}


	.header_right_bkgrd {
		position: absolute;
		z-index: 1;
		top:0;
		left: 50%;
		width:50%;
		height: 87px;
		background: url(header_bkgrd_right.jpg) 0 0 repeat-x;
	}

.content_container {
	position: absolute;
	z-index: 2;
	top:87px;
	left:50%;
	width:952px;
	margin-left: -476px;
	background-color:#fff;
}
    .content_container  ul,
    .content_container  ol {
	    margin: 15px 25px;
	    line-height: 1.4em;
    }
    .content_container li
    {
	    margin-top:10px;
    }
    .content_container  ul {
	    list-style-image: url(bullets_white-round.gif);			
    }

.content_padding
{
    padding:20px;
}

.header .logo {
      position: absolute;
      top:18px;
      left:8;
      width: 275px;
      height: 69px;
      text-indent: -9999px;
      overflow: hidden;
}


.header .topnav {
	position: absolute;
	top:8px;
	left:368px;
	text-align: left;
	color: #fff;
	font-size: 11px;
}

	.header .topnav li {
		display: inline;
	}

		.header .topnav li a {
			position: relative;
			color: #fff;
			height: 13px;
			text-decoration: none;
			padding: 2px 12px;
		}
		
			.header .topnav li a:hover {
				color: #b0cce6;
			}

		.header .topnav li.borders a {
			border-left: 1px solid #356ea2;
			border-right: 1px solid #356ea2;
		}

		
	.header .topnav li.signin {
		font-size: 10px;
		font-weight: bold;
		color:#e2c500;
	}
	
.content_footer {
	background-color:#666;
	padding:8px;
	color:#999;
	text-align:center;
	font-size: 11px;
}
    .content_footer a {
	    color:#fff;
    }
    .content_footer b {
	    color:#fff;
    }


.login
{
		background: url(login_bottom.gif) bottom left no-repeat;
		width:351px;
        padding-bottom:4px;
        float:left;
}
    .login_header_tab0
    {
		    background: url(login_tab0.gif) top left no-repeat;
		    height:42px;
    }
    .login_content
    {
        padding:4px;
        padding-top:0px;
        border-left:#ccc solid 1px;
        border-right:#ccc solid 1px;
		font-size:11px;
    }
    .login_form
    {
        background-color:#e3e7ec;
        padding:15px;
    }

.ads
{
    float:left;
    width:470px;
    margin-left:20px;
}

.ads .col2
{
    margin-left:20px;
    float:right;
    width:130px;
}