* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #99ffff;
	color: #000000;
	line-height:1.2;
}
h2, h3, h4, h5, h6 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding:5px 10px;
}
p {
	padding:10px 10px;
	text-align:justify;
	line-height:15pt;
}

h1 {
	font-size:24px;
	
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h1 {
	color:#000000;
}
h2 {
	color:#000000;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
.picPreview {
	border:0px;
	text-align:center;
}
.indexpagelink {
	width: 600px;
	background-color: #99efff;
	margin: 0 auto;
        padding:8px;
	border:0px;
	text-align:center;
}
.menuhead{
	text-align:center;
	text-decoration: underline;
}
.centers{
	text-align:center;
}
.justified{
	text-align:justify;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#0000ff;
        font-weight: bold;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #000eff;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color:#000;
}
.clearfloat { 
	clear:both;
}
table
 {
 margin:10px;
 border: 2px solid black; 
 border-collapse:collapse;
 width:100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
 
 }

 table,th, td
 {
 border: 1px solid black;
 }

 th
 {
 height:24px;
 background-color: #99efff;
 padding:5px;
 font-size:13px;
 
 } 

 td
 {
 
 height:22px;
 padding:5px;
 text-align:justify;
 vertical-align:middle;
 }

.disclaimer {
        padding:10px 10px;
	text-align:justify;
        font-size:0.8em;
	line-height:1.5;   
}
.footerarea {
        padding:10px 10px;
	text-align:center;
        font-size:12px;
	line-height:2;   
}
.headings {
        padding:10px 10px;
	text-align:center;
        text-decoration:underline;
        font-size:16px;
        font-weight:bold;  
}
.textlinks {
        padding:10px 10px;
	text-align:center;
        text-decoration:none;
        font-size:14px;
        font-weight:bold;
	line-height:2;  
}

.table2 {
	border-collapse: collapse;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px; 
	text-align: left;
}

/*** For Email Subscription Form ***/
#email_sub input[type=text] {

  padding: 4px 3px;
  margin: 2px 2px;
  box-sizing: border-box;
}
#email_sub label {
font-weight:bold;
}

.button_email_sub {
  background-color: #99ddff;
  border: solid 1px;
  border-color: blue;
  color: blue;
  padding: 3px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight:bold;
  margin: 4px 2px;
  cursor: pointer;
}

/**********************************/
/* Start structure.css from here */

#container {
	width: 1224px;
	margin: 0 auto;
}
#header {
	padding:0 10px;
	height:35px;
	/* originally this height was 150px before mobile menu modification of header size */
}
#header h1 {
	float:left;
	text-align:center;
	padding:15px 0;
}
#header .socialIcons {
	float:right;
	padding:20px 15px 0 0;
}
.socialIcons li {
	list-style:none;
	display:inline;
}
#content {
	float:left;
	width:65%;
}
#sidebar {
	width: 35%;
	float: right;
	border-left:1px solid #dcdcdc;
}
#googlad {
	width: 300px;
	height: 600px;
	margin-left: auto ;
  	margin-right: auto ;
}
#googlad_footer {
	width: 970px;
	height: auto;
	margin-left: auto ;
  	margin-right: auto ;
}
#googlad_top {
	  padding:10px 5px;
	width: 728px;
	height: 90px;
	margin-left: auto ;
  	margin-right: auto ;
}

#googlad_top1 {
	  padding:10px 5px;
	width: 728px;
	height: 90px;
	margin-left: auto ;
  	margin-right: auto ;
}
#footer {
	border-top:1px solid #dcdcdc;
	text-align:center;
	margin:20px 0 0 0;
}
/*Main Menu*/
#navcontainer {
}
#navcontainer ul {
	padding:0;
	background-color: #99efff;
	color: #656565;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;

}
#navcontainer ul li { 
	display: inline; 
}
#navcontainer ul li a {
	padding: 10px 20px;
	background-color: #99eeff;
	color: #0000ff;
	font-size:14px;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
#navcontainer ul li a:hover, #navcontainer #active a {
	background-color: #99aaff;
	color: #fff;
}

/***************************************/
/* Start media-queries.css from here */


/* for 1224px or more */

@media only screen and (min-width : 1224px) {
	#container {
		width: 98%;
	}
	#content {
		width: 65%;
	}
	#sidebar {
		width: 33%;
	}
}

@media only screen and (max-width : 1224px) {
	#container {
		width: 98%;
	}
	#content {
		width: 65%;
	}
	#sidebar {
		width: 33%;
	}
	#googlad {
		width: 100%;
		height: 600px;
		text-align:center;
	}
	#googlad_top {
        padding:10px 5px;
	margin-left:auto;
	margin-right:auto;
	width: 728px;
	height: 90px;
	text-align:center;
	}
	#googlad_top1 {
        padding:10px 5px;
	margin-left:auto;
	margin-right:auto;
	width: 728px;
	height: 90px;
	text-align:center;
	}
}


/* for 980px or less */
@media screen and (max-width: 980px) {
	#container {
		width: 98%;
	}
	#content {
		width: 65%;
	}
	#sidebar {
		width: 33%;
	}
	#googlad {
		width: 100%;
		height: 600px;
		text-align:center;		
	}
	#googlad_footer {
		width: 728px;
		height: 90px;
		text-align:center;		
	}
	#googlad_top {
       padding:10px 5px;
	margin-left:auto;
	margin-right:auto;		
		width: 728px;
		height: 90px;
	text-align:center;
	}
	#googlad_top1 {
        padding:10px 5px;
	margin-left:auto;
	margin-right:auto;		
		width: 728px;
		height: 90px;
	text-align:center;
	}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	#header {
	padding:0 2px;
		height:10px;
		/* Orignally this height was 120 px before mobile menu modification of header size */
	}
	#content {
		width: auto;
		float: none;
	}
	#sidebar {
		width: auto;
		float: none;
		border-top:1px solid #dcdcdc;
		border-left:none;
		padding-top:15px;
	}
	#googlad {
		width:100%;
		height:auto;
		text-align:center;
	}
	#googlad_footer {
		width: 468px;
		height: 60px;
		text-align:center;		
	}
	#googlad_top {
  padding:8px 5px;
	margin-left:auto;
	margin-right:auto;	
		width: 468px;
		height: 60px;
		text-align:center;		
	}
	#googlad_top1 {
  padding:8px 5px;
	margin-left:auto;
	margin-right:auto;	
		width: 468px;
		height: 60px;
		text-align:center;		
	}
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size:14px;
	}
	h3 {
		font-size:14px;
	}
	#header {
	padding:0 1px;
		height:5px;
		/* Orignally this height was 90px before mobile menu modification of header size */
	}
	#header .socialIcons {
		float:right;
		padding:14px 15px 0 0;
	}
	#navcontainer ul li a {
		padding: 4px 8px;
		font-size:14px;
	}
	#footer {
		font-size:10px;
	}
	#googlad {
		width:100%;
		height:auto;
		text-align:center;
	}
	#googlad_footer {
		margin:2px;
		width: auto;
		height: auto;
		text-align:center;		
	}
	#googlad_top {
  padding:8px 2px;
	margin-left:auto;
	margin-right:auto;
		width: 300px;
		height: auto;
		text-align:center;		
	}
	#googlad_top1 {
  padding:8px 2px;
	margin-left:auto;
	margin-right:auto;
		width: 300px;
		height: auto;
		text-align:center;	
	}
	table
 	{
 	margin:2px; 
 	width:auto;
	}
	
	.logoimage {
    display:none;
	}
}
img {
	max-width: 100%;
	height: auto;
	width: auto; /* ie8 */
	}



