@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#660066;
	font:12px Arial;
	}
a img {
	border:none;
	}
#wrapper {
	margin:0 auto;
	width:801px;
	}
#header {
	background:url(images/header_02.jpg) no-repeat;
	font-weight:bold;
	height:80px;
	padding-top:30px;
	padding-left:20px;
	}
#nav {
	background:url(images/nav_bg_05.gif) repeat-x;
	height:35px;
	text-align:center;
	}
#main {
	background:url(images/main_bg_21.jpg) top left;
	padding:9px;
	padding-bottom:0px;
	}
#cols {
	background:url(images/cols_bg_24.gif) repeat-y;
	padding:20px 12px 0px 12px;
	}
#left {
	text-align:justify;
	float:left;
	width:515px;
	}
#right {
	width:207px;
	float:right;
	text-align:justify;
	}
#right a {
	text-decoration:underline;
	color:#74a501;
	font-weight:bold;
	}
#right2 {
	width:207px;
	float:right;
	text-align:center;
	}
.clear {
	clear:both;
	}
.title {
	font-size:18px;
	}
#footer {
	color:#FFFFFF;
	font-size:11px;
	padding:10px;
	padding-top:0px;
	}
#adobe {
	float:right;
	}
#adobe a {
	color:#FFFFFF;
	text-decoration:underline;
	}
.purple {
	font-size:18px;
	color:#660066;
	}
ul {
	margin:0;
	padding:20px 0 20px 30px;
	list-style-type:none;
	list-style-image:url(images/bull_07.gif);
	}
.alignCenter {
	text-align:center;
	}
img.floatRight {
	float:right;
	margin:0 0 10px 10px;
	}
a.green {
	color:#74a501;
	text-decoration:underline;
	font-weight:bold;
	}