@charset "UTF-8";
a:link, a:visited {
	color: #F2E5BE;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC8731;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000000;
	font-weight: bold;
}
::-moz-selection{
	background:#fefb00;
	color:#000;
}

::selection {
	background:#fefb00;
	color:#000;
}
h1 {
	font-size: 25px;
	color: #647135;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #647135;
	line-height: 1.2em;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	color: #2C3622;
	padding-left: 7px;
}
h4 {
	font-size: 14px;
	color: #2C3622;
	padding-left: 7px;
	text-align: left;
}
p {
	font-size: 13px;
	padding-right: 7px;
	padding-left: 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul {
	font-size: 13px;
}

body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2c3622;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	line-height: 1.3em;
	background: #f2e5be url(../Images/bodyBackround.jpg) no-repeat fixed center top;
}
.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #b0a970;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 13px;
} 
.thrColFixHdr #header {
	height: 200px;
} 
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 160px;
	margin-bottom: 0px;
	margin-left: 185px;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	text-align: justify;
	line-height: 1.4em;
} 
.thrColFixHdr #container #mainContentLS {
	margin-left: 190px;
	margin-right: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: justify;
	line-height: 1.4em;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 13px;
	background-color: #2c3622;
	text-align: left;
}
.thrColFixHdr #container #sidebar1 h3 {
	color: #cc8731;
	font-size: 13px;
	font-weight: bold;
}
.thrColFixHdr #container #sidebar1 p {
	color: #b0a970;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	line-height: 1.5em;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 157px; /* padding keeps the content of the div away from the edges */
	font-size: 13px;
	background-color: #b0a970;
	padding: 0px;
}
.thrColFixHdr #container #sidebar2 h3 {
	color: #2c3622;
	padding-left: 12px;
}
.thrColFixHdr #footer {
	height: 200px;
	background: url(../Images/footerBackround.jpg);
} 
.thrColFixHdr #container #footer #footerLeftColumn {
	height: 180px;
	width: 400px;
	padding-top: 20px;
}
.thrColFixHdr #container #footer #footerRightColumn {
	height: 180px;
	width: 300px;
	position: relative;
	top: -200px;
	right: -401px;
	padding-top: 20px;
}
#footer #footerRightColumn p {
	text-align: center;
	margin:0;
}
#footerLeftColumn p {
	padding-left: 80px;
	padding-right: 70px;
	line-height: 2em;
	text-align: justify;
	border-right: 1px solid #b0a970;
}
#footer h4 {
	color: #CC8731;
	font-size: 1em;
	text-align: center;
}
.thrColFixHdr #footer p {
	margin: 0;
	font-size: 10px;
	color: #b0a970;
	padding: 0 50px 0 70px;
	text-align: justify;
	line-height: 2em;
	border-right: 1px solid #b0a970;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.italicsNotes {
	font-style: italic;
	font-size: 13px;
}
td {
	font-size: 13px;
	padding-right: 2px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #2c3622;
}
.programTable {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	border-collapse: collapse;
	text-align: left;
}
th {
	font-size: 13px;
	background-color: #647135;
	color: #b0a970;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2C3622;
	border-left-color: #2C3622;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2C3622;
}
.alternate {
	background-color: #978F5F;
}
.noBorderImage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.noBorderTableData {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 15px;
}
.ImageCenter {
	padding-bottom: 15px;
	padding-left: 8px;
}
.imageRight {
	float: right;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
	margin-top: 7px;
	border-style: none;
}
.flag {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageLeft {
	float: left;
	margin-bottom: 10px;
	margin-left: 4px;
	margin-right: 10px;
	margin-top: 7px;
	border-style: none;
}
.thrakomacLogo {
	margin-right: 10px;
	padding: 4px 0px 0px;
	border-style: none;
}
.sideBarBanners {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 9px;
}
.thumbnailPhoto {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #2C3622;
}
.newsTitle {
	font-size: 17px;
	font-weight: bold;
}
.dateTitle {
	font-size: 11px;
	color: #647135;
	line-height: 1em;
}
.navBar {
	height: 33px;
	width: 900px;
	background-color: #CC8731;
}
.anavasisBackround {
	background-image: url(../Images/anavasisBackround.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.formTable {
	border-style: none;
}
.formTable td {
	border-style: none;
}
.rightTextAlign {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.formInput {
	background: #f2e5be;
}
.emailJPG {
	vertical-align: bottom;
}
.calendar {
	float: left;
	margin-right: 6px;
	width: 42px;
	height: 42px;	
}
#mainContent .calendar-icon-01 {
  background: url(../Images/calendar/01.gif);
}
#mainContent .calendar-icon-02 {
  background: url(../Images/calendar/02.gif);
}
#mainContent .calendar-icon-03 {
  background: url(../Images/calendar/03.gif);
}
#mainContent .calendar-icon-04 {
  background: url(../Images/calendar/04.gif);
}
#mainContent .calendar-icon-05 {
  background: url(../Images/calendar/05.gif);
}
#mainContent .calendar-icon-06 {
  background: url(../Images/calendar/06.gif);
}
#mainContent .calendar-icon-07 {
  background: url(../Images/calendar/07.gif);
}
#mainContent .calendar-icon-08 {
  background: url(../Images/calendar/08.gif);
}
#mainContent .calendar-icon-09 {
  background: url(../Images/calendar/09.gif);
}
#mainContent .calendar-icon-10 {
  background: url(../Images/calendar/10.gif);
}
#mainContent .calendar-icon-11 {
  background: url(../Images/calendar/11.gif);
}
#mainContent .calendar-icon-12 {
  background: url(../Images/calendar/12.gif);
}
.calendar-day {
  font-weight: bold;
  font-size: 1.3em;
  color: #647135;
  width: 42px;
  text-align:center;
  padding-top: 18px;
}
.youtube {
	padding-left: 35px;
}
#weather {
	font:Arial, Helvetica, sans-serif;
}
.anavasisTitles {
	color:#647135;
	font-size:18px;
	font-weight:bold;
}
