html,body{margin:0;padding:0}

body{font: 11px Verdana, Arial, Helvetica, sans-serif;text-align:justify
	margin: 0px;
	padding: 0px;
	background-color:#F3F3F3;
	
}
div#container {
	text-align:left;
	background-image: url(img/bg.png);
	background-position: center top;
	width: 810px;
	margin: 0;
	padding: 0px;
	background-repeat: repeat-y;

}
div#header{
    margin: 0 0 0 15px;!important
	margin: 0 0 0 30px;
	padding: 0;
}

div#hdtop {
	background-image: url(img/top1bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 50px;
	width: 780px;
}

div#title {
	background-image: url(img/hd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 760px;
	padding: 0 0 0 20px;
}
div#title a{
	text-decoration:none;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}
div#menu {
	background-image: url(img/mnbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 730px;
	height: 28px;
	padding: 12px 0 0 50px;
		
	
}
div#menu a{
color:#0000FF;
text-decoration:none;
font-weight:bold;
}
div#menu a:hover{
color:#FF0000;
text-decoration:none;
font-weight:bold;
}

div#maincnt{
    margin: 0 0 0 15px;
	padding: 0;
	width: 780px;
}
div#main {
	background-image: url(img/mainbg1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 520px;
	float: left;
	padding-left: 10px;
}

div#sidebar {
	width: 220px;
	background-image: url(img/mnside.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding:0px 15px;	
	float: left;
	text-align:left;	
}

div#sidebar .fieldtitle{
font-size:12px;
font-weight:bold;
border-color:#333333;
}

div#sidebar ul{
padding:0 0 0 10px;
margin:0px;
}
div#sidebar li{
list-style:none;
padding:0;
}

div#sidebar li a{
background:url(img/li.png) left no-repeat;
padding-left:10px;
text-decoration:none;
color:#666666;
}

div#sidebar li a:hover{
background:url(img/lihover.png) left no-repeat;
padding-left:10px;
text-decoration:none;
color:#000;
}

div#sidebar h2{
font-size:16px;
padding: 4px 2px 2px 2px;
font-weight:bold;
margin:5px;
}

div#footer {
	margin: 0 0 0 15px;!important
	margin: 0 0 0 15px;
	background-image: url(img/footer.jpg);
	background-repeat: repeat-x;
	background-position: center;
	color:#0066CC;
	width: 780px;
	height: 40px;
}
div#footer a{
color:#0000FF;
text-decoration:none;
font-weight:normal;
}
div#footer a:hover{
color:#FF0000;
text-decoration:none;
font-weight:normal;
}
p#cpright{
color:#666666;
}
p#cpright a{
color:#666666;
text-decoration:none;
}
p#cpright a:hover{
color:#000;
text-decoration:none;
}

p{
padding:2px;
}
.bluetitle{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
}

#fav {
	float: right;
	height: 20px;
	width: 140px;
	margin: 10px 10px 0 0;
}
#fav a{
display:block;

	height: 20px;
	width: 140px;
	background:url(img/add-fav1.png) center top no-repeat;
	cursor:pointer;	
}
#fav a:hover{
display:block;

	height: 20px;
	width: 140px;
	background:url(img/add-fav.png) center top no-repeat;
	cursor:pointer;	
}