@charset "utf-8";
/* Style By: Chromathoughts - ravi007garg@gmail.com */
h1,h2,h3,p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
}
a.links:link{
	color:#C00;
	font-size:14px;
	text-decoration:underline;
}
a.links:hover{
	color:#C00;
	text-decoration:none;
}
a.footer-links{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #168092;
	text-decoration: none;
}
a.footer-links:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #63bfce;
	text-decoration: none;
}

p.content{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:600;
	color:#666;
	font-size:13px;
}
p.footer{
	background-color:#afd95d;
	font-family: "Trebuchet MS";
	color:#333;
	font-size:12px;
	font-weight:bold;
}

label{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
input.buttons{
	background-color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:80px;
	color:#000;
}
input.buttons:hover{
	background-color:#0a71b8;
	color:#FFF;
}
img.content{
	margin-right:10px;
}
img.logo{
	border:none;
}
textarea{
	background-color:#FFF;
	border:1px solid #0a71b8;
}
textarea:hover{
	background-color:#FFF;
	border:1px solid #000;
}
#wrapper{
	margin:0 auto;
	width: 970px;
	position:absolute;
	top:0px;
	left:1px;
	right:1px;
	background-color:#FFF;
	border:1px #CCC solid;
}
#content{
	position:relative;
	top:0px;
	width:970px;
	overflow: visible;
}
#main{
	float:left;
	width:645px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:15px;
}
#maincontent{
	width:950px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:15px;
}
#sidebar{
	float:right;
	width:300px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:15px;
	border-left:1px #CCC solid;
	border-bottom:1px #CCC solid;
	
}
#footer{
	clear:both;
	position:relative;
	top:0px;
	width:970px;
}
.cleat{
	clear:both;
}