* {
 margin: 0px;
 padding: 0px;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

a { text-decoration: none;}

input {
	font-family: Verdana;
	font-size: 0.7em;
	padding: 3px;
	color: #f4f4f4;
	border: 2px solid #555;
	background-color: #FFFFFF;
}
	
button {
 background: #222;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 2px;
 color: #f4f4f4;
 border: 2px solid #444;
 height: 2em;} 


/**** Span class's *****/

.hidden { text-indent: -9000px;}
.br { clear: both;}
.pink { color: #D01A71;}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}


/**** Site Container ****/

#container { width: 700px;}



/***Header***/

 
#logo { float: left;}

#logo h1 { 
 margin-top: 30px;
 margin-left: 10px;
 font-size: 1.6em;
 letter-spacing: -0.1em;}
 
#search {
 margin-top: 30px;
 float: right;}
 
#search button { margin-left: 5px; padding: 0 2px 2px 2px;}

/***left Side Bar***/

#navlist {
	width: 170px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	background-color: #c23f12;
	float: right;
	margin-right: 0px;
	margin-left: 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.bodyfont {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #333333;
	font-style: normal;
	line-height: 20px;
}
.Heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	text-align: left;
	color: #C23F12;
}



 
#navlist ul {
 list-style: none;
}

#navlist li a{
	display: block;
	height: 25px;
	width: 150px;
	color: #ddccaa;
	text-transform: none;
	font-size: 14px;
	background-color: #C23F12;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
 
#navlist li a:hover {
	color: #000000;
	background-color: #C23F12;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
}
 
#navlist li .active {
	color: #FFFFFF;
	background-color: #C23F12;
	margin-top: 10px;
	font-weight: bold;
}


/***Content***/

#content {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: justify;
	margin-right: 5px;
}

#content a { color:#D01A71; font-weight: bold;}

#content a:hover { 
 color: #fff; 
 background: #D01A71; 
 font-weight: bold;}
 
#content p {line-height: 1.4em; font-size: 0.7em; margin-bottom: 20px; color: #f4f4f4;}

 
#content h3 {
text-indent: 20px;
color: #FF9900;
letter-spacing: -0.1em;
margin-bottom: 4px;
}

#content h3:hover { color: #fff;}

	#content .code{
	  color: #FFFFFF;
	  background: #F4f4f4 url(codenums.png) repeat-y;
	  border: 1px solid #ccc;
	  padding: 1px;
	  padding-left: 25px;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  font-size: 0.8em;
	  width: 470px;
	  margin: 2px auto;
	  white-space: nowrap;
	  overflow: auto;}
	  
	#content  code {
	  color: #fff;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  background-color: #FFFFFF;
	  font-size: 1.2em;}

#content blockquote { color: #999; font-style: italic; text-align: center; width: 300px; margin: 10px auto;}
 
/***Footer***/

#footer {
 text-align: center;
 color: #666;
 margin-top: 30px;
 font-size: 0.7em;
 }
 
#footer p { color: #666;}
 
#footer a { color: #666;}
 
#footer a:hover { color: #f4f4f4;}
.abt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-color: #E4A540;
	text-align: center;
}
.row1 {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.hcat{color: #FFFFFF;
	background-color: #C23F12;
	margin-top: 22px;
	font-weight: bold;
}

.hname{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000000; font-weight:bold;
}