
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#fffffff;
 color: #000000;
 text-align:left;
 padding:0;
 }

#outer {
 text-align:left;
 width:950px;
 margin:auto;
 }

#hdr {
 height:20px;
 color: #333333;
 text-align:right;
 padding:97px 5px 0px 0px;
 background:url('images/CN_hdr.gif') no-repeat top left;
 }

#bar {
 height:15px;
 background:#003333;
 color: #ffffff;
 text-align:right;
 padding:5px;
 }

#bodyblock {
 position:relative;
 background: #336666;
 color: #333333;
 width:950px;
 padding:0;
 }

#l-col {
 float:left;
 color: #333333;
 width:200px;
 text-align:left;
 padding:5px;
 }

#l-col ul {margin:0px; padding:0px;}
#l-col li {
	list-style:none;
	width:195px;
	height:20px;
	background:#c0c0c0;
	margin-bottom:3px;
	padding: 5px 0px 0px 5px;
	color: #ffffff;
	font-weight:bold;
	background:url('images/nav_fade.gif')
}

#l-col li a {color:#ffffff;text-decoration:none;}
#l-col li a:hover {color:#003333;}


#cont {
 padding:20px;
 width:700px;
 height: auto;
 color: #333333;
 text-align:left;
 background:url('images/body_fade.gif') repeat-x top #ffffff;
 }

#ftr {
 height:15px;
 background:#003333;
 color: #ffffff;
 margin:0;
 padding:5px;

 }
#copyright_left {
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: left;
	width: 475px;
	padding-top: 5px;
}
#copyright_right {
	float: left;
	width: 475px;
	text-align: right;
	padding-top: 5px;
}
 
 
 
 /* FONT STYLES */
 
  a {

	color:#003333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

 a:hover {

	color:#739696;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
 
 .header_text {
	font-size: 70%;
	color:#a0a0a0;
	font-family: Arial, Helvetica, sans-serif;
}
 
 .nav_style {
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
}

 .copyright {
	font-size: 60%;
	color:#003333;
	font-family: Arial, Helvetica, sans-serif;
}

 .general {
	font-size: 80%;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

 .testimonial {
	font-size: 80%;
	color:#000000;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
}

 .bar_links {
	font-size: 70%;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

 .bar_links a {

	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

 .bar_links a:hover {

	color:#739696;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

 .ptitle {
	font-size: 100%;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}



 .design {
	font-size: 70%;
	color:#003333;
	font-family: Arial, Helvetica, sans-serif;
}

 .design a {

	color:#003333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

 .design a:hover {

	color:#ff6600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}