body {
	text-align: center;
	margin: 0px;
	padding: 0px 0px 50px 0px;
	background: url(images/body_back.jpg);
	background-repeat: repeat-x;
	background-color: #d2d2d2;
}
#banner {
	text-align: left;
	width: 760px;
	height: 175px;
	background: url(images/banner.jpg);
	margin: 50px auto 0px auto;
	padding: 0px;
}
#container {
	text-align: left;
	width: 760px;
	margin: 0px auto;
	background:  url(images/container_back.jpg);
	background-position: top left;
	overflow:auto
}

#left {
	width: 240px;
	margin: 0px auto;
	padding: 0px;
	float: left;
}
#right {
	width: 520px;
	float: right;
	background: url(images/right_gradient.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#butterfly {
	height: 137px;
	background: url(images/butterfly.jpg);
	background-repeat: no-repeat;
}
#footer {
	background: url(images/footer_back.png);
	width: 760px;
	height: 185px; 
	margin: 0px auto;
	overflow:auto
}

/* Banner Headings */
#h1_banner {
	display: none;
}
#h2_header {	
	font-family: 'Times New Roman', Times, serif;
	letter-spacing: 0.2ex;
	color: #fff;
	font-size: 16px;
	display: block;
	position: absolute;
	top: 194px;
	width: 420px;
	margin: 0px;
	padding-left: 269px;
}

/* Navigation Links and List */
#nav_list {
	margin: 0px;
	padding-left: 80px;
	padding-right: 20px;
}
#nav_list a {
	display: block;
	text-align: left;
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	margin: 0px;
	padding: 12px 0px 12px 6px;
	border-bottom: 1px dashed #fff;
}
#nav_list li {
	list-style-type: none;
}
#nav_list li a:link {
	color: #006600;
}
#nav_list li a:visited {
	color: #006600;
}
#nav_list li a:link:hover, 
#nav_list li a:visited:hover {
	color: #ec008b;
}
#nav_list li a:link:active,
#nav_list li a:visited:active  {
	color: #000;
}
#last_child {
	border-bottom: none !important; 
}

/* Content Formatting */
.normal_list {
	font-family: 'trebuchet ms', sans-serif;
	color: #333;
	font-size: 0.8em;
	padding: 0px 0px 0px 15px;
	margin: 25px 85px 25px 30px;
	list-style: url(images/bullet.gif);
}
.normal_txt {
	font-family: 'trebuchet ms', sans-serif;
	color: #333;
	font-size: 0.8em;
	margin: 25px 85px 25px 30px;
}
.cpr_text {
	text-align: right;
	font-family: verdana, sans-serif;
	color: #fff;
	font-size: 0.7em;
	margin: 134px 85px 0px 45px;
	padding: 0px;
}
a:link.normal_links {
	color: #ec008b;
}
a:visited.normal_links  {
	color: #ea8dc4;
}
a:link:hover.normal_links , 
a:visited:hover.normal_links  {
	color: #ff0099;
	background-color: #d9eeda;
}
a:link:active.normal_links ,
a:visited:active.normal_links   {
	color: #000;
}

/*  Image */
#portrait {
	margin: 0px 0px 9px 5px;
	float: right;
}

/* Copyright Link */

a:link.cpr_links {
	color: #fff;
	text-decoration: none;
}
a:visited.cpr_links  {
	color: #fff;
	text-decoration: none;
}
a:link:hover.cpr_links , 
a:visited:hover.cpr_links  {
	text-decoration: underline;
	color: #fff;
}
a:link:active.cpr_links ,
a:visited:active.cpr_links   {
	color: #000;
}


/* Misc */
.bigger {
	font-size: 1em;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

