/* www_style_screen.css */
body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
}
h1,h2,h3,h4,h5	{
	font-family: "Times New Roman", Times, serif;
	padding: 1em;
}
#container	{
	background: #FFFFCC;
	color: #0000FF;
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	position: absolute;
	left: 10%;
	right: 10%;
	top: 05%;
	width: 80%;
	height: 90%;
	border: 2px solid rgb(0 , 0, 255);
	z-index: 2;
/*	overflow: scroll; */
}
#row_top	{
	background:  #FFFFCC;
	color: #0000FF;
	background-color: #FFFFFF;
	height: 15%;
	position: absolute;
	left: 0%;
	width: 100%;
	border: 2px solid rgb(0, 0, 255);
	overflow: visible;
}
#col1  {
	background:  #FFFFCC;
	color: #0000FF;
	background-color: #FFFFCC;
	height: 85%;
	position: absolute;
	top: 15%;
	left: 0%;
	width: 33%;
	border: 2px solid rgb(0, 0, 255);
	overflow: auto;
}
#col1	a:link     {
	font-weight: 600;
	line-height: 140%;
}
#col1	a:visited  { 
	font-weight: 600;
	font-size: 110%;
	color: #FF00FF;
	line-height: 140%;
}
#col1    a:focus    {
	font-weight: 600;
	font-size: 110%;
	color: rgb(255, 0, 0);
/*	background-color: #0000FF;*/
	line-height: 150%;  
	text-decoration: none;
}
#col1	a:hover    { 
	font-weight: 600;
	font-size: 110%;
	color: rgb(255, 0, 0);
/*	background-color: #0000FF;*/
	line-height: 150%;
	text-decoration: none;
}
#col1	a:active   { 
	font-size: 110%;
	font-weight: 800;
	line-height: 140%;
}
#col2  {
	background: #000000;
	color: #0000FF;
	background-color: #FFFFFF;
	height: 85%;
	position: absolute;
	top: 15%;
	left: 33%;
	width: 34%;
	border: 2px solid rgb(0, 0, 255);
	overflow: auto; 
}
#col2	a:link     {
	font-weight: 600;
	line-height: 140%;
}
#col2	a:visited  { 
	font-weight: 600;
	font-size: 110%;
	color: #FF00FF;
	line-height: 140%;
}
#col2    a:focus    {
	font-weight: 600;
	font-size: 110%;
	color: rgb(255, 0, 0);
/*	background-color: #0000FF;*/
	line-height: 150%;  
	text-decoration: none;
}
#col2	a:hover    { 
	font-weight: 600;
	font-size: 110%;
	color: rgb(255, 0, 0);
/*	background-color: #0000FF;*/
	line-height: 150%;
	text-decoration: none;
}
#col2	a:active   {
	font-size: 110%;
	font-weight: 800;
	line-height: 130%;
}
#col3  {
	background:  #FFFFCC;
	color: #0000FF;
	background-color: #FFFFCC;
	height: 85%;
	position: absolute;
	top: 15%;
	left: 67%;
	width: 33%;
	border: 2px solid rgb(0, 0, 255);
	overflow: auto;
}
#col3 li   {
	padding: 0.5em;
}
#col3	a:link     {
	font-weight: 600;
	line-height: 140%;
}
#col3	a:visited  { 
	font-weight: 600;
	font-size: 110%;
	color: #FF00FF;
	line-height: 140%;
}
#col3    a:focus    {
	font-weight: 600;
	font-size: 110%;
	color: rgb(255, 0, 0);
/*	background-color: #0000FF;*/
	line-height: 150%;  
	text-decoration: none;
}
#col3	a:hover    { 
	font-weight: 600;
	font-size: 110%;
	color: rgb(255, 0, 0);
/*	background-color: #0000FF;*/
	line-height: 150%;
	text-decoration: none;
}
#col3	a:active   { 
	font-size: 110%;
	font-weight: 800;
	line-height: 140%;
}
h1.h1	{
	font-size: 450%;
	font-weight: 900;
	font-family: "Times New Roman", Times, serif;
	line-height: 450%;
	text-align: center;
	padding-top: 0;
	margin-top: 0;
	position: relative;
	bottom: 1.5em;
 /*	background-color: rgb(255, 255, 255);*/
}
h2.h2	{
	padding: 0.5em 1em 1em 0.5em;
	text-align: left;
	clear: left;
}
#Fixed_announcement	{
	position: fixed;
	background-color: transparent;
	background: transparent;
	top: 80%;
	left: 67%;
	width: 260px;
	height: 80px;
	padding: 12px;
	overflow: auto;
	border: 5px groove #FF0000;
	background-color: #FFFFFF;
	color:#000000;
	z-index: 2;
}
.img	{
	margin-left: 1.5em;
	margin-right: 1.5em;
	padding-left: 1.5em;
	padding-right: 3em;
}
.large  {
	font-size: 115%;
	font-weight: 500;
}
.large2  {
	font-size: 115%;
	font-weight: 600;
	padding: 1em;
}
.signature {
	font-weight: 700;
	font-family: "One Stroke Script LET", script;
	font-style: italic; 
	font-size: large;
	color: #0000FF;
	position: relative;
	bottom: 2em;
	left: 1em;
} 
.icons_positioner {
	height: 32px;
	width: 90%;
	padding-top: 20em;
	margin-top: 20em;
/*	position: relative;
	top: 20em;  */
	top: 90%;
}

#icon_placer {
/*	position: relative;
	top: 14em;  */
	position: absolute;
	top: 200px;
	left: auto;
	right: auto;
}
.padding {
	padding-left: 1em;
}