/*

2b3f97
00469c
12a4e1
8cd8f3
7fd7f5
*/

body
{
  margin: 0 auto;
  padding: 0;
  font-size: 62.5%;
  font-family: Verdana, Arial, Sans-Serif;
/*  background-color: #12a4e1;
  color: #A7B9C3;36454F*/
color: #FFFFFF
 }

 #footer .footer-left{
	float: left;
	width: 55%;
}
#footer .footer-right{
	float: right;
	width: 40%;
}

.ContentCell {border: 1px solid White;
/* border: 1px solid White; 
background-color: #425561; */
background-color: #0696cf;
}
 
 
h2
{color: #FFFFFF;
    font-size: 18px;
}

.titleTag
{
    font-size: 50px;
	font-weight: bold;
}

.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

/*
.PageBackgroundGradient
{
  background-image: url('images/Page-BgGradient.png');
  background-repeat: repeat-x;
  height: 900px;
}
*/

table, th, td
{
  font-size: 1em; 
  border-collapse: collapse;
}

a img
{ 
  border: 0; 
}

a
{
  color: #ffffff;
}

a:link
{
  color: #fffff;
}

a:visited
{
  color: #ffffff;
}

a:hover
{
color: #000;

}



/* begin Header */
div.Header 
{
  margin: 0 auto;
  position: relative;
  width: 888px;
  height: 300px;
}

* html div.Header 
{
  font-size: 1px;
}

div.Header  div
{
  width: 100%;
  height: 100%;
  background-image: url('images/Header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}
/* end Header */






.BlockContent a
{
  color: #5CFAEB;
}
.BlockContent a:link
{
  color: #5CFAEB; 
}

.BlockContent a:hover
{
  color: #BCDCE6;
}
.BlockContent a:hover:visited
{
  color: #5CFAEB;
}

.BlockContent a:visited
{
  color: #5CFAEB;
}

/* end Box, BlockContent */

/* begin LayoutCell */
.contentLayout .sidebar1
{
	position: relative;
	margin:0;
	padding:0;
	border:0;
	float: left;
	overflow: hidden;
	width: 25%;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
	position: relative;
	margin:0;
	padding:0;
	border:0;
	float: left;
	overflow: hidden;
	width: 49%;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .sidebar2
{
	position: relative;
	margin:0;
	padding:0;
	border:0;
	float: left;
	overflow: hidden;
	width: 25%;
}
/* end LayoutCell */



.sidebar1 ul, .sidebar2 ul, .sidebar3 ul
{
   list-style: none;
   padding:0;
   margin:0;
}

.sidebar1 ul ul, .sidebar2 ul ul, .sidebar3 ul ul
{
   padding:0 0 0 10px;
}

#footer
{
	text-align: center;
}

.post h2 a 
{
	text-decoration: none;
}

.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.commentlist li .avatar
{
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

#commentform textarea
{
	width: 100%;
	padding: 2px;
}

.hidden
{
	display: none;
}

.navigation
{
	display: block;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 3em;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

