@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.layout #container { 
	width:1000px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:auto;
} 
.layout #header { 
	background: #DDDDDD; 
	padding: 0 80px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #FFFFFF;
} 
.layout #logo {
	padding:25px 0px 20px 0px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:366px;
	height:91px;
}	
.layout #samllNavi {
	position:relative;
	margin:15px 0px 0px 0px;
	float:right;
	width:250px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
}	
#nav {
	width:736px;
	position:relative;
	padding: 0 80px;
	margin: 0px;
	z-index:2;
}
#nav ul {
	width:736px;
	height:31px;
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f141ca;
}
#nav ul li {
	display:block;
	float:left;
	margin:0;
	pading:0;
}
#nav ul li a {
    display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:8px 14px 0 14px;
	height:23px;
}
#nav ul li a:hover{
	background-color: #fb9fef;
}
#page {
	margin-left: 170px;
}
#nav li.current  
{
	background-color: #fb9fef;
}
.layout #content {
 	margin: -16px 80px auto 80px;
	position:relative;
} 
.textInput {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFF;
	color:gray;
	border: 1px solid #CCC;
	height:16px;
	margin:0 0 10px 0px;
}
.input_btn {
	background-image:url(../images/wysliOff.jpg);
	background-repeat:no-repeat;
    width:46px;
	height:20px;
	border: none 0px #000000;

	float:right;
	margin:0px;
	padding:0px;
	
}
.layout #footer { 
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	float:left;
}
.layout #footer .boxOne{
	clear:left;
	position:relative;
    background:#f9f9f9;
	height:40px;
	width:840px;
	margin-left:80px;
	border:1px solid #f0f0f0;
	z-index:6;
}
.layout #footer .boxTwo{ 
	clear:left;
	position:relative;
	width:980px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dad9d9;
	height:44px;
	margin-top:-32px;
	z-index:3;
} 
.layout #footer .boxOne p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px 0 12px 25px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.layout a:link {
	text-decoration:none;
	color:#969696;
}
.layout a:visited {
	text-decoration:none;
	color:#969696;
}
.layout a:hover {
 text-decoration:none;
 color:#f141ca;
}
p.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#f140ca;
	display:inline;
	 padding:0px;
     margin:0px;
}
.normal{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#696969;
  text-align:justify;
  padding:0px;
  margin:0px;
}
.layout a.readMore  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:justify;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
.layout  a.readMore:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:justify;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
p.samllTitle {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#7bc805;
  margin:0px;
}
.normal ul {
	margin:0;	
	padding:7px 0;
	list-style-image:url(../images/greenDot.gif);
}
.normal ul li {
	margin:0px 0 0 40px;
	padding:0 30px 0  0;	
}
.mylist ul {
	margin:10px 0 0 0;	
	padding:0;
	list-style-image:url(../images/greenDot.gif);
	
}
.mylist ul li {
	margin:0px 0 0 27px;
	padding:0 30px 0  0;	
	font-family:Arial, Helvetica, sans-serif;
  	font-size:11px;
  	color:#696969;
  	text-align:justify;
}
.samllList ul
{
	width:230px; 
	padding:0px; 
	margin:0px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#FFF;	
	
}
.samllList ul li {
	margin:0px 0 0 35px;
	
	
}

zz
