@charset "UTF-8";
/* CSS Document */

body  {
	font: 80% Arial, Helvetica, sans-serif;
	background: #e3e3e3;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #575757;
}
#container { 
	width: 730px; 
	background: #f7f7f7;
	margin: 0 auto; 
	text-align: left; 
} 

h1, h2, h3 {
	color: #4b4b4b;
}

a:visited, a {
	color:#4b4b4b;
}
a:hover {
	color:#CCC;
}

/* HEADER */

#header { 
	width: 720px;
	background: #000000;
	color: #FFF;
	padding: 0 10px 0 0;  
	background-image:url('images/header.jpg');
	height: 90px;
} 
#headerlogo {
	margin: 0; 
	padding: 0; 
	float:left;
}

#headerright {
	top:50%;
	margin-top:20px

}

/* NAVIGATION */

#nav {
	color:#fff;
	font-size: 85%;
	background: #737373;
	background-image:url('images/navbg.jpg');	
	line-height:320%;
	padding: 0 10px 0 20px;
}
.navitem {
	padding-right: 10px;
}
.navitem a:visited, .navitem a {
	color:#FFF;
}
.navitem a:hover {
	color:#CCC;
}

/* BODY CONTENT */

#test {
 padding:7px 10px; font-weight:bold; color:#000; border:1px solid #737373; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px;
}

#sidebar1corners {
	width:165px;
 	padding: 10px 5px 5px 10px; 
	color:#000; 
	border:1px solid #737373; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	margin-bottom:0 !important; 
	margin-bottom:20px;
}

#sidebar1 {
	float: left;
	width: 180px; 
	padding: 15px 10px 15px 20px;
}

#fullContent {
	width: 730px;
	
}

#mainContent { 
	margin: 0 0 0 220px;
	padding: 10px 20px 20px 0;
} 
#footer { 
	width: 730px; 
	margin: 0 auto; 
	padding: 0 0 0 0;
	background: #e3e3e3;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size: 70%;
}
#footer p a:visited, ul li a {
	color:#4b4b4b;
}
#footer p a:hover {
	color:#262626;
}
.fltrt { 
	float: right;
	margin: 0px;
}
.fltlft { 
	float: left;
	margin: 0px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border-style: none;	
}
img.fltlft {
	float: left;
	margin: 0 12px 10px 0;
	background-color: #f2f2f2;
	border: 1px solid #e3e3e3;
	padding: 10px;
}
img.fltrt { 
    float: right; 
	margin: 0 0 10px 12px;
	background-color: #f2f2f2;
	border: 1px solid #e3e3e3;
	padding: 10px;
}

ul {
	margin-left: 17px; 
	padding-left: 0;
}
li {
	margin: 0; 
	padding: 0;
}

ul, li {
 	list-style-image: url('images/tick.gif');
	line-height:150%;
}

ul li a:visited, ul li a {
	color:#4b4b4b;
}
ul li a:hover {
	color:#CCC;
}

#bodycopy {
	padding:0 20px 20px 20px;	
}

#bodycopy h2, #bodycopy p{
	font-size:13px;	
}

#articlecontent {
	padding: 20px;	
}

/* IE FIXES */

--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 200px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContnet { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->