/* CSS Document */

*{
	margin:0; padding:0;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
}

body{
	background-color:#FBFBFB;
}

p{
	margin:0 0 20px 0;
	text-align:justify;
	font-size:15px;
}

a{
	text-decoration:none;
	color:#6666CC;
}

h2{
	font-size:24px;
	color:#0066CC;
	margin:0 0 20px 0;
}

em{
	font-style:normal;
	color:#CC6633;
}

input[type="text"]{
	padding:3px;
	margin:5px 0 0 0;
	background-color:#FFFFCC;
	border:1px solid #eee;
	color:#333;
	width:150px;
}

textarea{
	padding:3px;
	margin:5px 0 0 0;
	background-color:#FFFFCC;
	border:1px solid #eee;
	color:#333;
	width:300px;
}

input[type="text"]:focus{
	padding:3px;
	margin:5px 0 0 0;
	background-color:#FFCC99;
	border:1px solid #eee;
	color:#333;
}

textarea:focus{
	padding:3px;
	margin:5px 0 0 0;
	background-color:#FFCC99;
	border:1px solid #eee;
	color:#333;
}

input[type="submit"]{
	padding:2px;
	background-color:#FFFFCC;
	border:1px solid #eee;
	font-weight:bold;
	color:#333;
	cursor:pointer;
}

#header-wrapper{
	width:100%;
	height:175px;
	background-image:url(../images/headerbg.jpg);
	background-repeat:repeat-x;
	background-position:left;
}

#header{
	width:800px;
	margin:0 auto;
	padding:20px 0 0 0;
}

#logo{
	float:left;
	width:300px;
}

#logo img{
	border:0;
}

#banner{
	float:left;
	text-align:left;
	width:500px;
	height:75px;
}

#site-wrapper{
	margin:0 auto;
	width:800px;
	padding:0 0 0 0;
}

#lft{
	float:left;
	width:175px;
}

#nav{
	margin:15px 0 15px 0;
	list-style:none;
	background-color:#E3E9F9;
}

#nav li{
	padding:5px 15px 5px 0;
}

#nav li:hover{
	background-color:#eee;
}

#nav li:a{
	text-decoration:none;
	color:#2686B8;
	font-size:11px;
}

#nav li a:link, #nav li a:visited{
	color:#2686B8;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

#nav li a:hover{
	color:#2686B8;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

#scrolling{
	padding:10px 15px 10px 15px;
	background-color:#E3E9F9;
}

#poll{
	padding:10px 15px 10px 15px;
	background-color:#E3E9F9;
}

#content{
	float:left;
	width:600px;
	margin:0 25px 10px 0;
}

#footer{
	font-size:11px;
	border-top:1px solid #999;
	padding:10px 0 10px 0;
	margin:10px 0 0 0;
	text-align:right;
}

#footer a{
	font-size:11px;
}

.clr{
	clear:both;
}

.boxh{
	font-size:11px;
	font-weight:bold;
	color:#000033;
}

.bookimage{
	margin:0 10px 0 0;
}

.blue{
	color:#0066CC;
	font-weight:bold;
}

.red{
	color:#FF0000;
	font-weight:bold;
}

.style1{
	color: #FF0000;
	font-weight: bold;
}

.roundedcornr_box{
   background-color:#e3e9f9;
}

.roundedcornr_top div{
   background:url("../images/roundedcornr_tl.png") no-repeat top left;
   height:10px;
}

.roundedcornr_top{
   background:url("../images/roundedcornr_tr.png") no-repeat top right;
   height:10px;
}

.roundedcornr_bottom div{
   background:url("../images/roundedcornr_bl.png") no-repeat bottom left;
   height:10px;
}

.roundedcornr_bottom{
   background:url("../images/roundedcornr_br.png") no-repeat bottom right;
   height:10px;
}