/* TAG STYLES */

body {
	background: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	margin-top: 0px;
}



/* CUSTOM */

.top_para {
	margin-top: 0px;
}

.bot_para {
	margin-bottom: 0px;
}



/* DIV LAYER STYLES */

#maincontainer {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-color: #79afe5;
}

#layoutcontainer {
	margin-top: 10px;
}

#header {
	background: url(../images/hdr-1.jpg);
	height: 211px;
}

#topmenu {
	background: url(../images/topmenubg.jpg);
	/* background-color: #003366; */
	height: 9px;
	border-bottom: 1px solid #FFFFFF;
}

#left {
	width: 200px;
	height: 400px;
	float: left;
	background: url(../images/leftgradbg.jpg);
	background-repeat: no-repeat;
}

	#lefttext{
		padding-left: 20px;
		margin-right: 6px;
		margin-top: 15px;
	}
	
	#lefttext ul {
		list-style: none;
		margin: 0px;
		padding-left: 0px;
	}
	
	#lefttext li {
		list-style: none;
		margin-left: 0px;
		margin-top: 10px;
		padding-left: 0px;
		padding-bottom: 6px;
		background: url(../images/menu_sep.gif);
		background-position: bottom;
		background-repeat: no-repeat;
	}
	
	#lefttext a {
		color: #666666;
		text-decoration: none;
	}
	
	#lefttext a:hover {
		color: #006699;
		text-decoration: none;
	}

#right {
	width: 200px;
	float: right;
}

	#righttext{
		margin-left: 6px;
		margin-right: 20px;
		margin-top: 15px;
	}

#break {
	clear: both;
}

#content {
	width: 540px;
	float: none;
	margin-left: 200px;
}

	#centre_top {
		background: url(../images/centre_top.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		height: 8px;
		line-height: 8px;
	}
	
	#centre_main {
		background: url(../images/centre_main.gif);
		background-repeat: repeat-y;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 5px;
		vertical-align:top;
	}
	
		#centre_main p:first-child {
			margin-top: 0px;
		}
		
		#centre_main p:last-child {
			margin-bot: 0px;
		}
	
	#centre_bot {
		background: url(../images/centre_bot.gif);
		background-repeat: no-repeat;
		height: 8px;
	}
	
#footer {
	background: url(../images/footer.jpg);
	height: 74px;
}

	#footer p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FFFFFF;
		padding-top: 20px;
		margin-left: 15px;
		margin-right: 15px;
		text-align: center;
	}
	
	#footer a {
		color: #FFFFFF;
	}
	
	#footer a:hover {
		color: #006699;
	}
	

#hphilite {
	background-color: #FFFFCC;
	border: 1px dashed #000000;
	padding: 5px;
	width: 98%;
	text-align: center;
}

#articleheader {
	padding: 5px;
	border: 1px solid #000000;
	background-color: #99CCFF;
}

#articlelist {
	padding: 5px;
}

#question {
	background-color: #eaeaea;
	border: 1px dashed #000000;
	padding: 10px;	
}

#answer {
	background-color: #FFFFCC;
	border: 1px dashed #000000;
	padding: 10px;	
}

#tt_contents {
	padding: 5px;
	border: 1px solid #000000;
	background-color: #FFFFCC;
	width: 50%;
}

#print {
	padding: 10px;
}

	#print p {
		font-size: 18px;
	}
	
#pr-title {
	background: url(../images/ttl-bg.gif);
	width: 509px;
	height: 22px;
	line-height: 20px;
	text-indent: 8px;
	font-weight: bolder;
}

#pr-section {
	width: 490px;
	/*text-indent: 8px;*/
	line-height: 20px;
}

	#pr-section p {
		text-indent: 8px;
		line-height: 20px;
	}
	
	#pr-section a {
		color: #006699;
		text-decoration: underline;
		font-weight: bolder;
	}
	
	#pr-section a:hover {
		color: #666666;
		text-decoration: none;
	}