/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #ffffff; /* color for browser window background color and
footer top border */
margin: 0;
padding: 0;
font-family: Verdana, Arial, Courier New, Times New Roman;
color: #000;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
clear: both;
}

h2, h3, h6 {
margin-top: 24px;
}

h1 {
margin-top: 0px;
font-family: Verdana, Arial, Courier New, Times New Roman;
font-size: 1.9em;
text-align: center;
color:#000000;
}

h2 {
font-family: Verdana, Arial, Courier New, Times New Roman;
font-size: .85em;
color:#b00000;
background-color: #D8D8D8;
font-style: italic;
padding-bottom: 3px;
padding-top: 3px;
padding-left: 25px;
padding-right: 25px;
width: 500px;
text-align: center;
margin: 18px auto 24px auto;
}

h3 {
font-family: Verdana, Arial, Courier New, Times New Roman;
font-size: 1.2em;
font-weight: bold;
color:#000000;
margin-bottom: 24px;
}

H4 {
font-family: Verdana, Arial, Courier New, Times New Roman;
font-size: 1.2em;
margin-top: 0px;
background: #000000;
color: #ffffff;
padding: 4px;
width: 100%;
BORDER-TOP: #d00000 thin solid;
BORDER-LEFT: FFFFFF thin solid;
BORDER-BOTTOM: #d00000 thin solid;
BORDER-RIGHT: #d00000 thin solid;
text-align: center;
}

H5 {
font-family: Verdana, Arial, Courier New, Times New Roman;
font-size: 1.0em;
background: #ffffff;
color: #000000;
padding: 4px 0px 4px 0px;
width: 85%;
BORDER-TOP: #d00000 thin solid;
BORDER-LEFT: #d00000 thin solid;
BORDER-BOTTOM: #a00000 thin solid;
BORDER-RIGHT: #a00000 thin solid;
text-align: center;
margin: 10px auto 10px auto;
}

H6 {
font-family: Verdana, Arial, Courier New, Times New Roman;
font-size: .90em;
color: #8B0000;
text-align: left;
}


blockquote {
margin: 12px 56px;
color: #000000;
font-size: 90%;
line-height: 20px;
font-family:  Verdana, Arial, Courier New, Times New Roman;
}

code {
color: #000000;
}

img {
border:  0;
margin: 10px;
}

img.nomargin {
border:  0;
margin: 0px;
}

img.smmargin {
border:  0;
margin: 5px;
}


a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: #cc0000; 
text-decoration: underline;

}

a:visited {
color: #800080;
text-decoration: underline;
}

a:hover {
color: #a00000;
text-decoration: underline;

}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 2px solid #b00000;   /* dark brown, headlines and borders */
}

#Header {
position: relative;
height: 156px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0
NavColumnWidth" */
}

#NavColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less
than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in
#PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less
than 180 here */
margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 1px solid #ffffff;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-image: url(../image-files/making-money-bg.gif);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/making-money-out-of-the-box.jpg); 
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/making-money-bg.gif);
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
/* ----- background-image: url();  -----*/
background-repeat: repeat-y;
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #000000;     /* dark */
text-align: center;
color: #ffffff;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: #000000;
}

#ExtraColumn {
font-size: 90%;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Verdana, Arial, Courier New, Times New Roman;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {      /* -- div class is Navigation -- */
padding: 0;
font-size: 110%;
color: #000000;
border-bottom: 1px solid #000000;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #ffffff;        /* tan, for button and RSS box backgrounds --
*/
border: 1px solid #b00000;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #cc0000;
display: block;     /*  this makes the whole box highlight rather than just the
text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #800080;
display: block;     /*  this makes the whole box highlight rather than just the
text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: #a00000;
display: block;     /*  this makes the whole box highlight rather than just the
text */
padding: 3px 0 3px 4px;
background-color: #ffffff;   /* light used in center column of background.gif
and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #006400;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Verdana, Arial, Courier New, Times New Roman;
}

.ExtraNav ul {
list-style-type: none;
padding: 2;
}

.ExtraNav ul li {
display: inline;
background-color: #FFFFFF;
text-align: center;
}

.ExtraNav a:link {
color: #990000;
text-decoration: none;
text-align: center;
font-weight: bold;
padding: 0px 0px 0px 2px;
}

.ExtraNav a:visited {
color: #990000;
font-weight: bold;
text-decoration: none;
}

.ExtraNav a:hover {
color: #b00000;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: #FFFFFF;
padding-top: 2px;
padding-bottom: 4px;
}



/* ------ Section 6 - Boxes ------ */

.HeadlineBox {
background-color: #FFFFFF;
font-size: 80%;
text-align: center;
width: 85%;
border: 0;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}


