body {
  	font-family: "arial", century gothic;
  	color: black;
  	font-size: 12px;
	text-align:justify;
	line-height:20px;
 	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background:#fff url(../images/index/bg.jpg) top left repeat-x;
}
td,th {
  font-family: "arial", century gothic;
  color: black;
  font-size: 12px;
  padding:0;
  margin:0;
}
img{
border-bottom: none;
}

p{
margin:2px;
padding:2px;
}
div.div { 
      display:none;
	  background-color: #FFEEFF;
	  border: 1px dashed #FEC794;
      padding: 0px 15px 0px 15px;
	  text-align:justify;
	  line-height: 20px;
	  color:#000000;
}
div.normal {
	  background-color: #FFFFFF;
	  border: 1px solid #CCCCCC;
	  padding: 1px;
	  width: 288px;
}
div.normal_top { 
	  background-color: #CCCCCC;
      padding-left: 10px;
	  text-align: left;
	  color: #990000;
	  font-size: 14px;
	  text-transform: uppercase;
	  font-weight:bold;
}
div.normal ul {
	text-align:left;
	line-height: 15px;
	font-size:12px;
	color: #666666;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 1em;
	text-indent:-1em;
}

.right-element {
float:right;
}
   
div a, p a, li a{
	color: #990000;
	text-decoration: none;
	border-bottom: #990000 dashed 1px;
	padding-bottom: 1px;
}
div a:hover, p a:hover, li a:hover{
	border-bottom: #990000 solid 1px;
}

.Footer{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	padding: 2px 15px 2px 15px;
}

.Footer:hover{
	color: #000;
	text-decoration: none;
	padding: 2px 15px 2px 15px;
	background:#fff;
}
.Copyright{
	color: #333;
	text-decoration: none;
	font-size: 12px;
}
.Footer_link{
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.Footer_link:hover{
	color: #990000;
	text-decoration: none;
}

img.close{
border: none;
margin-bottom: -8px;
}

img.close:hover{
border: none;
}

p {
text-indent:0px;
}

.border {
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding: 5px;
}




/*CSS for POPUP IMAGE*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -10px;
border: 1px dashed #CCCCCC;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -120px;
left: -450px; /*position where enlarged image should offset horizontally */
}



H1 {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	padding:0px;
	margin:0px;
}

H2 {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}

.style_title{
	background:url(../images/line.gif) left bottom no-repeat;
	padding-bottom: 8px;
}

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em;
}

  
.Bullet {
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: none;
	line-height: 20px;
	list-style-image: url(../images/bullet.gif);
}

.Bullet-circle {
	text-indent: 15px;
	list-style-position: inside;
	list-style-type: none;
	line-height: 20px;
	list-style-image: url(../images/bullet-circle.gif);
}
.Bullet-circle-grey {
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: none;
	line-height: 20px;
	list-style-image: url(../images/bullet-circle-grey.gif);
}

#contact
{
background: #fff url(../images/bg_290x60.jpg) no-repeat;
width: 292px;
height: 60px;
}
#contact p
{
padding: 15px 0px 0px 70px;
}
input[type="submit"], input[type="reset"] {
font:11px Verdana,Arial,Helvetica,sans-serif;
text-transform: uppercase;
color: #666;
background-color:#f5f4f3;
cursor:pointer;
border:1px solid #ccc;
font-weight:bold;
}
input[type="text"], textarea{
font:11px Verdana,Arial,Helvetica,sans-serif;
color: #333;
background-color:#fff;
border:1px solid #ccc;
padding:2px;
margin-left:5px;
width:250px;
}
