body {
    background-color: #F7F7F7;
    font: 10pt Arial;
    background-image: url("http://ezarticlelink.com/images/bg-header.png");
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;		
}
h1 {
    color: #C88039;
    font: bold 18pt Arial;
}
h2 {
    color: #003366;
    font: bold 12pt Arial;
}
h3 {
    color: #003366;
    font: bold 10pt Arial;
    margin: 0;
    padding: 0;
}
a {
    color: #0066CC;
    text-decoration: underline;
}
a:link {
    color: #0066CC;
    text-decoration: underline;
}
a:visited {
    color: #0066CC;
}
a:hover {
    color: #FF9834;
    text-decoration: none;
}
a:active {
    color: #FF9834;
    text-decoration: none;
}
p {
    font: 10pt Arial;
}
tr {
    font: 10pt Arial;
}
textarea {
    font-family: Arial;
    font-size: 10pt;
    width: 100%;
}
input.button {
    overflow: visible;
    padding: 0 0.5em;
    width: auto;
}
.main-container {
    background-repeat: repeat-x;
    text-align: center;
    width: 100%;
}
.header-container {
    height: 94px;
    margin: 0 auto;
    width: 720px;
}
.header-logo {
    float: left;
    margin-top: 3px;
}
.header-account {
    float: right;
    margin: 10px;
}
.nav-main-container {
		text-align: center;
		height: 26px;
		padding-left: 20px;
}
.content-main-container {
    text-align: center;
    width: 100%;
    background-color: #FFFFFF;
		border-top: 1px solid #999999;
}
.content-center-container {
    margin: 0 auto;
    text-align: left;
    width: 720px;
    padding: 20px 0 20px 0;
}
.nav-tab-container {
    font-size: 9pt;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 710px;
}
.navTab {
    background-color: #336699;
    float: left;
    margin-right: 3px;
    padding: 5px 10px;
}
.navTab a {
    color: #FFFFFF;
    text-decoration: none;
}
.navTab a:hover {
    color: #FF9834;
    text-decoration: none;
}
.navTab a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.current {
    background-color: #FFFFFF;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
		color: #000000;
    float: left;
    margin-right: 3px;
    padding: 5px 10px;
		text-decoration: none;		
}
.current a {
    color: #000000;
		text-decoration: none;
}
.highlight {
    background-color: #CC0000;
}
.submenu {
    background: none repeat scroll 0 0 #336699;
    position: absolute;
    top: 26px;
    width: 200px;
    z-index: 100;
}
#submenu1 {
    left: 170px;
    display: none;
}
#submenu2 {
    left: 335px;
    display: none;
}
.submenu-link {
    border-bottom: 1px solid grey;
    height: 15px;
    margin: 5px 10px;
}
.submenu-link a {
    color: #FFFFFF;
    text-decoration: none;
}
.submenu-link a:hover {
    color: #FF9834;
}
.footer-main-container {
    background-image: url("http://ezarticlelink.com/images/bg-footer.png");
    border-top: 1px solid #BBBDC6;
    font-family: arial;
    font-size: 10pt;
    padding: 20px;
    text-align: center;
		height: 50px;		
}
.affiliate-benefit {
    float: left;
    margin: 0 0 5px;
}
.affiliate-learn-more {
    color: #0066CC;
    cursor: pointer;
    float: left;
    margin-left: 5px;
}
.affiliate-details {
    display: none;
    margin: 5px 0 15px 17px;
}
.testimonial-request{
    text-align: right;
    margin: -8px 0px 10px 0;
    color: #999999;
    padding: 0 5px;
}
.affiliate-contest{
		background-image: url("http://ezarticlelink.com/images/affiliate-contest-popup.png");
    width: 243px;
    height: 309px;
		position: fixed;
		right: 0;
		bottom: 0;
		display: none;
		cursor: pointer;
		z-index: 1000;
}
.affiliate-contest-close{
		z-index: 1100;
		font-weight: bold;
		position: fixed;
		right: 0;
		bottom: 0;
		color: #FFFFFF;
		cursor: pointer;
}
