@charset "utf-8";

@font-face {
    font-family: lintsecregular;
    src: url('../_fonts/lintsec-webfont.eot');
    src: url('../_fonts/lintsec-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/lintsec-webfont.woff') format('woff'),
         url('../_fonts/lintsec-webfont.ttf') format('truetype'),
         url('../_fonts/lintsec-webfont.svg#lintsecregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: veteran-typewriter;
	src: url('../_fonts/veteran-typewriter-webfont.eot');
	src: url('../_fonts/veteran-typewriter-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/veteran-typewriter-webfont.woff') format('woff'),
         url('../_fonts/veteran-typewriter-webfont.ttf') format('truetype'),
         url('../_fonts/veteran-typewriter-webfont.svg#royal') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sten {
	font-family: lintsecregular;
}

.royal {
	font-family: veteran-typewriter;
	font-size: 14px;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 15px 15px 0px 15px;
}

a img {
	border: none;
}

a:link {
	color: rgba(255,0,0,1);
	text-decoration: none;
}

a:visited {
	color: rgba(255,0,0,1);
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: rgba(0,0,0,1);
	text-decoration: none;
}

a.whitelink:link, a.whitelink:visited { 
	color: rgba(253,251,162,1);
	text-decoration: none;
}

a.whitelink:hover, a.whitelink:active, a.whitelink:focus { 
	color: rgba(255,0,0,1);
	text-decoration: none;
}

a.hnav:link, a.hnav:visited {
	color: rgba(0,0,0,1);
	text-decoration: none;
}

a.hnav:hover, a.hnav:active, a.hnav:focus {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

.bod {
	background-image:url(../_images/wdbg1.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.container {
	width: 960px;
	margin: 0 auto;
	border: 0;
	padding:0;
	position: relative;
}

.tabhead {
	background-image: url(../_images/taabs4.png);
	background-position: bottom;
	width: 600px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
	top: 100px;
	left: 180px;
	
}

.content {
	width: 600px;
	background-image: url(../_images/folderbod.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
	top: 250px;
	left: 180px;
}

.contppr {
	width: 580px;
	background: #ffffff;
	box-shadow: 2px -2px 2px 2px rgba(0,0,0,0.3);
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	top: 10px;
	left: 10px;
}

.ltcol {
	width: 180px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
	top: 200px;
	left: 0px;
}

.rtcol {
	width: 180px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
	top: 200px;
	left: 780px;
}

