/* HTML elements */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #fff;
	background-color: #0D0D0D;
}

img {
	border: 0;
}

object {
	outline: none;
}

a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Named Divs */
#wrapper {
	width: 791px;
	margin: 0 auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background-image: url(../grfx/header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#lineL, #lineR {
	top: 114px;
	width: 60px;
	height: 8px;
	font-size: 1px;
	background-color: #fff;
	position: relative;
}

#lineL {
	left: -62px;
}

#lineR {
	left: 793px;
}

#boxFooter {
	width: 791px;
	height: 30px;
	padding-top: 5px;
	border-top: #005782 1px solid;
	font-size: 9px;
	color: #4A9020;
}

#boxHomeTop {
	height: 320px;
}

#boxInsideTop {
	height: 160px;
	padding: 3px 10px 0px 50px;
}

#boxHomeSplash {
	top: 150px;
	left: 109px;
	width: 533px;
	height: 122px;
	padding: 20px 20px 0px 20px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 11px;
	color: #CFCFCF;
	line-height: 1.4em;
	background-image: url(../grfx/back.home.splash.jpg);
	position: relative;
}

#boxInsideSplash, #boxInsideSplashQA {
	width: 791px;
	height: 78px;
	position: relative;
}

#boxInsideSplash {
	background-image: url(../grfx/back.inside.splash.jpg);
}

#boxInsideSplashQA {
	background-image: url(../grfx/back.inside.qa.jpg);
}

#boxStripQA {
	width: 791px;
	height: 150px;
	position: relative;
	background-image: url(../grfx/strip.qa.gif);
}

#boxCategoryHead, #boxCategoryDesc {
	padding-left: 30px;
	font-family: "trebuchet ms", verdana, sans-serif;
}

#boxCategoryHead {
	font-size: 30px;
	line-height: 20px;
	color: #FFFC06;
}

#boxCategoryDesc {
	width: 520px;
	padding-top: 12px;
	font-size: 11px;
	line-height: 1.4em;
	color: #CFCFCF;
}

#boxPage {
	color: #000000;
	padding-left: 80px;
	padding-right: 80px;
	background-color: #ffffff;
	background-image: url(../grfx/back.page.sample.gif);
}

#coverFlow {
	width: 590px;
	margin-left: 100px;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.txtMainLink {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.txtMainLink a {
	color: #ffffff;
}

.txtMainLink a:hover {
	color: #ffff00;
}

.txtArticle {
	font-family: arial, georgia, verdana, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	text-align: justify;
}

.txtArticleSummary {
	font-family: georgia, verdana, sans-serif;
	font-size: 20px;
	line-height: 1.2em;
}

.inputHeader {
	height: 20px;
	padding-left: 5px;
	color: #000000;
	font-size: 10px;
}

a.txtPage {
	color: #ffffff;
}

a.txtFooter {
	color: #4A9020;
}

a.txtFooter:hover {
	color: #ffffff;
}

.noJustify {
	text-align: left;
}

.txtStats {
	font-size: 11px;
	line-height: 1.3em;
}

.txtBackCat {
	font-family: "trebuchet ms",verdana,sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.txtBackCat a {
	color: #D1D1D1;
}

