body {
	background-color: #FCFAFC;
}

#topBanner {
    margin: 10px auto;
    width: 670px;
    height: 83px;
/*  border: 1px red solid; */
}

#topBanner img {
    margin: 0;
    margin-left: 0px;
    padding: 0px;
}

#adSenseTop {
    width: 468px;
    height: 60px;
    float: right;
    margin-top: 23px;
}

div.mainContentContainer {
/*	border: 1px red solid; */

    /* Rounaded corner stuff */
    -moz-border-radius:10px; /* Firefox */ 
    -webkit-border-radius:10px; /* Safari and chrome */ 
    -khtml-border-radius:10px; /* Linux browsers */ 
    border-radius:10px; /* CSS3 */
    behavior:url('/style/border-radius.htc');


    background-color: #1B528F;

    margin: 10px auto;
    padding: 3px 10px 10px 10px;
    width: 650px;
}

div.mainContentContainer h1 {
    margin-top: 0px; /* relative to the top of the div */
    margin-bottom: 0;
    color: #CCCCCC;
}

div.mainContent {
    margin: 5px -10px 0 -10px;
    background-color: #8FB1D8;
    padding: 3px 6px;
    font-size: large;
	color: #444444;
}

#intro {
    background-color: #FCFAFC;
    /* Rounaded corner stuff */
    -moz-border-radius:10px; /* Firefox */ 
    -webkit-border-radius:10px; /* Safari and chrome */ 
    -khtml-border-radius:10px; /* Linux browsers */ 
    border-radius:10px; /* CSS3 */
    behavior:url('/style/border-radius.htc');
    padding: 10px 0;
}

div#intro p {
    margin: 30px;
}

p.info {
	font-weight: bold;
	border: #7B3506 solid 2px;
}

div.explImg {
    float: right;
    padding: 0;
    margin-top: 5px
}

div.explImgLarge {
	margin: 4px auto;
	paddin: 0;
	width: 450px;
}

div.clearAll {
    clear: both;
	height: 1px;
}

div.mainContentContainer ul li {
	margin : 7px 5px;
}

#mainContentBottom {
/*    border: green thin solid; */
    position: relative;
}

#mainContentBottom p {
}

#mainContentBottom span.nextLink {
    color: #e3e3e3;
    background-color: #C4145E;
    padding: 5px 7px;
    position:absolute;
    -moz-border-radius:5px; /* Firefox */ 
    -webkit-border-radius:5px; /* Safari and chrome */ 
    -khtml-border-radius:5px; /* Linux browsers */ 
    border-radius:5px; /* CSS3 */
    right: 5px;
    width: auto;
    text-align: center;
}
#mainContentBottom span.nextLink  a {
    color: #e3e3e3;
}

div.bottomLinks {
	font-size: small;
	color: #aaaaaa;
	margin: 1px auto;
	width: 450px;
	text-align: center;
}
div.bottomLinks a {
	color: #aaaaaa;
}

