
/*K6DF Web Site Styles Page*/

a:hover {

color: #F00;
text-decoration: underline;
cursor: url(images/fists.cur);

}

a:link	{
	font-weight: bold;
}

body 		{ 
	background: #fff;
	text-align: center;
	color: black;
	margin-left: 8%;
	margin-right: 8%;
}

#logcontent	{

	width: 750px;
	background-color: #fff;
	position: center;
}

#logcontent2	{

	width: 850px;
	background-color: #fff;
	position: center;
}

#content	{
	max-width: 810px;
	margin-top: 5px;
	margin-left: 5px;
}

#content2	{
	width: 800px;
	background-color: #fff;
	margin-top: 150px;
	margin-left: 0px;
}

#fixtop	{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #fff;
	width: 100%;
}

.box h3{
	text-align:center;
	position:relative;
	top:10px;
}
.box {
	width:70%;
	height:50px;
	background:#FFF;
	margin:40px auto;
}

/*==================================================
 * Effect 7
 * ===============================================*/

.effect7
{
    position:relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
} 
.effect7:after
{
    right:10px; 
    left:auto; 
    transform:skew(8deg) rotate(3deg);
}

#statustop	{
	position: fixed;
	top: 15px;
	left: 0px;
	background-color: #fff;
	width: 100%;
}

.backcolor	{
	background-color: lightgrey;
}

.textwidth	{

	width: 70%;
}

.nav ul ul {
	display: none;
}

.nav ul li:hover > ul {
	display: block;
}

.nav ul {
	background: #efefef;
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
	background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%);   
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.7);
	padding: 0 8px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}

.nav ul:after {
		content: ""; clear: both; display: block;
	}

.nav ul li {
	float: left;
}

.nav ul li:hover {
		background: #4b545f;
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		background: -o-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	}

.nav ul li:hover a {
			color: #fff;
		}
	
.nav ul li a {
		display: block; padding: 5px 10px;
		color: blue; text-decoration: none;
	}

.nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}

.nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}

.nav ul ul li a {
			padding: 5px 25px;
			color: #fff;
		}	

.nav ul ul li a:hover {
				background: #4b545f;
			}

.nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

.cb	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	text-align: center;
}

.cbu	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

.bru	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	color: red;
	text-shadow: .5px .5px black;
	font-weight: bold;
	text-decoration: underline;
}

.bru1	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	color: red;
	text-shadow: .5px .5px black;
	font-weight: bold;
}


.ti	{
	text-align: left;
	text-indent: 40px;
}

.left  {

	text-align: left;
}

.left_bi  {

	text-align: left;
	font-weight: bold;
	font-style: italic;
}

/* Create column 20% wide that floats next to another column */
.ffcol20  {

  float: left;
  width: 30%;
  padding: 0px;

	text-align: left;
	margin-left: 15px;
        margin-right: 0px;
        font-size: 90%;
        font-weight: bold;
}

/* Create column 80% wide that floats next to another column */
.ffcol80  {

  float: left;
  width: 65%;
  padding: 0px;

	text-align: left;
	margin-left: 5px;
        margin-right: 0px;
        font-size: 90%;
        font-weight: bold;
}

/* Clear floats after the columns */
.ffrow:after {
  content: "";
  display: table;
  clear: both;
}

.left_bi  {

	text-align: left;
	font-weight: bold;
	font-style: italic;
}

.indentleft	{
	margin-left: 150px;
}

.newmemberslist
    {
       height: 200px;
       width: 700px;
       overflow: auto;
       border-width: thin;
       border-style: groove;
       padding: 2px 2px 2px 2px;
       margin-left: 8px;
       margin-right: 0px;
       font-size: 110%;
       font-weight: bold;
       text-align: center;
    }

.n22ewmemberslist
    {
       height: 325px;
       width: 650px;
       overflow: auto;
       border-width: thin;
       border-style: groove;
       padding: 2px 2px 2px 2px;
       margin-left: 8px;
       margin-right: 0px;
       font-size: 110%;
       font-weight: bold;
       text-align: center;
    }

.n33ewmemberslist
    {
       height: 525px;
       width: 345px;
       overflow: auto;
       border-width: thin;
       border-style: groove;
       padding: 2px 2px 2px 2px;
       margin-left: 8px;
       margin-right: 0px;
       font-size: 110%;
       font-weight: bold;
       text-align: center;
    }

.qso73list
    {
       height: 325px;
       width: 500px;
       overflow: auto;
       border-width: thin;
       border-style: groove;
       padding: 2px 2px 2px 2px;
       margin-left: 8px;
       margin-right: 0px;
       font-size: 110%;
       font-weight: bold;
       text-align: center;
    }

