/* v 0.91 */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */


body {
	background-color: #FFFFEF; /* creme color for browser window background color and footer top border */
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 90%;
}


/* -- General Link Styling -- */                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

a:link {
	color:#8B0000;
	text-decoration: underline;
}

a:visited {
	color: #8B0000;
	text-decoration: underline;
}

a:hover {
	color: #9F0000;
	text-decoration: none;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
}

#Header {
height: 160px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#CenterColumn {
margin: 0 210px 0 150px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
}

#LeftColumn {
float: left;
width: 149px;               /* 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)  */
}

#RightColumn {
float: left;
width: 209px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -210px;        /* STEP 5: set to -(RightColumnWidth) */
}

#Footer {
	clear: both;
	width: 960px;
	text-align: center;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	
	
}

.Liner {
padding: 10px 10px;
}

#Header .Liner {
padding: 10px 10px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: 15px auto;
background-image: 
background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
}

#Header {
	background-image: url(../image-files/beginspanish-header2.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left top;
}
#Header  a {
font-style: italic;
display: block;
height: 100%;
}

#ContentWrapper {
background-image: 
background-repeat: repeat-y;
	background-color: #FFF;
}

#LeftColumn {
	background-image: 
	background-repeat: repeat-y;
	background-color: #FFF;
		
}

#CenterColumn {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

#RightColumn {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #FFF;
	
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #8B0000;     /* sage green used in navigation and for footer and horizontal text-navbar */
border-top: 1px solid #8B0000;
}



/* ------ Section 4 - Left Column Navigation ------ */


.Navigation {
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	background-color: transparent;
}


/* ------ Section 4 - Right Column Navigation ------ */


.RightNavigation {
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 90%;
color: #8B0000;
border-bottom: 1px solid #8B0000;
margin: 12px 0;
}

.RightNavigation h5 {
padding: 0;
font-size: 90%;
color: #666;
border-bottom: 1px solid #666;
margin: 12px 0;
}


/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -4px 0 0 0;
}

.Navigation li {
	background-color: #8B0000;        /* sage green, for button and RSS box backgrounds -- */
	border: 1px solid #8B0000;
	margin-bottom: 3px;
}


/* -- Navigation Link styles -- */

.Navigation a {
	color: #FFF;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	text-decoration: none;
	font-weight: bold;
}

.Navigation a:visited {
	color: #FFF;
	text-decoration: none;
}

.Navigation a:hover {
	color: #FFF;
	background-color: #9F0000;
	text-decoration: none;
}




/* ------ Section 5 - Additional Navigation ------ */


/* -- Thumbnail-with-Caption Navigation -- */

.imageCaptionLinkGroup {
text-align: center;
}

.imageCaptionLinkGroup a {
text-decoration: none;
}

.imageCaptionLinkGroup .caption {
text-decoration: underline;
}


/* -- Horizontal Text NavBar -- */

.text-NavBar {
	font-family: "Times New Roman", Times, serif;
	margin: 6px auto 6px auto;
	background-color: #8F0000;
	width: 600px;           /* same width as the width of the center column (960 -180 - 180) */
}

.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
	display: inline;
	background-color: #8F0000;
	text-align: center;
}

.text-NavBar a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 0 2px;
}

.text-NavBar a:visited {
	color: #FFF;
	text-decoration: none;
}

.text-NavBar a:hover {
	color: #FFF;
	background-color: #8F0000;
	text-decoration: underline;
}

/* -- Page Top Text NavBar -- */

.pagetop-NavBar {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	font size: 80%
	margin: 0px 0px 0px 0px;
	float:right;
	background-color: #719C54;
	          /* same width as the width of the center column (960 -180 - 180) */
	
}

.pagetop-NavBar ul {
list-style-type: none;
padding: 0;
}

.pagetop-NavBar ul li {
	display: inline;
	background-color: #719C54;
	text-align: center;
}

.pagetop-NavBar a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 0 4px;
}

.pagetop-NavBar a:visited {
	color: #FFF;
	text-decoration: none;
}

.pagetop-NavBar a:hover {
	color: #FFF;
	background-color: #719C54;
	text-decoration: underline;
}




/* ------ Section 6 - Specific Font Styles ------ */

#LeftColumn {
font-size: 90%;
color: white;
}

#RightColumn {
font-size: 90%;
}

#Footer {
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #8B0000;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}


