/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
max-width: 1050px;
background-color:#DECEBA; 
font-family: Verdana, Verdana, sans-serif;
font-size: 93%;
color: #000;
margin:auto;
padding:0;
text-align:left;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #306;
	clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
	margin-top: 5px;
	color: #400058;
}

h2 {
border-bottom: 1px solid #8f8fb3;
padding-bottom: 5px;
}


/* this is a custom class for your bold tag. You can alter anything here, or remove
it completely to get the default bold*/
strong{

color: #400058;
font-family: Verdana;
font-size: 100%;
font-style: bold;
}



blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
	border: 0;
	margin: 0px;
	padding: 0px;
}


/* -- General Link Styling -- */

a:link {
	color: #1d487e;
	text-decoration: underline;
}

a:visited {
	color: #1d487e;
	text-decoration: underline;
}

a:hover {
	color: #1d487e;
	text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 1050px;
	background-color: #F2ECE0;
	margin: 0px;
	padding: 0px;
}

#Header {
	position: relative;
	height: 180px;
	margin: 0px;
	background-image: url(../image-files/header-image1050px.jpg);
	background-repeat: no-repeat;
}

#ContentWrapper {
	float: left;
	width: 100%;
	margin-top: -70px;
}

#ContentColumn {
	margin: 0 220px;
	padding: 85px 20px 0 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ddd;
	border-left-color: #ddd;
}

#NavColumn {
	float: left;
	width: 190px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
	margin-left: -1040px;
	margin-top: 20px;
}

#ExtraColumn {
	float: left;
	width: 200px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
	margin-left: -200px;
	margin-top: 20px;
}

#Footer {
	clear: both;
	width: 920px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	padding-left: 20px;
	padding-top: 20px;
}

.Liner {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#Header .Liner {
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: 0px auto;
}

#Header {
	background-color: transparent;
}

#ContentWrapper {
	background-color: transparent;
}

#NavColumn {
	background-color: transparent;
}

#ContentColumn {
background-color: transparent;
}

#ExtraColumn {
	background-color: transparent;
}

#Footer {
	text-align: center;
	font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: black;
text-align:left;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
	font-size: 130%;
	color: #fff;
	margin-top: 0;
	background-image: url(../image-files/nav-background.gif);
	background-repeat: no-repeat;
	line-height: 30px;
	padding-left: 10px;
}

#NavColumn p {
	font-size: 100%;
	color: black;
	margin-top: 0;
	width: 85%;
}


#ExtraColumn h4 {
	font-size: 130%;
	color: #fff;
	margin-top: 0;
	line-height: 30px;
	background-image: url(../image-files/extra-background.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
	font-size: 110%;
	color: #1d487e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
	width: 180px;
	margin: 12px 0;
	padding: 0 0 5px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
	background-color: #fff;
	margin-bottom: 3px;
	font-size: 100%;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 3px 0 3px 20px;
	background-image: url(../image-files/arrow-link.gif);
	background-repeat: no-repeat;
}

.Navigation a:visited {
	color: #000;
	display: block;
	text-decoration: none;
	background-image: url(../image-files/arrow-link.gif);
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
}

.Navigation a:hover {
	color: #069;
	display: block;
	background-image: url(../image-files/arrow-link.gif);
	background-repeat: no-repeat;
	padding: 3px 0 3px 15px;
	margin-left: 4px;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
	color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
	font-family: Arial, Helvetica, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbb;
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;
}

.ExtraNav a:link {
	color: #1d487e;
	text-decoration: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

.ExtraNav a:visited {
	color: #1d487e;
	text-decoration: none;
}

.ExtraNav a:hover {
	color: #000;
}

#Header .ExtraNav {
	font-size: 85%;
	position: absolute;
	top: 0;
	margin-top: 30px;
	left: 100px;
	margin-left: -70px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
	margin: 12px auto;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #fff;
	width: 85%;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: black;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #bbb;
	border-bottom-color: #bbb;
}
.CalloutBox img {
	margin-top: 10px;
}

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;
}

.ReminderBox {          
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: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
	padding: 5px;
	background-color: #fff;
	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: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
	width: 148px;
	border: 1px solid #8f8fb3;
	margin: 8px auto 10px 3px;
	padding: 2px 2px 10px 2px;
	font-size: 100%;
	font-weight: bold;
	color: #1d487e;
	line-height: 120%;
	text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- 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;
}

#submission_text {
	width: 450px;
}

.c2Form {
	padding:8px;
  	border:1px solid #ddd;
	width: 450px;
	font-size: 90%;
}

form {
	width: 500px;
	text-align: left;
}

 .BookAntiquaFont {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: xx-large;
	font-style: oblique;
	color: #C00;
}
.TahomaXXlargeGreen {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: xx-large;
	font-style: oblique;
	color: #060;
}
.TahomaMedium {
	font-size: medium;
	font-style: normal;
	color: #009;
	font-weight: bold;
}
.LucidaLargeBlue {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: large;
	font-style: oblique;
	color: #006;
}
BookAntiquaLArgeGrey {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.BookAntiquaLArgeGrey {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: large;
	font-style: oblique;
	color: #333;
}
.GeorgiaMediumOrange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: oblique;
	color: #F90;
}
.TrebuchetLArgeGreen {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: oblique;
	color: #060;
}
.ComicSansLargePurpur {
	font-family: "Comic Sans MS", cursive;
	font-size: large;
	font-style: oblique;
	color: #939;
}
.red {
	color: #F00;
}
.highlightedYellow {
	background-color: #FF0;
}
.QuoteLightGreySmall {
	font-size: small;
	color: #999;
}
.HeadingLargeGrey {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: xx-large;
	font-style: oblique;
	color: #CCC;
}
.XXLargeDarkGrey {
	font-size: xx-large;
	font-style: oblique;
	color: #333;
	background-color: #C9F;
	font-weight: bold;
}
.GreyHeadBOLD {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	color: #999;
	font-weight: bold;
}
white {
	color: #FFF;
}
.lightestGrey {
	color: #CCC;
}
.pinkHeadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	color: #F39;
	font-weight: bold;
}
#Timeline {
	font-size: x-large;
	font-style: oblique;
	color: #CCC;
	background-color: #000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.white {
	color: #FFF;
}
.LongQuote {
	font-family: "Comic Sans MS", cursive;
	font-size: medium;
	font-style: italic;
	color: #960;
}
.green {
	color: #090;
}
.google-like {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #00F;
}
