/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */


body {
    background-image: url(images/backgrounds.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
* {margin: 0px;padding: 0px;}
#container {
	margin: 10px auto;
	text-align: left;
	width: 800px;
}
#container2 {
	margin: 5%;
	text-align: left;
	width: 100%;
}
#main {
	width: 800px;
	background-image:url(images/background.gif);
	
}
/******************** header ********************/
#header {
	width:750px;
	height:288px;
	margin-left:25px;
	background-image:url(images/header.jpg);
	display:block;
}
#header2 {
	width:750px;
	height:288px;
	margin-left:25px;
	background-image:url(images/headerchild.jpg);
	display:block;
}
#header3 {
	width:100%;
	background-image:url(images/header.jpg);
	display:block;
}
#nav {
	width:744px;
	height:32px;
	margin: 2px 0px 2px 25px;
	background-color:#FFFFFF;
	padding: 3px 5px 3px 1px;
}
#nav ul {
}
#nav li {
	display:inline;
	background-color:#0F0FE5;
	width:144px;
	height:32px;
	float:left;
	margin-left:4px;
	text-align:center;
}
#nav a {
	width:144px;
	height:32px;
	padding-top:3px;
	text-decoration:none;
	color:#FFFFFF;
    font-size: 18px;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#FBD542;
	font-weight:800;
}
/******************** Content ********************/

#left special {
font-family: Times New Roman, serif;
	font-size: 30px;
	color: #0000FF;
	padding: 5px 0px;
    font-style:italic;	
}


p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	width:750px;
	margin-left:25px;
	background-color:#FFFFFF;
}
#left {
	float:left;
	width:390px;
	display:inline;
	margin: 20px 20px 30px 20px;
}
#left p {
	font-size: 15px;
	color: #000000;
	padding: 9px 0px;
    line-height: 1.25;	
}
#left a{
	color: #052d4e;
	font-weight:800;
}
#left a:hover{
	color:#0000A0;
}
#left h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#left span{
	font-size: 15px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#right {
	float:right;
	width:260px;
	background-color:#397eb7;
	color:#FFFFFF;
	font-weight:900;
	padding: 10px 20px;
	margin: 30px 20px 20px 0px;
	display:inline;
}
#right p{
	padding: 7px 0px;
}
#right a{
	color:#FFFFFF;
	font-weight:900;
}
#right h2{
	font-size: 16px;
	color: #FFFFFF;
	display:inline;
	font-weight:900;
}
#right a:hover{
	color: #052d4e;
}
.post {
	margin-top:20px;
}
.post a{
}

.post a:hover{
}

.post p{
}
div.ccb {
    text-align: center;
    font-size: 50px;
	color: #0000FF;
	font-family: cursive;
}
div.ch {
    text-align: center;
    font-size: 50px;
	color: #0000FF;
	font-family: sans-serif;
}
div.itr {
    text-align: center;
    font-size: 20px;
	color: #0000FF;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    text-decoration: none;
    }
div.hr {
    text-align: center;
    font-size: 30px;
	color: #FF0000;
    font-family: cursive;
}
/******************** table ********************/
.tableunderline{
  display: table; 
  padding: 5px;
  margin: 20px;
  border-bottom:solid blue 4px;
  margin-left:auto;
  margin-right:auto;
 
}

.tablecenterimage{
  display: table; 
  padding: 5px;
  border:none;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 10px;
  margin-top: 10px;
  
}
.tablecenter{
  display: table; 
  padding: 5px;
  border:none;
  margin-left:15%;
  margin-right:15%;
  margin-bottom: 10px;
  margin-top: 10px;
  
}
.table{
  display: table; 
  padding: 5px;
  margin: 20px;
  border:none;
}
.row{
  display: table-row; 
  vertical-align: top;
  padding-bottom: 10px;
  border: solid 1px #00FF00;
  border-left: 0px;
}
.cell{
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 25%; 
  text-align: left;
  margin: 1px;
  border: none;
  	font-size: 18px;
	color: #000000;
    line-height: 1.25;
}
.cell2{
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 75%;
  text-align: left;
  margin: 1px;
  border: none;
    font-size: 15px;
	color: #000000;
    line-height: 1.25;	
}
.cell3{
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 0px;
  width: 100%;
  text-align: left;
  margin: 1px;
  border: none;
    font-size: 18px;
	color: #000000;
    line-height: 1.25;	
}
.cellquote{
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  text-align: left;
  margin: 1px;
  border: none;
    font-size:18px;
    font-family:sans-serif;
    font-style:italic;
	color:#0066FF;
    line-height: 1.25;	
}
.cellquoteblack{
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  text-align: left;
  margin: 1px;
  border: none;
    font-size:18px;
    font-family:sans-serif;
    font-style:italic;
    font-weight:bold;
	color:#000000;
    line-height: 1.25;	
}
.cellbodytext{
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  text-align: left;
  margin: 1px;
  border: none;
    font-size:20px;
    font-family:serif;
    color:#000000;
    line-height: 1.25;	
}
.cellcenterimage{
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%; 
  alignment-adjust:middle;
  
}
.footermobile{
  vertical-align: top;
  padding-left: 5%;
  padding-bottom: 5%;
  padding-top: 10px;
  width: 100%; 
  alignment-adjust:middle;  
    font-size:125px;
    font-family:serif;
    
  
}
ul.a {
    list-style-type: circle;
 margin-left:100px; 
}
.td {
  width: 100px;
  font-style:italic;
}
p {
   padding-bottom: 10px;
}

/******************** Footer ********************/
#footer {
	width:800px;
	text-align:center;
	color:#FFFFFF;
	margin: 10px 0px;
}

#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#FFFFFF;
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	display:block;
	clear:both;
	color:#FFFFFF;
	margin: 10px 0px;
}
.clear{
	clear:both;
}


