/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body { margin: 0; padding: 0; font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif; color: #000; font-size: 85%; }

h1, h2, h3, h4, h5, h6 { background-color: transparent; color: #1d487e; clear: both; }

h2, h3, h4, h5, h6 {
margin-top: 0;
}

h1 { color: #556b2f; font-family:"Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif; text-align: center; margin-top: -5px; }

h2 { color: #663; font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif; border-bottom: 1px solid #556b2f; }

h3 { color: #000; font-size: 98%; font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif; border-bottom: 1px solid #000; }

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: solid 2px #000;
}

a:link img {
border: solid 2px #033;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper { width: 960px;   /* dark sea blue, headlines and borders */
}

#Header {
position: relative;
height: 217px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn { margin: 0 190px 0 200px; padding: 10px;    /* S;padding: 24px;TEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn { position: relative; top: 25px; 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 { position: relative; top: 0; 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%; height: 20px; margin-top: 0; padding-top: 8px; }

.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/backgroundbody.jpg);
background-repeat: repeat-y;
}

#Header { background-image: url(../image-files/header-image.jpg); background-repeat: no-repeat; background-color: transparent; background-position: left top; }

#ContentWrapper {
background-image: url(../image-files/background.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

#NavColumn {
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 { color: #000; font-size: 85%; background-color: #fff; background-image: url(../image-files/footer.jpg); background-repeat: no-repeat; text-align: center; width: 100%; }

#NavColumn {
font-size: 90%;
color: white;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 { color: #636; text-align: center; margin-top: 0; }

#ExtraColumn h4 { color: #000; text-align: center; margin-top: 24px; margin-right: 15px; }


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation { color: #000; width: 100%; font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif; background-color: transparent; padding-left: 10px; }

/* -- Nav Headers -- */

.Navigation h3 { padding: 0; font-size: 115%; color: #0a0606; font-family:"Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif; text-align: left; margin: 12px 0; border-bottom: 2px solid #033; }

/* -- Nav List -- */

.Navigation ul { margin: -6px 0 0; list-style-type: none; padding: 0 0 8px; }

.Navigation li { margin-bottom: 8px; }

/* -- Navigation Link styles -- */

.Navigation a:link { color: #000; text-decoration: none; text-align: left; margin: 0 0 25px; padding-bottom: 3px; border-bottom: 1px solid #5d6e49; display: block; }

.Navigation a:visited { color: #000; text-decoration: none; text-align: left; margin: 0 0 25px; padding-bottom: 3px; border-bottom: 1px solid #5d6e49; display: block; }

.Navigation a:hover { color: #f5deb3; background-color: #5d6e49; text-decoration: none; text-align: left; margin: 0 0 25px; padding-bottom: 3px; display: block; }



/* ------ 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: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav { font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif; }

.ExtraNav ul { margin: 10px; list-style-type: none; }

.ExtraNav ul li {
display: inline;
text-align: center;
}

.ExtraNav a:link { color: #000; background-color: #b1b18b; text-decoration: none; text-align: center; padding: 3px 8px 2px; border: solid 1pt #556b2f;; }

.ExtraNav a:visited { color: #000; background-color: #b1b18b; text-decoration: none; padding: 2px 8px; border: solid 1pt #556b2f;; }

.ExtraNav a:hover { color: #fff; background-color: #5d6e49; text-decoration: underline; padding: 2px 8px; }

#Header .ExtraNav { font-size: 85%; text-align: right; position: relative; top: 200px; right: 10px; }

#Header .ExtraNav ul { margin: 0; }

#Footer .ExtraNav {
margin: 12px auto;
}




/* ------ Section 6 - Boxes ------ */

.CalloutBox { background-color: #b1b18b; width: 100%; margin: 18px auto 24px; 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;
}

.ReminderBox { background-color: #fff0f5; width: 24%; margin: 0 0 12px 18px; float: right;             /* adding float enables text to flow around it */
color: #0f0000; font-size: 95%; text-align: center; height: 100%; padding: 5px; border: solid 1px #000; }
.ReminderBox h4 { color: #fff; margin: 0 0 8px; padding: 2px; text-align: center; background-color: #000; }

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}
.SideBox { color: #483d8b; background-color: #fff; background-position: 100% 100%; text-align: center; padding: 5px; width: 90%; margin-top: 0; margin-right: 0; margin-bottom: 12px; }
.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #9f9;
border: solid 2px #000;
}

.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 { width: 85%; padding: 5px; margin: 0 auto 12px; clear: both; }

.ReturnToNavBox {
	width: 100%;
	margin: 0 auto 0px;
	padding: 4px;
	font-weight: bold;
	color: #fff;
}
.ReturnToNavBox a:link {
	color: #353535;
	text-decoration: none;
	text-align: center;
	margin-right: 8px;
	background-image: url(../image-files/return-link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.ReturnToNavBox a:visited {
	color: #353535;
	text-decoration: none;
	text-align: center;
	margin-right: 8px;
	background-image: url(../image-files/return-link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.ReturnToNavBox a:hover {
	color: #6b8e23;
	background-image: url(../image-files/return-hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
/* -- RSS Box -- */

#RSSbox { width: 182px; font-size: 110%; font-weight: bold; color: #000; line-height: 150%; background-color: #e6e6fa; text-align: center; top: 10px; margin: 5px 5px 5px 0; padding: 5px; }



/* ------ 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;
}
.threecolcont_C7346EC6 { width:100%; height: 100%; margin-bottom: 50px; }
.threecolbox_C7346EC6 { width:33%; height:100%; float:left; margin-bottom: 50px; }
.twocolcont_C7E29A06 {width:100%; height:100% }
.twocolboxl_C7E29A06 { width:20%; height:100%; float:left; margin-left: 25px; }
.twocolboxr_C7E29A06 {margin-left:20%; width:auto; height:auto }

