﻿/* CSS layout */
:link {color: Green;}
:visited {color: Yellow;}

#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
}

#footer {
}


h1 {
	font-family: Banner, Tahoma, Arial;
	font-size: 200%;
	color: #020872;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: Banner, Tahoma, Arial;
	font-size: 150%;
	color: #020872;
	font-weight: bold;
	text-align: center;
}

h2.home {
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 150%;
	color: #020872;
	font-weight: bold;
	text-align: center;
}

.footer  {
	font-family: Banner, Tahoma, Arial;
	font-size: 100%;
	color: #020872;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-family: Banner, Tahoma, Arial;
	font-size: 130%;
	color: #020872;
	font-weight: bold;
	text-align: center;
}

p {
	font-family: Arial;
	font-size: 12pt;
	color: black;
	text-align: left;
}

.cert {
    font-weight: bold;
	text-align: center;
	width: 100px;
}

.divbox 
{
font-family: Arial;
font-size: 100%;
color: black;
position: relative;
text-align: center;
width: 480px;
height: 530px;
border-color: #020872;
border-style: solid;
border-width: medium;
margin-left: 8px;
margin-right:8px;
}

.divboxS
{
font-family: Arial;
font-size: 100%;
color: black;
position: relative;
text-align: center;
width: 480px;
height: 449px;
border-color: #020872;
border-style: solid;
border-width: medium;
margin-left: 8px;
margin-right: 8px;
}

.divinfo
{
position: absolute;
text-align: center;
width: 60%;
}

.tabletab 
{
	padding-left: 35px;
	padding-right: 35px;
}

.buffer 
{
	vertical-align: top;
	padding-left: .5em;
	padding-right: .5em;
}

.champions
{
	padding: 17px;
	vertical-align: top;
}

h4 {
	font-family: Banner, Tahoma, Arial;
	font-size: 14pt;
	color: #020872;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}