@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'UbuntuL';
    src: url('font/Ubuntu-L.ttf');
}

@font-face {
    font-family: 'UbuntuM';
    src: url('font/Ubuntu-M.ttf');
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	padding: 0;
	margin: 0;
	border: 0;
  font-family: Ubuntu, sans-serif;
	font-size: 100%;
	font: inherit;
	line-height: 0;
	list-style: none;

}



#sticky {
	z-index: 400;
	display: block;
	width: 100%;
	height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: position 1s;
	background: white ;
}

.topbox {
	text-align: center;
	margin: auto;
	width: 720px;
	
}

img.topintro {
	margin-top: 80px;
	margin-bottom: 200px;
}

img.toplogo {
	margin-top: 120px;
	margin-bottom: 300px;
}

.container {
	margin: auto;
	width: 720px;
	
}

.wrapnav {
	margin: auto;
	width: 860px;
	
}

h1 {
  font-family: 'UbuntuL';
  text-transform: uppercase;
	font-size: 28px;
	color: black;
	margin-top: 60px;
	margin-bottom: 40px;
}

p ,tr {
  font-family: 'UbuntuL';
  letter-spacing: 1px;
	font-size: 15px;
	color: black;
	line-height: 19px;
	margin-bottom: 10px;
}

med {
  font-family: 'UbuntuM';
}

i {
	font-style: italic;	
}

ul.topnav {
	width: 100%;
	margin: auto;
	float: left;
}

li.navlist {
	margin: 0 22px 0 0;
	color: black;
	display: inline;
  font-family: 'UbuntuM';
	font-size: 18px;
	transition: color 1s;
	padding: 0;
	border: 0;
	list-style: none;
}

a:link {
 color: #666666;
 text-decoration: none;
 text-transform: uppercase;
 
}

a:visited {
 color: #666666;
}

a:hover {
 color: #999999;
}

a:active {
 color: #EFEFEF;
}

table, th, td {
			
}

td {
	font-size: 13px;
	padding: 10px 0 10px 0;
}

td.mark {
	width: 120px;
}

td.half {
	width: 350px;
}

td.full {
	width: 720px;
}

td.halfbox {
	width: 350px;
	line-height: 15px;
}

#coming {
	text-align: center;
	background: black;
	width: 100%;
	height: 40px;
}

#coming p {
	color: white;
	padding-top: 10px;
	padding-left: 14px
}

img.thumb {
	width: 125px;
	height: 125px;
	margin-right: 20px;
	margin-bottom: 21px;
	background: black;
	float: left;
	
}