body {
	margin: 0px;
	background-color: #eeeeee;
	background-image: url('../images/paper.png');
	color: #363636;
	font-family: 'Pathway Gothic One', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-style: normal;
	font-weight: normal;
}

#topblackbackground{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 127px;
	width: 100%;
}

#pagecontent{
	position: absolute;
	width: 994px;
	height:100%;
	left: 50%;
	top: 0px;
	margin-left: -497px;
	background-color: #F6F6F6;
	border: 1px solid #c8c8c8;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

#maincontent{
	padding: 20px;
}

h1, h2, h3 {
    margin: 1em 0 .5em;
    color: #16161d;
	font-family: 'Pathway Gothic One', sans-serif;
}

h1 {
    font-size: 2em;
    font-size: 2.5em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
}

.button {
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #fff;
    background-color: #00AFF0;
    border-color: #00AFF0;
	display: inline-block;
    width: auto;
    height: auto;
    border-width: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
	padding: 13px 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.button:hover {
	background-color: #3bbdee;
	transition: background 0.2s linear;
	color: #fff;
}

td, select
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 11px;
	font-weight: normal;
}

input, textarea
{
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 12px;
}

a, a:visited {
    color: #000;
    text-decoration: none;
	font-weight: bold;
	font-family: "proxima-nova";
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-style: normal;
}

.errormsg
{
	color: #CC0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 11px;
	text-decoration: none
}

table.moduletable {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	background: url(img/top_below.gif);
}

table.moduletable th {
	background: url(images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

#namebox {
	position: relative;
	left: 10px;
	border: 1px solid #cccccc;
	padding: 2px;
	padding-bottom: 40px;
	width: 710px;
	background: #101010;
}

.menu_inactive {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
	color: #000;
	font-family: 'Pathway Gothic One', sans-serif;
}

.menu_active {
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
	letter-spacing: 3px;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
	color: #00AFF0;
	font-family: 'Pathway Gothic One', sans-serif;
}

.menulink {
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
	color: #C8C8C8;
	font-family: 'Pathway Gothic One', sans-serif;
}

.menulink:hover {
	color: #afafa7;
}

.timelabel{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #000000;
	line-height: normal;
}

.lanelabel{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #000000;
	line-height: normal;
}