body {
	background: #dbdbdb url(bg.gif) repeat-y center;
	margin: 0px auto;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	text-align: center;
}



#ct {
	width: 970px;
/*	background: yellow;*/
}

#container {
	width: 970px;
	margin: 0 auto;
}

/* Standard Main Container */
#content {
	background: white;
	padding: 20px;
	width: 100%;
	text-align: left;
	border: none;
}




#content p {
	line-height: 18px;
	padding-bottom: 20px;
	text-align: justify;
}


#content a:hover {text-decoration: underline;}

#content h1 {
	font-size: 16px;
	background: none;
	margin: 15px 0 0 0;
	padding: 0;
	color: black;
	font-weight: bold;
}

#content h2 {
	font-size: 15px;
	color: #004180;
	font-weight: bold;
	margin-top: 30px;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	background: #cccccc;
	margin-bottom: 20px;
	height: 20px;
	padding: 5px 0 0 10px;
	border-bottom: 1px solid orange;
	width: 100%;
}

#content h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 10px 0;
	border-bottom: 1px solid orange;
}

#content ul, #content ol {
	width: 100%;
	list-style: none;
}

#content ul li, #content ol li {
	line-height: 20px;
	padding: 3px 0 15px 20px;
	background: url(circle.gif) no-repeat 5px 11px;
	margin-right: 10px;
}



.blockH {
	padding: 0;
	margin: 0;
	text-align: left;
	background: gray;
	color: white;
	padding: 3px 0 0 5px;
	height: 20px;
	margin: 0px 5px 0px 5px;
}

.block {
	padding: 5px;
	text-align: left;
	border:1px solid #cccccc;
	background: white;
	margin: 1px 5px 10px 5px;
}

.block p {
	padding-bottom: 5px;

}

.block ul {
	list-style: none;
}

.block ul li {
	padding-bottom: 5px;
}

.block ul li a:hover {
	color: #cc6600;
}



/* Submenues */
#tc {
	background: #f5f5f5;
	border-left: 1px solid #d8d8d8;
	padding: 10px 2px 0 2px;
	text-align: center;
	width: 190px;
	min-width: 190px;
/*	max-width: 190px;*/
}


/* Banner Row */
#tbn {
	background: white;
	border-left: 1px solid #d8d8d8;
	padding: 10px 15px 0 15px;
	text-align: center;
	width: 150px;
	min-width: 150px;
}

#tbn ul {list-style: none;}

#tbn li {
	padding-bottom: 20px;
}
