/* CSS Document */
body {
	text-align: center;
	background-color: #339999;
	color:#ffffff;
	background-image: url(img/images/layout1_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;	
}

A:link {
	COLOR: #ffff99; text-decoration: underline}
A:visited {
	COLOR: #ffff99; text-decoration: underline
}
A:active {
	COLOR: #ffff99; text-decoration: underline
}
A:hover {
	COLOR: #ffff99; text-decoration: none
}
#total {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	background-image: url(img/images/layout1_03-06.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: -10px;	
}
#top {
	height: 220px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(img/images/layout1_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#top h1 {
  padding-top:50px; padding-left:15px;
  margin:0px;
  font-family: verdana;
  font-size: 22px;
  color: #ffffff;
  line-height:26px;
  letter-spacing:-1px;
}

#top h2 {
  margin:0px;
  padding-left:15px;
  font-family: verdana;
  font-size: 18px;
  color: #ffffff;
  line-height:22px;
}
#menu_bar {
	margin:0px;
	padding:0px;
	border:0px dashed #cccccc;
	height:31px;
	clear:both;
	background-color: transparent;
	background-image: url(img/images/layout1_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	margin-top:0px;
	background-color: transparent;
	color: White;
	float: left;
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding-left:10px;
	padding-right:10px;
	color: White;
	text-decoration: none;
	float: left;
	line-height: 31px;
}

#navcontainer ul li a:hover {
	background-color: transparent;
	color: #fff;
	background-image: url(img/images/layout1_04hoov1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}


#content {
	margin-top:10px;
	margin-bottom:10px;

}
#center {
	margin-left:170px;
	margin-right:15px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #003333;
	padding-right: 10px;
	padding-left: 10px;
}
#left {
  float: left;
  width:140px;
  border:0px dashed #cccccc;
margin-left: 15px;
}
#right {
	float: right;
	width:140px;
	border:0px dashed #cccccc;
	margin-right: 15px;
}
#footer {
	height: 40px;
	clear: both;
	background-image: url(img/images/layout1_03-08.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#content h3 {
	margin-top:0px;
	margin-bottom:5px;
	font-size: 13px;
	color: #ffff99;
	padding:4px;
	font-family: verdana, arial, sans-serif;
	text-align: left;
}

#content h4 {
	margin-top:0px;
	margin-bottom:5px;
	font-size: 11px;
	color: #ffff99;
	padding:4px;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	
}

.kotwa {
	margin-top:0px;
	margin-bottom:5px;
	font-size: 12px;
	color: #ffff99;
	padding:4px;
	font-family: verdana, arial, sans-serif;
	line-height: normal;
	font-weight: bold;
	float: right;
	margin-right: 20px;
}
#center p {
  margin-top:5px;
  margin-bottom:5px;
  padding:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}
#center ul {
	margin-top:5px;
	margin-bottom:5px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#right p {
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #CCCCCC;
	text-align: center;
}
#left p {
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #ffffff;
	text-align: center;
}
#footer p {
	text-align:center;
	font-family: verdana;
	font-size: 12px;
	color:#ffffff;
	font-weight: bold;
	line-height: normal;
	padding-top: 10px;			
    
}
#footer A:link {
	COLOR: #003333; text-decoration: underline}
#footer A:visited {
	COLOR: #003333; text-decoration: underline
}
#footer A:active {
	COLOR: #003333; text-decoration: underline
}
#footer A:hover {
	COLOR: #003333; text-decoration: none
}
#center hr{
color: #cc0033
}
.rightt {
	margin: 5px;
	float: right;
}