@charset "utf-8";


/* for png tranparency
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 img, div { behavior: url(common/iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	background-image: url(../images/bg_tex.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0px;
	margin-top: 0px;
	background-attachment: fixed;
}
/* Common Styles ----------------- */
ul,li,h1,h2,h3,h4,h5,h6 {
margin:0;
padding:0;
}
ul,li {
list-style-type:none;
list-style:none;
}


#textContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	line-height:14px;
	overflow: visible;
	background-image: url(../images/text_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 490px;
	margin-top: 0px;
	float: left;
	width: 905px;
}



#textContent h2 {
	background-image: url(../images/cont_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #330066;
	font-size: 18px;
	font-weight: bold;
}
#textContent p {
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	line-height:16px;
	color: #333333;
}
#textContent li {
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	list-style-type: circle;
	list-style-position: inside;
	color: #000000;
	padding-bottom: 5px;
}
#rightCont3 p {
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: -5px;
}
#rightCont3 a:link, #rightCont3 a:visited, #rightCont3 a:hover, #rightCont3 a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: right;
	float: right;
}
#footer #links a:link, #footer #links a:visited, #footer #links a:active {
	font-weight: bold;
	color: #330066;
	text-decoration: none;
}
#footer #links a:hover {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
#footer #copy {
	color: #FFFFFF;
	display: block;
	padding-top: 15px;
}