.CalloutBox {
background-color: #FFFFFF;
width: 90%;
font-size: 90%;
border: 1px dotted #b00000;
margin: 18px auto 24px auto;
padding: 4px;
color: black;

}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.NavBox {
background-color: #FFFFFF;
width: 94%;
border: 1px dotted #b00000;
margin: 2px auto 2px auto;
padding: 2px;
text-align: left;
font-size: 85%;
color: #b00000;
}

.quote {
background-color: #FFFFFF;
width: 84%;
border: 1px dotted #b00000;
margin: 2px auto 2px auto;
padding: 10px;
text-align: left;
font-family: Courier New, Verdana, Arial, Times New Roman;
font-size: 100%;
color: #b00000;
}


.SearchBox {
background-color: #D8D8D8;
width: 94%;
border: 1px dotted #cc0000;
margin: 5px 0px 7px 5px;
padding: 10px 0px 10px 0px;
text-align: left;
font-size: 85%;
color: #000000;
}



.FormBox {          
background-color: #ffffff;
width: 90%;
border: 2px dotted #b00000;
margin: 0 0 4px 4px;
text-align: center;
font-size: 90%;
color: #000000;
}

.FormBox h6 {
margin: 0;
padding: 2px;
text-align: center;
font-size: 110%;
background-color: #ffffff;
color: #b00000;
}

/*Style applied to forms l*/
.search {
background-color:#ffffff;
border-style:solid;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
padding: 2px 0px 2px 0px;
font-family: Verdana, Arial, Courier New, Times New Roman;
color:#b00000;
font-size:xx-small;
border-color:#b00000 #b00000 #b00000 #b00000;
font-weight:bold;
margin: 0px 0px 0px 12px;
}

/*Style applied to forms l*/
.searchdark {
background-color:#ffffff;
border-style:solid;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
padding:2px 0px 2px 2px;
font-family: Verdana, Arial, Courier New, Times New Roman;
color:#b00000;
font-size:xx-small;
border-color:#b00000 #b00000 #b00000 #b00000;
font-weight:bold;
}


.ReminderBox {          
background-color: #FFFFFF;
width: 24%;
border: 1px solid #b00000;
margin: 10px;
padding: 7px;
float: right;             /* adding float enables text to flow around it */
color: #b00000;
text-align: center;
font-size: 90%;
font-weight: bold;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #000000;
color: #FFFFFF;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn
{
padding: 5px;
background-color: #ffffff;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #ffffff;
width: 90%;
border-top: 1px solid #d00000;
border-bottom: 1px solid #ffffff;
margin: 0 auto 12px auto;
padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #FFFFFF;
border: 1px solid #ffffff;
margin: 8px auto 2px 3px;
padding: 2px 2px 2px 2px;
font-size: 100%;
font-weight: bold;
color: #ffffff;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.redb{
font-weight:bold;
color: #8B0000;
}

.Caption {
font-size: 90%;
font-weight: bold;
color: #ffffff;
display: block;
line-height: 150%;
margin-bottom:5px;
text-align: center;
}

/* -- tables -- */
table.captionrt {
border-width: 0px 0px 0px 0px;
border-spacing: 0px;
float: right;
margin: 0px 0px 0px 20px;

}

table.captiongvo {
border-width: 2px 0px 2px 0px  #d00000;
border-spacing: 0px;
float: right;
margin: 0px 0px 0px 20px;

}

table.captiongvo td {
border-width: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 65%;
color: #000000;
text-align: center;
}



table.captionrt td {
border-width: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 65%;
color: #000000;
text-align: center;
}

table.captionlt {
border-width: 0px 0px 0px 0px;
border-spacing: 0px;
float: left;
margin: 0px 20px 0px 0px;

}

table.captionlt td {
border-width: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 65%;
color: #000000;
text-align: center;
}



/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 2px auto;
font-size: 130%;
font-weight: bold;
color: #000000;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

/* ------ float left ------ */
.boxlft {
border:solid #b00000 1px;
color:#b00000;
width:25%;
font-family: Arial, Courier New, Times New Roman;
font-size: .9em;
text-align: left;
padding:5px 13px 5px 5px;
background-color: #FFFFFF;
float : left;
margin: 5px 37px 5px 0px;
}

/* ------ Section 7 - center box ------ */
.boxcnt {
border:solid #990000 1px;
color:#333333;
width:70%;
font-family: Arial, Courier New, Times New Roman;
font-size: .9em;
text-align: left;
padding:7px 7px 7px 7px;
background-color : #D8D8D8;
margin: 18px auto 24px auto;
}

/* ------ Section 7 - float right box ------ */
.boxrt {
border:solid #990000 1px;
color:#333333;
width:30%;
font-family: Arial, Courier New, Times New Roman;
font-size: .9em;
text-align: center;
padding:5px 5px 5px 5px;
background-color: #D8D8D8;
float : right;
margin: 5px 0px 5px 5px;
}


.quick {
	font-size: 8pt;
}