@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #82027D;
	color: #333333;
	background: #FCFCFC;
}
.heading {
	font-size: 13px;
	font-weight: bold;
	color: #82027D;
}
.footer {
	width: 703px;
	height: 61px;
	padding-top: 8px;
	padding-left: 24px;
	font-size: 11px;
	line-height: 17px;
}
a:link {
	color: #9900CC;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #9900CC;
	text-decoration: underline;
}
a:active {
	color: #333333;
}
li {
	list-style-type: square;
	padding-left: 4px;
	line-height: 22px;
}
.container {
	width: 100%;
	background-image: url(images/background-about.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.content {
	padding: 9px;
	color: #000000;
	background-image: url(images/content_bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	border-right: 1px dotted #EFEFEF;
}
.content_footer {
	/*height: 25px;*/
	/*background-image: url(images/content_footer.jpg);*/
	height: 39px;
	background-image: url(images/content_footer.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	/*border-right: 1px dotted #EFEFEF;*/
}
.right_col {
	text-align: center;
}
.nav_left {
	width: 480px;
	background-image: url(images/nav_left_home.jpg); 
	background-position: left; 
	background-repeat: repeat-y;
	height: 52px;
}
.img {
	border: 1px solid #EFEFEF;
	padding: 2px;
}
.purple {
	color: #7E297C;
}
.small {
	font-size: smaller;
}