body	{margin: 0px; background: #fcfcfc;}
img	{border-width: 0px; vertical-align: middle; -ms-interpolation-mode: bicubic; }
label {cursor: pointer }
ol, ul, dd {padding-left: 25px;}
ul {list-style-type: none;}
hr {margin: 18px 0;	border: 0;	border-top: 1px solid #eee;	border-bottom: 1px solid #fff;}


h1, h2, h3, h4, h5, h6 {padding: 0px; margin: 0px 0px 4px 0px; font-weight: normal; font-family: Arial, sans-serif;}
h1 {color: #000; font-size: 56px; font-family: "Times New Roman", Times, serif;}
h2 {color: #222; font-size: 26px; font-family: Tahoma, Arial, sans-serif; text-align: center;}
h3 {color: #333; font-size: 22px;}
h4 {color: #333; font-size: 18px;}
h5 {color: #333; font-size: 16px;}
h6 {color: #333; font-size: 16px;}



#body {font-size: 18px; margin: 0px auto 0px auto; width: 760px; min-height: 600px; font-family: "Times New Roman", Times, serif;}


/*
header{
	overflow: hidden; 
	position: fixed; 
	top: 0; 
	width: 64px;
	height: 64px; 
	background-image: url('images/rswabg48.png'); 
	background: linear-gradient(to bottom, #ffffff, #eeeeee); 
} 
header a, header a:visited, header a:active, header a:link	{color: #333;}
*/

header{display: block;  margin: 0 0 6px 0; width: 660px;}

	nav 								{display: block; height: 64px; width: 660px; background: #fcfcfc; z-index: 10; margin-top: 0px; /*overflow: hidden; position: fixed; top: 0px; z-index: 9; -webkit-backface-visibility: hidden;*/}
	/*article 		{margin-top: 70px; }*/
	nav ul							{margin: 0; padding-left: 10px; list-style: none;}
	nav li								{display: inline; font-size: 22px;}
	nav li:not(:first-child)		{padding-left: 14px;}
/*	nav li:last-child				{float: right !important;}*/
	nav a, nav a:active, nav a:visited, nav a:link, nav a:hover {color: #06f; text-decoration: none;}
	nav span 						{color: #06f; text-decoration: none;}


article { display: block; float: left; width: 660px; min-height: 600px; margin-top: 2px; box-sizing: border-box; padding: 2px 0 2px 0; text-align: justify; font-size: 19px; }
	article a.nounderline:active, article a.nounderline:visited, article a.nounderline:link, article a.nounderline:hover {text-decoration: none;}
	article a.dashed:active, article a.dashed:visited, article a.dashed:link, article a.dashed:hover {text-decoration: none; border-bottom: 1px dashed #000080; color: #000088;}
	article a:active, article a:visited, article a:link, article a:hover {color: #06f; text-decoration: underline;}
	article p {text-align: justify;}
	article li {padding-bottom: 0.5em;}



footer {display: block; clear: both; color: #999; font-size: 10px; font-family: Tahoma, Arial, sans-serif; text-align: center; margin: 32px auto;}







@media screen and (max-device-width : 768px){
	#body 		{width: 680px; min-height: 600px;}
}







#address 		{display: block; clear: both;}
#date			{height: 50px; width: 190px; float: left; }

/* Blogs style ----------------------------------------------------------------------------------------   */
#rswa_blogs {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
#rswa_blogs p 					{text-indent: 1.5em;}
#rswa_blogs p.noindent 		{text-indent: 0;}
#rswa_blogsheader				{display: block; clear: both; color: #666; font-size: 13px; font-family: Tahoma, Arial, sans-serif; text-align: left;}
#rswa_blogstags					{display: block; clear: both; color: #06f; font-family: Tahoma, Arial, sans-serif; text-align: left; cursor: pointer;}
#rswa_blogs p.blockquote 		{font-size: 0.9em; color: #666; border-style: solid; border-color: #ccc; border-width: 1px;  border-radius: 4px; padding: 10px; margin: 16px 8px 2px 20px;}	

.post						{padding: 2px 0px 30px 0px; width: 100%; display: block; clear: both; text-align: justify;  vertical-align: text-top;}
.pro_table				{margin: auto; border-collapse: collapse; border: 1px solid #333;}
.pro_table	caption	{text-align: right;}
.pro_table	th			{border: 1px solid #333; padding: 3px; text-align: center; /*background-color: #eee;*/}
.pro_table	td			{border: 1px solid #333; padding: 3px;}





			#block_analytics {/*width: 600px; */margin: 16px auto; text-align: justify}
			#block_analytics blockquote {border-style: solid; border-color: #999; border-width: 1px;  border-radius: 4px; padding: 10px; margin: 16px 32px 16px 4px}







div.spacer					{width: 600px; height: 20px; clear: both;}


.newslitags				{color: #06f; text-decoration: none; cursor: pointer; margin: 0 6px 0 0;}


.nounderline 				{text-decoration: none;}

.hide 						{display: none;}
.bold 						{font-weight: bold;}
.unbold 						{font-weight: normal;}
.blockboth					{clear: both; display: block;}
a.blockboth				{max-width: 150px;}
.refunderline 				{color: #06f; text-decoration: underline; cursor: pointer;}
.refnounderline 			{color: #06f; text-decoration: none; cursor: pointer;}
.ref 							{color: #06f; }
/* Rule to fix quirks-mode inheritance behavior */
table, caption {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
}


#warning { 
	width: 600px;
	background-color: #FFE; 
	border: 1px solid #CCC; 
	color: #333; 
	font-size: 16px;
	padding: 6px;
	margin: 10px 0px 10px 10px;
}
#notice { 
	width: 600px;
	background-color: #FFF; 
	border: 1px solid #CCC; 
	color: #666; 
	font-size: 16px;
	padding: 6px;
	margin: 10px 0px 10px 10px;
}
.warning { 
	width: 600px;
	background-color: #FFE; 
	border: 1px solid #CCC; 
	color: #333; 
	font-size: 16px;
	padding: 6px;
	margin: 10px 0px 10px 10px;
}
.notice { 
	width: 600px;
	background-color: #FFF; 
	border: 1px solid #CCC; 
	color: #666; 
	font-size: 16px;
	padding: 6px;
	margin: 10px 0px 10px 10px;
}

.welcomenewsblock {
	box-sizing: border-box; 
	width: 300px; 
	height: 250px; 
	margin: 5px; 
	padding: 10px; 
	display: block; 
	float: left;
	border-right: 2px solid #eee; 
	border-bottom: 2px solid #ddd; 
	cursor: pointer;
	position: relative;
}

.welcomenewsblock div.wlcdate{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #999;
	margin: 4px 0 6px 4px;
}
.welcomenewsblock div.wlctext{
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.25em;
	color: #555;
}
.welcomenewsblock div.wlcfooter{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	color: #06f;
	position: absolute;                  
	bottom: 4px;                         
	right: 10px;                          
}
