/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-repeat:repeat;
	background-color:#E4E0F3; /* aqua color for browser window background color and footer top border */
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:0.8em;
}

h1, h2, h3, h4,h5 ,h6  {
	background-color: transparent;
	color:#E96767;
	clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
	margin-top: 5px;










































font-family:, Georgia, Palatino, serif;
	text-align: center;
	font-family: "Monotype Corsiva";
	font-size: 36px;
	font-weight: inherit;
	border-bottom-color: #f09999;
	border-bottom: 1px dotted #f09999;
	border-top: 1px dotted #f09999;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6666cc;
	font-size: 18px;
	font-weight: bolder;
}

h3 {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h4  {
	color:#6666CC;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

fonystyle {
color:#FF6666;
}
code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
	color: #5653BD;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color:#5653bd;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #FF6666;
	text-decoration: underline;
	font-weight: bold;
}

ul {}

li {
	list-style-image:url(../image-files/abullet.gif);	
}

table {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	font-size: 12px;
	border: 2px dashed #bcbbe5;
}

#table2{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	font-size: 12px;
}
tr {}

td {
padding:;
	padding: 5px;
}

hr.line {
	border: 1px dotted
;
	border: 1px solid#8f8fb3;
	width: 250px;
	margin-left: 140px;
}
/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
  /* dark sea blue, headlines and borders */
}

#Header {
position: relative;
height: 180px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
	margin: 0 180px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
	padding-left: 0px;
	padding-right: 10px;
}

#NavColumn {
	float: left;
	width: 160px;               /* 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;
	background-color:transparant;
}

.Liner {
	padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
	margin: 0;
	padding: 0;
	background-color:transparant;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: 24px auto;
	background-repeat: repeat-y;
	background-image: url(../image-files/pagebg.jpg);
	border: 1px solid #9999ff;
}

#Header {
	background-image:url(../image-files/header.jpg)
;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top left;
	border: 3px solid #bbbbe5;
	border-bottom: 30px solid #bbbbe5;
}

#ContentWrapper {
	background-repeat:repeat-y;
	background-color: #ffffff;
	background-image: url(../image-files/pagebg.jpg);
}

#NavColumn {
background-image:;
	background-repeat: repeat-y;


background-color:;
}

#ContentColumn {
background-image:;
	background-repeat: no-repeat;
	background-color: transparent;
	border-right: 1px solid #bbbbe5;
	border-left: 1px solid #bbbbe5;
}

#ExtraColumn {
	background-image: url();
	background-repeat: no-repeat;
	background-color: transparent;
}

#Footer {
	background-image:url(../image-files/footer2.jpg);
	background-repeat: no-repeat;
	background-color: transparant;     /* blue-gray used in left and right columns of background.gif and for footer and horizontal text-navbar */
	text-align: center;
	font-size: 85%;
}

#NavColumn {
	font-size: 90%;
	color: white;
	padding: 5px;
}

#ExtraColumn {
	font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

#ExtraColumn h4 {
	font-size: 120%;
	color: #FFFFFF;
	margin-top: 0;
	background-color: #9999FF;
	padding: 3px  5px;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
	width: 100%;
	background-color:transparant;
	color: #0066CC;
	
	}

/* -- Nav Headers -- */

.Navigation h3 {
	padding: 2;
	font-size: 120%;
	color:#E96767;
	margin: 12px 0;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #e96767;
}
.Navigation h4 {
	color: #CC6666;
	background-color: #FFFFFF;
	font-size: 18px;
	margin: 12px 0;
	padding: 2;
	font-family: "Square721 BT";
	font-weight: bold;
}

/* -- Nav List -- */

.Navigation ul {
	list-style-type: none;
	list-style-image:none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: normal;
	color: #7979CC;
	font-size: 12px;
	text-align: left;
	}

.Navigation li {
	margin-bottom: 3px;
	list-style-image:none;
	padding-left: 5px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E4E0F3;
	border: 1px solid #9966ff;
	color: #D4D0C8;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
	color:#663333;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	background-color: #e4e0f3;
}

.Navigation a:visited {
	color:#663333;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

.Navigation a:hover {
	color: #CC3399;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 3px;
	background-color: #FFFFFF;
}



/* ------ 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: Georgia, "Times New Roman", Times, serif;
	display: inline;
}

.ExtraNav ul {
	list-style-type: none;
	padding: 0;
	background-color:transparant;
}

.ExtraNav ul li {
	text-align: center;
	display: inline;
	padding-right: 20px;
		
}

.ExtraNav a:link {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

.ExtraNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.ExtraNav a:hover {
	color:#F78083;





background-color: ;
	text-decoration: underline;
}

#Header .ExtraNav {
	font-size: 110;
	position: absolute;
	top: 185px;
	right:175px;
	color: #FFFFFF;
}

#Header .ExtraNav ul {
	background-color: transparant;
	padding: 20px;
	color: #FFFFFF;
	display: inline;
	font-family: "Square721 BT";
	padding-right: 25px;
}

#Footer .ExtraNav {
	margin: 12px auto;
	display: inline;
	background-color: transparant;
	color: #0066FF;
}



/* ------ Section 6 - Boxes ------ */
.table .tr .td {
	padding: 5px;
}

.CalloutBox {
	background-color:#FFFFCC;
	width: 75%;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: #725FC0;
	border-color:#CC99FF;
	border-style:double;
	border-width: 3px;
	font-size:14px;
	background-repeat: repeat;
}

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:#F7EBD7;
	border: 1px solid #8f8fb3;
	margin: 0 0 12px 18px;
	float: right;             /* adding float enables text to flow around it */
	color: #006;
	width: 24%;
}

.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:;
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;
}

.AdsenseBoxNavigation  {
	padding: 5px;
	margin: 0 auto 12px auto;
	clear: both;
	border: 1px solid #9966ff;
	background-color: #FFFFFF;
}

.ReturnToNavBox {
	background-color: #fff;
	width: 90%;
	border-top: 1px solid #8f8fb3;
	border-bottom: 1px solid #8f8fb3;
	margin: 0 auto 12px auto;
	padding: 4px;
	text-align: center;
}

/* -- RSS Box -- */

#RSSbox {
	width: 130px;
	background-color: #FFBFFF;
	border: 1px solid #8f8fb3;
	margin: 5px 22px 10px 3px;
	padding: 2px 2px 2px 2px;
	font-size: 100%;
	color: #0066CC;
	line-height: 120%;
	text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Colorpurple {
	color:#9999FF;
	font-weight: bold;

}

.Caption {
	font-size: 75%;
	font-weight: bold;
	color: #666666;
	display: block;
	line-height: 150%;
	margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
	float: right;
	margin: 2px 0 20px 18px;
	text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
	float: left;
	margin: 2px 30px 12px 0;
	text-align: center;
}

#TextBox {
	background-image: url(../image-files/textbox.gif);
	width: 330px;
	margin-left: 100px;
	height: 250px;
}