.awardslist
    {
       height: 100px;
       width: 500px;
       overflow: auto;
       border-width: thin;
       border-style: groove;
       padding: 2px 2px 2px 2px;
       margin-left: 8px;
       margin-right: 0px;
       font-size: 90%;
       font-weight: bold;
       text-align: center;
    }

.a22wardslist
    {
       height: 525px;
       width: 465px;
       overflow: auto;
       padding: 2px 2px 2px 2px;
       margin-left: 8px;
       margin-right: 0px;
       font-size: 90%;
       font-weight: bold;
       text-align: center;
    }

h1	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 200%;
	text-align: center;
}

h2	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

.bdr	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: white;
	border: 2px solid black;
	padding: 10px;
}

.bdr1	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: white;
	border: 1px solid black;
	padding: 5px;
}

.tblbdr	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: lightyellow;
	border: 2px solid black;
	width: 325px;
	padding: 10px;
}


.buroadr	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: tan;
	border: 2px solid black;
	width: 250px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	font-size: 125%;
}

.textrwb	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	text-shadow: 1px 1px black;
	background-color: white;
	font-weight: bold;
	font-style: italic;
	font-size: 190%;
	text-align: center;
	color: red;
}

.textrwb1sm	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	text-shadow: 1px 1px black;
	background-color: white;
	font-weight: bold;
	font-style: italic;
	border: 2px solid black;
	font-size: 180%;
	text-align: center;
	color: red;
}

.textrwb1sm100	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	text-shadow: 1px 1px black;
	background-color: white;
	font-weight: bold;
	font-style: italic;
	font-size: 150%;
	text-align: center;
	color: red;
}

.textrwb2sm	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	text-shadow: .5px .5px black;
	background-color: white;
	font-weight: bold;
	font-style: italic;
	border: 2px solid black;
	font-size: 140%;
	text-align: center;
	color: red;
}

.textowb1sm	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	text-shadow: 1px 1px black;
	background-color: grey;
	font-weight: bold;
	font-style: italic;
	border: 1px solid black;
	font-size: 180%;
	text-align: center;
	color: yellow;
}

.textowb2sm	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	text-shadow: 1px 1px black;
	background-color: grey;
	font-weight: bold;
	font-style: italic;
	border: 1px solid black;
	font-size: 160%;
	text-align: center;
	color: yellow;
}

.texty1sm	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	text-shadow: 1px 1px red;
	background-color: grey;
	font-weight: bold;
	font-style: italic;
	border: 2px solid black;
	font-size: 240%;
	text-align: center;
	color: yellow;
}


.textbo	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	text-shadow: 1px 1px orange;
	background-color: white;
	font-weight: bold;
	font-style: italic;
	font-size: 190%;
	text-align: center;
	color: blue;
}

.text50	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-style: normal;
	font-size: 50%;
	text-align: center;
	color: black;
}

.text80	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-style: normal;
	font-size: 80%;
	text-align: center;
	color: black;
}

.text80i	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-style: italic;
	font-size: .85em;
	text-align: center;
	color: black;
}

.text80b	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-style: bold;
	font-size: .85em;
	color: black;
}

.text80bc	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-style: bold;
	font-size: 80%;
	text-align: center;
	color: black;
}

.text100	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
	text-align: center;
	color: black;
}

.text100n	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-style: normal;
	font-size: 100%;
	text-align: center;
	color: black;
}

.text100i	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-style: italic;
	font-size: 100%;
	text-align: center;
	color: black;
}

.text100bi	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
	text-align: center;
	color: black;
}

.text100b	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	text-indent: 40px;
	color: black;
}

.text100br	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	text-align: center;
	color: red;
}

.text100by	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	text-align: center;
	color: yellow;
}


.text90n	{
	font-family: Arial, Helvetica, "Times New Roman", serif;
	font-style: italic;
	font-size: 90%;
	text-align: center;
	color: black;
}

.text90br	{
	font-family: Arial, Helvetica, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	color: red;
}

.text110	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	color: black;
}

.text120	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	color: black;
}

.text130	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
	color: black;
}

.text225	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 225%;
	font-style: italic;
	text-align: center;
	color: black;
}

.text225n	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 225%;
	font-style: normal;
	text-align: center;
	color: black;
}

.text200	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 200%;
	font-style: normal;
	text-align: center;
	color: red;
}

.text200b	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 200%;
	font-style: normal;
	text-align: center;
	color: black;
}

