body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
    }

.BodyBG {
    background-image: url(/images/common/body-bg.gif);
	background-image: none;
    background-repeat: repeat-y;
    background-position: top center;
    background-color: #828a9a;
	background-color: #FFFFFF;
    }

.Wrapper {
	width: 990px;
	margin: 0px auto;
	display: block;
	padding: 0px 0px 0px 0px;
	}
.Page {
    position:relative;
    width: 990px;
    display: block;
    border: 0px solid #fff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    }

/* Site Column Structure */
.MainContainer {
    display: block;
    float: left;
    margin-top: 10px;
    }
    .Single-Col {
        width: 160px;
        margin: 0px 0px 0px 0px;
		padding: 18px 10px 0px 0px;
		overflow: hidden;
        }
    .Content-Col {
        width: 500px;
        background-color: #FFFFFF;
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 0px;
		overflow: hidden;
        }
    .Middle-Col {
        width: 670px;
        background-color: #FFFFFF;
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 0px;
		overflow: hidden;
        }
    .Right-Col {
        width: 300px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
		overflow: hidden;
        }

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #2e3c56;
	line-height: normal;
    }


h1 {
	font-family: Times, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
    color: #2e3c56;
	line-height: 1.1em;
	margin-bottom: 10px;
    }

h2 {
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.1em;
	margin-bottom: 10px;
    }

h3 {
	font-weight: normal;
	font-size: 14px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #2e3c56;
	line-height: 0.8em;
	padding-top: 8px;
	margin-bottom: 10px;
    }

h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
    margin-bottom: 5px;
    color: #2e3c56;
    }
	h4 a {color: #2e3c56; }
	
h5 {
	font-size: 11px;
	font-weight: normal;
    margin-bottom: 5px;
    color: #2e3c56;
    }

h6 {
	font-weight: normal;
	font-size: 10px;
	color: #222;
	line-height: 1.3em;
	padding: 0px 8px 5px 8px;
	margin: 0px;
	}

p {
	line-height: 1.3em;
	margin-bottom: 5px;
    }
a { color: #da663d; text-decoration: none; }

	a:hover,
	.ContentLink a:hover,
	.PopularContent a:hover,
	.Classifieds-Links a:hover
	{ color: #da663d; text-decoration: none; }

img { border-width: 0;}

/* LIST STYLES  =================================*/
ul {
	margin: 0px 0px 0px 17px;
	padding: 0;
	}
	ul li {
		padding: 5px 0px 0px 0px ;
		}
	ol {
		margin-left: 25px;
		padding: 0;
		}
	ol li {
		padding: 5px 0px 0px 0px ;
		}

/* HEADING RULE STYLES ********************/
HR {
	height: 1px;
	border-top: 1px solid #adacbc;
	color: #adacbc;
	}

	.HRule01 {
		height: 1px;
		border-top: 1px dotted #adacbc;
		padding: 0;
		margin: 5px 0px 3px 0px;
		color: #AFA798;
		}
	.HRule02 {
		height: 1px;
		border-top: 1px dotted #333333;
		padding: 0;
		margin: 5px 0px 3px 0px;
		color: #AFA798;
		}
	.HRule03 {
		display: block;
		height: 9px;
		padding: 0px 5px 0px 5px;
		background-image: url(/images/section-divider-horizontal.gif);
		background-repeat: repeat-x;
		}

/* Advertising Banners =================== */
	.Site-Banner-Placement {
		width: 990px;
		height: 130px;
		}

	.Site-Banner {
		width: 760px;
		height: 120px;
		position: absolute;
		top: 35px;
		right: 0px;
		vertical-align: middle;
		}
	.Site-Skyscraper {
		position:absolute;
		width: 160px;
		height: 600px;
		top: 20px;
		left: 33px;
		display: none;
		}
	.Site-Skyscraper-Placeholder {
		width: 160px;
		height: 600px;
		margin: 40px 0px 20px 10px;
		}

.clear {
    clear: both;
    }
