.aside {
  width: 320;
  padding-left: 15px;
  margin-left: 15px;
  float: right;
  font-style: italic;
}

.linkbg {
	background-image: url(../images/link_bg.jpg);
	background-repeat: repeat-x;
}

.flex-container {
	display: flex;
	height: 300px;
	flex-flow: row wrap;
	
}

.paynow {
	width: 90px;
	background-color: #000000;
	float: none;
	border-style: solid;
	border-width: medium;
	border-color: red;
	padding: 0 0;
	text-align: center;
	font-size: large;
	
}

.paynow a:link, a:visited {
	color: white;
	margin-top: auto;
	margin-bottom: auto;
	display: inline-block;
	text-decoration: none;
}

.white_green {
	font-family: "Verdana, "sans-serif";
	font-size: 14px;
	font-weight: normal;
	color: #1C27FC;
	text-decoration: none;
}

.white_green a:link, a:visited {
	color: #1C27FC;
	
}

.white_green a:hover, a:active {
	color: #FFF;
	background-color: #38C502
	
}


.style-link-table {
	border-collapse: collapse;
}

.style-link-table th, td  {
	padding-top: 10px;
  	padding-right: 5px;
  	padding-bottom: 10px;
  	padding-left: 5px;
}

.paynow a:hover, a:active {
	background-color: #4CAF50;
}

.georgia24brown {
	font-family: georgia;
	font-size: 24px;
	font-weight: bold;
	color: #7C4600;
	text-decoration: none;
}
.georgia20black {
	font-family: georgia;
	font-size: 20px;
	font-weight: normal;
	color: #434343;
	text-decoration: none;
}
.dottedline {
	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-x;
}
.tahoma12black {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.tahoma14black {
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
.tahoma10black {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.tahoma10black:hover {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.tahoma12black2 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.botbg {
	background-image: url(../images/bot_bg.gif);
	background-repeat: repeat-x;
}


a.tahoma12black2:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #996523;
	text-decoration: none;
}

a {
	color: #1C27FC;
}


a.link, visited {
	font-family: "Verdana, "sans-serif";
	font-size: 14px;
	font-weight: normal;
	color: #1C27FC;
	text-decoration: none;
}
a.link:hover {
	font-family: "Verdana, "sans-serif";
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-color: #1A9000;
	text-decoration: none;
}
.tahloma12blackunderline {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	line-height: 18px;
}

a.tahloma12blackunderline:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #996523;
	text-decoration: underline;
	line-height: 18px;
}


ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden; 
	background-color: #333;
}

li {
	float: left;
}

li a {
	display: block; 
	color: white;
	text-align: center;
	border-left: 1px solid #bbb;
	padding: 12px 21px; 
	text-decoration: none}

li a:visited{
	color: white;
}

a:hover:not(.active) {
	background-color: #41664A;
	color: #FFF;
}

.active {
	background-color:#4CAF50;
	color: #FFF;
}