.text115	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 115%;
	font-style: normal;
	text-align: center;
	color: black;
}

.text115r	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 115%;
	font-style: normal;
	text-align: center;
	color: red;
}

.text150	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 150%;
	font-style: italic;
	text-align: center;
	color: black;
}

.text150br	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 150%;
	font-style: normal;
	text-align: center;
	color: red;
}

.text150n	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 150%;
	font-style: normal;
	text-align: center;
	color: black;
}

.text180bi	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 180%;
	font-style: italic;
	text-align: center;
	color: black;
}

.text130nc	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
}

.text160	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 160%;
	color: black;
}


.bluetext	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 120%;
	color: blue;
}

.greentext	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 200%;
	color: green;
}

.green100	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: normal;
	font-size: 100%;
	color: green;
}

.greentext1	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 130%;
	color: green;
}

.green150u	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: normal;
	font-size: 150%;
	text-decoration: underline;
	color: green;
}

.greentext160	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 160%;
	color: green;
}

.redtext2	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
	color: red;
}

.redtext130	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 130%;
	color: red;
}

.grntext120	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
	color: green;
}

.grntext130	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 130%;
	color: green;
}


.greentext2	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 150%;
	color: green;
}

.redtext	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 150%;
	color: red;
}

.redtextb130	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: 150%;
	color: red;
}

.text160red	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 160%;
	color: red;
}

.redtext200	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 200%;
	color: red;
}

.textblkspec	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 225%;
	text-align: center;
	color: yellow;
}

.textblkspecsm	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 150%;
	text-align: center;
	color: yellow;
}

.textyelspec	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: red;
	font-weight: bold;
	font-style: italic;
	font-size: 225%;
	text-align: center;
	color: yellow;
}

.textbluspec	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: yellow;
	font-weight: bold;
	font-style: italic;
	font-size: 225%;
	text-align: center;
	color: blue;
}

.textyelspecsm	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: red;
	font-weight: bold;
	font-style: italic;
	font-size: 150%;
	text-align: center;
	color: yellow;
}

.textyelspecbsm	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: red;
	font-weight: bold;
	font-style: italic;
	font-size: 150%;
	text-align: center;
	border: 2px solid black;
	color: yellow;
}

.textredspecsm	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: yellow;
	font-weight: bold;
	font-style: italic;
	font-size: 150%;
	text-align: center;
	color: red;
}

.textredspecbsm	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: yellow;
	font-weight: bold;
	font-style: italic;
	font-size: 150%;
	text-align: center;
	border: 2px solid black;
	color: red;
}

.textredspecbsm220	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: yellow;
	font-weight: bold;
	font-style: italic;
	font-size: 220%;
	text-align: center;
	border: 2px solid black;
	color: red;
}


.textbwspecbsm	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 150%;
	text-align: center;
	width: 650px;
	border: 2px solid red;
	color: white;
}

.textbyelspecbsm	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 150%;
	text-align: center;
	width: 650px;
	border: 2px solid red;
	color: yellow;
}

.textbyelspecbsm300	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 300%;
	text-align: center;
	width: 650px;
	border: 2px solid red;
	color: yellow;
}

.textbyelspecbsm200	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 200%;
	text-align: center;
	width: 650px;
	border: 2px solid red;
	color: yellow;
}

.textbbluspecbsm	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: yellow;
	font-weight: bold;
	font-style: italic;
	font-size: 150%;
	text-align: center;
	border: 1px solid red;
	color: blue;
}

.wz8c250	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 250%;
	text-align: center;
	border: 2px solid black;
	color: white;
}

.wz8c150	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 150%;
	text-align: left;
	text-indent: 40px;
	border: 2px solid black;
	color: white;
}

.wz8c120	{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	background-color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
	text-align: left;
	text-indent: 40px;
	width: 600px;
	border: 2px solid black;
	color: white;
}

.spec		{
	margin-left: 150px;
	margin-right: 150px;
	text-align: left;
	font-weight: bold;
}

.spec1		{
	margin-left: 150px;
	margin-right: 150px;
	text-align: center;
	font-weight: bold;
}

.textover	{
	position: absolute;
	top: 3250px;
	left: 140px;
	font-family: Helvetica, serif;
	font-weight: bold;
	font-style: normal;
	font-size: 280%;
	color: red;
}

.textover1	{
	position: absolute;
	top: 3420px;
	left: 140px;
	font-family: Helvetica, serif;
	font-weight: bold;
	font-style: normal;
	font-size: 280%;
	color: red;
}
