/*  style for the Tesfa newsletter template */

/* ======================General styles=============="============================================ */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

p {margin-top: 2px;
 margin-bottom: 2px;

 padding-top:2px;
padding-bottom:2px;

}

#nav_top_level {
	background-color:#FFFF99;
	margin:0 0 0 0;
	padding:6px;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-align:center;
}

/* Headings */
h1 {
	margin:30px 10px 0 20px;
	padding:0;
	color:#339933;
	font-size:20px;
}
h2 {
	margin:12px 0 0 0;
	color:#D19700;
	font-size:15px;
}
h3 {
	clear:both;
	margin:0 0 0 0;
	color:#000000;
	font-size:15px;
}
h4 {
	margin:12px 0 0 0;
	color:#C14444;
	font-size:15px;
}


/* For tiny disclaimer text */
.legal {
	font-size:10px;
}
#content a, #content a:visited {
	color:#528917;
	text-decoration:none;
}
#content a:hover, #content a:visited:hover {
	color:#528917;
	text-decoration:underline;
}


/*
###################################################
# IMAGES
###################################################
*/

/* Main logo image */
img#logo {
	margin:10px 0 0 0;
}
img {
	border:none;
		margin:10px 10px 10px 10px;
}
img.main {
}
img.no_border {
	border:0;
}
p.caption {
	font-weight:bold;
	text-transform:uppercase;
	color:##000000;
}
p.caption_bold {
	font-weight:bold;
	color:#7FC31C;
}
p.caption_bold2 {
	font-weight:bold;
	color:#C14444;
}
p.caption_bold3 {
	font-weight:bold;
	color:##999999;
}

sup {
	font-size:.7em;
	vertical-align:text-top;
}
h1 sup {
	font-size:.6em;
}
.nobreak {
	white-space:nowrap;
}
address {
	font-style:normal;
	font-weight:bold;
	border-left:16px solid #D1EC94;
	padding-left:4px;
	margin-top:.5em;
	margin-bottom:1.5em;
}
blockquote {
	font-style:normal;
	font-weight:bold;
	color:#000000;
	margin:.5em 0 .5em 0;
}

/*
###################################################
# LISTS
###################################################
*/
dt {
	margin:0;
	color:#000000;
	font-size:15px;
	font-weight:bold;
}
dd {
	margin:0 0 1em 0;
}
#content ul, #content ol, #content2 ul, #content2 ol, #content3 ul, #content3 ol, #content4 ul, #content4 ol {
	margin:0 0 .8em .5em;
	padding: 0 0 0 .5em;
	clear:both;
}
#content li, #content2 li, #content3 li, #content4 li {
	margin-left: .5em;
	padding:0;
}

/* ======================navigation styles========================================================== */

#nav_footer {
	font-size:11px;
	font-weight:bold;
	vertical-align:bottom;
	line-height:1.1em;
	padding-bottom:4px;
	text-align:center;
	position:absolute;
	width:100%;
	bottom:0;
}
#nav_footer a, #nav_footer a:visited {
	text-decoration:none;
	color:#528917;
}
#nav_footer a:hover, #nav_footer a:visited:hover {
	color:#18481D;
}
#nav_footer .border_right {
	border-right:1px solid #7FC31C;
	padding-right:10px;
}
#nav_footer .border_left {
	border-left:1px solid #7FC31C;
	padding-left:10px;
}

/*
###################################################
# COPYRIGHT NAVIGATION
###################################################
*/
#copyright, #copyright2,  .hide {
  display : none;
}
div#copyright {
	height:38px;
}
#copyright, #copyright2, #copyright3, #copyright4{
	padding-top:3px;
	font-size:10px;
	color:#528917;
	text-align:center;
}
#copyright a, #copyright a:visited {
	text-decoration:none;
	color:#18481D;
}
#copyright a:hover, #copyright a:visited:hover {
	color:#528917;
}

/* ========================================structure css ===================================== */

body {
	margin:0;
	padding:0;
}


div#canvas {
	margin:0px 0px 0px 0px;
	width:738px;
}


div#top {
	height:48px;
}
	div#page1EZ {
	width:738px;
	position:relative;
	margin:0;
	padding:0;
	overflow: visible;

}
div#page1 {
	width:738px;
	position:relative;
	margin:0;
	padding:0;
	overflow: hidden;
	height:600px;
}
div#page2 {
	width:738px;
	position:relative;
	margin:0;
	padding:0;
	overflow: visible;
		height:700px;
}
div#page3 {
	width:738px;
	position:relative;
	margin:0;
	padding:0;
	overflow: hidden;
		height:700px;
}
div#page4 {
	width:738px;
	position:relative;
	margin:0;
	padding:0;
		height:700px;
}

div#content {
	margin:0 30px 0 30px;
	padding:0;
	
}
div#content2, div#content3, div#content4, div#content5, div#content6   {
	margin:0 30px 0  30px;
	padding:0;
}

div#column_left {
	margin:0 0 0 0;
	padding:14px;
}

div#paragraph1, div#paragraph2, div#paragraph3, div#paragraph4, div#paragraph5, div#paragraph7, div#paragraph7 {
	margin:0 0 0 0;
	padding:14px;
}




div#content.nobkg {
	background:none;
}

