@charset "utf-8";
/* CSS Document */
.logoAlign
{
	width:70%; 
	max-height:70%; 
	margin-top:0px; 
	margin-left:0px
}
.navBtnStyle
{
	width:80%;
	margin-top:-20px;
}
.headerInfo
{
	text-align:center;
	margin-top:-20px;
	margin-bottom:-15px;
}
.navTable
{
	width:100%;
	width-max:100%;
	background-color:#fff; 
	margin-bottom:0px;
	border-radius: 10px 10px 10px 10px;
}
.contentTable
{
	width:100%; 
	max-width:100%; 
	background-color:#FFF;
	border-radius: 10px 10px 10px 10px;
	
}
.red{color:#F00;}
.mainArticle
{
	width:100%; text-align:left;
}
/*Social Networking Styling*/
.smicons3 div{
	float:right;
	width:10%;
	height:10%;
	margin-left:5px;
	overflow:hidden;
}

#fb{
	background-image:url(../images/social/sm-fb3.png);
	background-position:0px 0px;

	background-repeat:no-repeat;
	width:32px;
	height:32px;
	display:block;
	
}

#fb:hover{
	background-position:0px -32px;
		overflow:hidden;
	
}

#gp{
	background-image:url(../images/social/sm-gp3.png);
	background-position:0px 0px;

	background-repeat:no-repeat;
	width:32px;
	height:32px;
	display:block;
	
}

#gp:hover{
	background-position:0px -32px;
	
}

#yt{
	background-image:url(../images/social/sm-yt3.png);
	background-position:0px 0px;

	background-repeat:no-repeat;
	width:32px;
	height:32px;
	display:block;
	
}

#yt:hover{
	background-position:0px -32px;
	
}

#tw{
	background-image:url(../images/social/sm-tw3.png);
	background-position:0px 0px;

	background-repeat:no-repeat;
	width:32px;
	height:32px;
	display:block;
	
}

#tw:hover{
background-position:0px -32px;
	
}

#in{
	background-image:url(../images/social/sm-in3.png);
	background-position:0px 0px;

	background-repeat:no-repeat;
	width:32px;
	height:32px;
	display:block;
	
}

#in:hover{
	background-position:0px -32px;
	
}

#ye{
	background-image:url(../images/social/sm-ye3.png);
	background-position:0px 0px;

	background-repeat:no-repeat;
	width:32px;
	height:32px;
	display:block;
	
}

#ye:hover{
	background-position:0px -32px;
	
}