h1 {
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 0 solid #8f8fb3;
	text-align: center;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 0 solid #8f8fb3;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #8f8fb3;
}

h5 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #8B0000;
	font-size: 14px;
	
}

h6 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #8B0000;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	
}

#LeftColumn h4 {
font-size: 90%;
color: #8B0000;
margin-top: 0;
}

#RightColumn h4 {
font-size: 90%;
color: #8B0000;
margin-top: 0;
}

.Caption {
	font-size: 90%;
	font-weight: normal;
	color: #000;
	clear: both;
	line-height: 12px;
	text-decoration: underline;
}

.CenterColumnCaption {
	font-size: 90%;
	font-weight: normal;
	color: #308F00;
	clear: both;
	line-height: 10px;
	text-decoration: underline;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}



/* ------ Section 7 - Boxes ------ */


.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

.CalloutBoxLarge {
	background-color: #EFEFEF;
	width: 85%;
	padding: 5px;
	color: black;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

div.CalloutBox p {
margin: 13px;
}
p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.CalloutBox h1, h2, h3, h4, h5, h6 {
padding: 0;
}

/* -- C2Box -- */

.C2Box {
	width: 40%;
	background-color: #DFDFDF;
	border: 1px solid #999;
	padding: 1px;
	font-size: 80%;
	font-weight: normal;
	color: #000;
	line-height: 12px;
	text-align: center;
	margin: 2px;
}

.C2LeftBox {           /* the container box */
background-color: #DFDFDF;
width: 40%;
border: 1px solid #999;
margin: 2px 18px 12px 0;
float: left;             /* adding float enables text to flow around it */
color: #000;
}

.C2LeftBox h5 {
color: #8B0000;
font-size: 12px;	
margin:0;
padding:2px;
text-align:center;
background-color: #fff;
}

.C2LeftBox p {
font-size:12px;
padding:0px 4px;
line-height:13px;
}

.ReminderBox {           /* the container box */
background-color: #ddd;
width: 24%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 13px;
}

.ReviewBoxOrange {
	background-color: #FCF8C0;
	width: 85%;
	border: 2px dotted #FF9900;
	padding: 5px;
	color: black;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.ReviewBoxOrange {
	background-color: #FCF8C0;
	width: 85%;
	border: 2px dotted #FF9900;
	padding: 5px;
	color: black;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.ReviewBoxLtBlue {
	background-color: #E1E8F2;
	width: 85%;
	border: 2px dotted #00518A;
	padding: 5px;
	color: black;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}



.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxRightColumn {
	padding: 5px;
	background-color: #CCC;
	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;
}
.AdSenseBoxRightColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}


.ReturnToNavBox {
	background-color: #FFFFFF;
	width: 90%;
	margin: 0 auto 12px auto;
	padding: 4px;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

.Tabletest {
	background-color: #fff;
	width: 90%;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top-width: 8px;
	border-right-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #360;
	border-right-color: #360;
	border-bottom-color: #360;
	border-left-color: #360;
}
.tabeltestth {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #360;
}


/* -- RSS Box -- */

#RSSbox {
	width: 130px;
	background-color: #FFFFFF;
	border: 1px none #CCC;
	font-size: 100%;
	font-weight: bold;
	color: #1d487e;
	line-height: 14px;
	text-align: center;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
/* -- Amazon Box -- */
#Amazonbox {
	width: 148px;
	background-color: #FFFFFF;
	border: 1px solid #FFF;
	margin: 8px auto 10px 3px;
	padding: 2px 2px 10px 2px;
	font-size: 100%;
	font-weight: bold;
	color: #1d487e;
	line-height: 14px;
	text-align: center;
	
}



/* ------ Section 8 - Frequently Used Styles ------ */


.clear {
clear: both;
}


img {
border: 0 solid #ddd;
}


/* -- lists -- */

#CenterColumn ul {
list-style-type: disc;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}


#CenterColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}


/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.center {
	text-align: center;
	font-size: 90%;
}
.smalltext {
	font-family: "Times New Roman", Times, serif;
	font-size: 87%;
}
.smalltextheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 87%;
	font-weight: bold;
}
.TableSlim {
	background-color: #fff;
	width: 50%;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: auto;
	border-top-width: 8px;
	border-right-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #360;
	border-right-color: #360;
	border-bottom-color: #360;
	border-left-color: #360;
}
#PageWrapper #ContentWrapper #CenterColumn .center strong {
	font-size: 70%;
}
