* {padding:0; margin:0}

body {
	padding: 0;
	background: #fff;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

#middle {
    position: relative;
    margin: auto auto 0 auto;
    text-align: center;
    background: #ffffff;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
	#middle {
	width: 98%;
	min-width: 98%;
	margin: 2px;	
	text-align: center;
	}
}

#holdintro {
	 position: relative;
	 padding: 0;
	 margin: 0 auto 0 auto;
    width: 80%;
    background-color: #fff;
}

/* main website content */

#logotzc {
	position: relative;
	text-align: right;
}

#logotzc img {
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
}

/* links on top */

#links {
	position: relative;
	float: left;
	margin: 70px auto 0 20px;
	padding: 5px;
	z-index: 20;
}

#links ul {
	list-style-type: none;
	float: left;
}

#links li {
	margin: 0;
	padding: 0;
}

#links li a {
	display: block;
	width: 180px;
	font-family: "Trebushet MS", Tahoma, Verdana, Sans-serif;
	font-size: 14px;
	margin: 0 auto 10px auto;
	padding: 5px;
	color: #151515;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}

#links li a:hover {
	color: #585858;
	text-decoration: none;
}

#links li .current {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

/* main website */

#contentintro {
	position: relative;
	margin: 30px 0 40px 0;
	background-color: #fff;
	padding: 0;
	text-align: center;
	width: 100%;
}

#contentintro a {
	font-family: "Arial Narrow", Arial, Tahoma, Verdana, sans-serif;
	font-size: 1.1em;
	text-align: left;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin: 10px auto 10px auto;
}

#contenintro img {
	width: 100%;
	height: auto;
}

#contentintro a:hover {
	color: #909090;
}

#content1st {
	position: relative;
	margin: 20px auto 20px auto;
	float: left;
	background-color: #ffffff;
	padding: 0;
}

#content1st h1 {
	font-family: Arial, Tahoma, Sans-serif;
	font-size: 1.3em;
	line-height: 30px;
	letter-spacing: 1px;
	color: #444444;
	margin: 10px auto 0 auto;
	padding: 0;
	font-weight: 100;
	border-bottom: 1px solid #aaa;
}

#content1st h2 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 1.1em;
	color: #848d9d;
	margin: 0 auto 10px auto;
	padding: 0;
}

#content1st p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin: 10px auto 40px auto;
	padding: 0;
	color: #000;
}

#content1st a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	text-align: justify;
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}

#content1st a:hover {
	color: #7e0000;
	text-decoration: none;
}

#content {
	position: relative;
	margin: 70px 50px 40px auto;
	float: right;
	background-color: #ffffff;
	padding: 0;
	width: 450px;
	height: 400px;
	border: 1px solid #aaaaaa;
	overflow: auto;
	opacity:0.9;
   filter:alpha(opacity=90);  
}

#content h1 {
	font-family: Arial, Tahoma, Sans-serif;
	font-size: 32px;
	line-height: 30px;
	letter-spacing: -1px;
	color: #444444;
	margin: 10px auto 10px 20px;
	padding: 0;
	font-weight: 100;
}

#content h2 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -1px;
	color: #848d9d;
	margin: 0 auto 0 20px;
	padding: 0;
}

#content h3 {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 19px;
	text-align: left;
	font-variant: small-caps;
	color: #000;
	margin: 20px auto 10px 5px;
	padding: 5px 5px 0 5px;
	border-bottom: double #5882fa;
}

#content p {
   font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	margin: 20px;
	padding: 0;
	color: #000;
}

#content a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	text-align: justify;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #7e0000;
	text-decoration: none;
}

#preloader{
   position: absolute;
   top: -9999px;
   left: -9999px;
   height: 1px;
   width: 1px;
   overflow: hidden;
}

