body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, helvetica, sans-serif;
	background-color: 9999CC;
}

/* NAV */

a:link {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	}

a:visited {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	}

a:hover {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	}
	
a:active {
	color: #0000;
	text-decoration: none;
	font-size: 11px;
	}
	
/* LINKS*/
        

.nav a:link {
		font-family: times, serif;
        color: #000066;
        margin: 15px 10px 25px 10px;
        text-decoration: bold;
        font-size: 13px;
        text-align: left;
        }

.nav a:visited {
		font-family: times, serif;
        color: #000066;
        margin: 15px 10px 25px 10px;
        text-decoration: bold;
        font-size: 13px;
        text-align: left;
        }

.nav a:hover {
		font-family: times, serif;
        color:#ff9900;
        margin: 15px 10px 25px 10px;
        text-decoration: bold;
        font-size: 13px;
        text-align: left;
        }

.nav a:active {
		font-family: times, serif;
        color: #ff9900;
        margin: 15px 10px 25px 10px;
        text-decoration: bold;
		font-size: 13px;
		text-align: left;
        }
        
.sub_nav a:link {
        color: #0000cc;
        margin: 3px 5px 3px 5px;
        text-decoration: underline;
        font-size: 9px;
        text-align: center;
        }

.sub_nav a:visited {
        color: #0000cc;
        margin: 3px 5px 3px 5px;
        text-decoration: underline;
        font-size: 9px;
        text-align: center;
        }

.sub_nav a:hover {
        color:#0000cc;
        margin: 3px 5px 3px 5px;
        text-decoration: underline;
        font-size: 9px;
        text-align: center;
        }

.sub_nav a:active {
        color: #0000cc;
        margin: 3px 5px 3px 5px;
        text-decoration: underline;
		font-size: 9px;
		text-align: center;
        }
	

	
/* TEXT STYLES */

p {
	font-size: 11px;
	
	line-height: 18px;
	color: #000;
	margin: 0px 5px 0px 0px;
	text-align: left;
}

.centered {
	font-size: 9px;
	line-height: 18px;
	color: #000;
	margin: 3px 5px 3px 5px;
	text-align: center;
}

.small_left {
	font-size: 9px;
	line-height: 18px;
	color: #000;
	margin: 3px 5px 3px 5px;
	text-align: left;
}

.body {
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin: 5px 15px 5px 10px;
	text-align: left;
}

.webzone {
	font-size: 9px;
	line-height: 14px;
	color: #ffffff;
	margin: 5px 15px 5px 10px;
	text-align: right;
}

.webzone_two {
	font-size: 9px;
	line-height: 14px;
	color: #000000;
	margin: 5px 15px 5px 10px;
	text-align: right;
}

.body_copy {
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	margin: 5px 10px 10px 10px;
	text-align: left;
}

.copyright {
	font-size: 9px;
	line-height: 12px;
	color: #ffffff;
	margin: 0px 5px 0px 5px;
	text-align: left;
}

.center {
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	margin: 0px 5px 0px 5px;
	text-align: center;
}

.center_two {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px 5px 0px 5px;
	text-align: center;
}

ul {
	margin-top: 10px;
	margin-bottom: 20px;
	list-style-type: none;
	}

li	{
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	margin: 5px 5px 10px 10px;
	text-align: left;
	}

h1 {
	font-size: 14px;
	color: #000066;
	line-height: 18px;
	margin: 5px 10px 5px 10px;
	text-align: center;
}

h2 {
	font-size: 13px;
	color: #ec008c;
	margin: 5px 10px 5px 10px;
	text-align: center;
}

h3 {
	font-size: 12px;
	margin: 5px 10px 5px 10px;
	color: #000000;
	text-align: center;
}

h4 {
	font-size: 12px;
	color: #ec008c;
	margin: 5px 15px 0px 15px;
	text-align: center;
}

h5 {
	font-size: 12px;
	color: #ec008c;
	margin: 15px 0 10px 10px;
	text-align: left;
	font-style: italic;
}

h6 {
	font-size: 13px;
	color: #ec008c;
	margin: 5px 10px 5px 10px;
	text-align: left;
}

h7 {
	font-size: 13px;
	margin: 5px 10px 5px 10px;
	color: #000000;
	text-align: center;
	font-style: bold;
}

/* BACKGROUNDS */

.sidebar_bg_image {
	background: url(layout_img/sidebar_bg.jpg) top left repeat;
}

.header_bg_image {
	background: url(ads/images/new_header_02.jpg) top left no-repeat;
}