/*-------------- CSS Document -------*/
/*----- Navi and Upper Box -----*/

.upperBigBox {
	border-left-width: 1px;
	border-left-color: black;
	border-left-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: dotted;
	border-right-width: 1px;
	border-right-color: black;
	border-right-style: dotted;
	border-top-width: 1px;
	border-top-color: black;
	border-top-style: dotted;
	/*background-color:#dddd33;*/
	background-image: url(back.jpg);
	margin-left: 80px;
	margin-top: 15px;
	margin-right: 80px;
	height: 120px;
}

.header {
	letter-spacing:0.3em;
	position: absolute;
	top: 20px;
	padding-top: 1px;
	margin-left: 260px;
	margin-bottom: 11px;
	font-size: 22px;
	font-weight: bold;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	/*background-image: url(back.gif);*/
	
	margin-top: 15px;
	margin-right: 20px;
	padding-bottom: 15px;
}

.subheader {	
	text-transform: lowercase;
	letter-spacing:0.1em;
	position: absolute;
	top: 60px;
	padding-top: 1px;
	margin-left: 260px;
	margin-bottom: 11px;
	font-size: 14px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	margin-top: 15px;
	margin-right: 20px;
	padding-bottom: 15px;
	
}

.naviLeft {
	top: 20px;
	/*background-color:#dddd33;*/
	margin-left: 40px;
	margin-top: 15px;
	margin-right: 20px;
	padding-bottom: 15px;
}

.naviRight {
	position: absolute;
	right: 20px;
	top:  20px;
	/*background-color:#dddd33;*/
	margin-left: 40px;
	margin-top: 15px;
	margin-right: 80px;
	padding-bottom: 15px;
	
}
.naviElementl {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin-left: 0px;
	padding-top: 10px;
	text-align: left;
	text-transform: lowercase;
}


.naviElementr {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin-right: 20px;
	padding-top: 10px;
	text-align: right;
	text-transform: lowercase;
}

/*----- Article Box and Layout ---*/

.articleBigBox {
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: dotted;
	border-right-width: 1px;
	border-right-color: black;
	border-right-style: dotted;
	border-left-width: 1px;
	border-left-color: black;
	border-left-style: dotted;
	border-top-width: 1px;
	border-top-color: black;
	border-top-style: dotted;
	position: absolute;
	top: 140px;
	left: 0px;
	right: 0px;
	/*background-color:#dddd33;*/
	background-image: url(back.jpg);
	margin-left: 80px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 80px;
}

.articleContBox {
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: dotted;
	border-right-width: 1px;
	border-right-color: black;
	border-right-style: dotted;
	border-left-width: 1px;
	border-left-color: black;
	border-left-style: dotted;
	border-top-width: 1px;
	border-top-color: black;
	border-top-style: dotted;
	background-color:#EEEEEE;
	margin-left: 34px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 34px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
}

body {
	color: #111111;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0px;
}

.articleStandard {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.articleDense {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color:#333333;
}

.articleBold {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	line-height: 20px;
}

a
{
	text-decoration: none;
	color: blue;
}

a:visited {
	color: blue;
}

a:hover {
	color: red;
}

a:active {
	color: red;
}


.articleLayoutSubtitle {
	font-weight: bold;
	margin-top: 25px;
	padding-left: 7px;
	font-size: 16px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}
	
.articleSubhead {
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-top: 25px;
	background-color: #000000;
	text-indent: 7px;
	width: 542px;
	min-width: 542px;
	max-width: 542px;
}

.articleHead {
	font-size: 10px;
	font-weight: bold;
	background: #000;
	letter-spacing: .2em;
	color: #fff;
	margin: 4em 0 0 1px;
	min-height: 1.2em; /* make height => IE */
	padding: .1em .5em;
	text-transform: uppercase;
	line-height: 14px;
}

