body{
	margin:0;
}
/*slider start*/
@-webkit-keyframes slider {     
  0% { left: 0; opacity: 0; }     
  2% { opacity: 1; }     
  20% { left: 0; opacity: 1; }     
  21% { opacity: 0; }     
  24% { opacity: 0; }     
  25% { left: -768px; opacity: 1; }       
  45% { left: -768px; opacity: 1; }     
  46% { opacity: 0; }     
  48% { opacity: 0; }     
  50% { left: -1536px; opacity: 1; }     
  70% { left: -1536px; opacity: 1; }     
  72% { opacity: 0; }     
  74% { opacity: 0; }    
  75% { left: -2304px; opacity: 1; }   	
  95% { left: -2304px; opacity: 1; }   	
  97%  { left: -2304px; opacity: 0;}   	
  100% { left: 0; opacity: 0; }
} 

@-moz-keyframes slider {     
  0% { left: 0; opacity: 0; }     
  2% { opacity: 1; }     
  20% { left: 0; opacity: 1; }     
  21% { opacity: 0; }     
  24% { opacity: 0; }     
  25% { left: -768px; opacity: 1; }       
  45% { left: -768px; opacity: 1; }     
  46% { opacity: 0; }     
  48% { opacity: 0; }     
  50% { left: -1536px; opacity: 1; }     
  70% { left: -1536px; opacity: 1; }     
  72% { opacity: 0; }     
  74% { opacity: 0; }    
  75% { left: -2304px; opacity: 1; }   	
  95% { left: -2304px; opacity: 1; }   	
  97%  { left: -2304px; opacity: 0;}   	
  100% { left: 0; opacity: 0; }
} 

@-o-keyframes slider {     
  0% { left: 0; opacity: 0; }     
  2% { opacity: 1; }     
  20% { left: 0; opacity: 1; }     
  21% { opacity: 0; }     
  24% { opacity: 0; }     
  25% { left: -768px; opacity: 1; }     
  45% { left: -768px; opacity: 1; }     
  46% { opacity: 0; }     
  48% { opacity: 0; }     
  50% { left: -1536px; opacity: 1; }     
  70% { left: -1536px; opacity: 1; }     
  72% { opacity: 0; }     
  74% { opacity: 0; }    
  75% { left: -2304px; opacity: 1; }   	
  95% { left: -2304px; opacity: 1; }   	
  97%  { left: -2304px; opacity: 0; }   	
  100% { left: 0; opacity: 0; }
} 

@keyframes slider {     
  0% { left: 0; opacity: 0; }     
  2% { opacity: 1; }     
  20% { left: 0; opacity: 1; }     
  21% { opacity: 0; }     
  24% { opacity: 0; }     
  25% { left: -768px; opacity: 1; }     
  45% { left: -768px; opacity: 1; }     
  46% { opacity: 0; }     
  48% { opacity: 0; }     
  50% { left: -1536px; opacity: 1; }
  70% { left: -1536px; opacity: 1; }
  72% { opacity: 0; }     
  74% { opacity: 0; }    
  75% { left: -2304px; opacity: 1; }   	
  95% { left: -2304px; opacity: 1; }   	
  97%  { left: -2304px; opacity: 0; }   	
  100% { left: 0; opacity: 0; }
} 

div#slidercontainer {
	position: relative;
	overflow: hidden;
	background-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
div#slidercontainer {
	width: 764px;
	height: 341px;
}

div#sider img { 
  width: 768px;
  height: 341px; 
  float: left;
}

div#css3slider {
	position: absolute;
	width: 3900px;
	-webkit-animation-name: slider;
	-webkit-animation-duration: 15s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: slider;
	-moz-animation-duration: 15s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-o-animation-name: slider;
	-o-animation-duration: 15s;
	-o-animation-timing-function: ease-in-out;
	-o-animation-iteration-count: infinite;
	animation-name: slider;
	animation-duration: 15s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	top: -1px;
	left: -1px;
}

div#css3slider:hover { 
  -webkit-animation-play-state:paused; 
  -moz-animation-play-state:paused; 
  -o-animation-play-state:paused; 
  animation-play-state:paused; }
}

div#css3slider img { 
  float: right; 
}

div#slidercontainer:after { 
  content: "❚❚"; 
  font-size: 150px; 
  position: absolute; 
  z-index: 12; 
  color: rgba(255,255,255, 0); 
  left: 300px; top: 80px; 
  -webkit-transition: 1s all ease-in-out; 
  -ms-transition: 1s all ease-in-out; 
  -moz-transition: 1s all ease-in-out; 
  -o-transition: 1s all ease-in-out; 
  transition: 1s all ease-in-out; 
}

div#slidercontainer:hover:after { 
  color: rgba(255,255,255, 0.6);  
}
/*Slider end/*
/* navigation bar code start */

ul#css3menu1{
	list-style: none;
	background-color: #002aa6;
	background-image: url("mainbk.png");
	background-repeat: repeat;
	border-width: 0px;
	border-style: solid;
	border-color: #999999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 0;
	position: relative;
	display: block;
	zoom: 1;
	*display:inline;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0;
	height: 36px;
	width: 768px;
	}

ul#css3menu1 li{
	display: block;
	/* [disabled]white-space:nowrap; */
	font-size: 0;
	float: left;
	}
* html ul#css3menu1 li a{
	display:inline-block;
	}
ul#css3menu1>li{
	margin:0 0 0 1px;
	}
ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;
	}
ul#css3menu1 a{
	display:block;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	font:bold 12px Arial;
	color:#ffffff;cursor:
	default;padding:10px;
	background-color:#002aa6;
	background-image:url("mainbk.png");
	background-repeat:repeat;
	background-position:0 200px;
	border-width:0px;
	border-style:none;
	border-color:;
	}
ul#css3menu1 li:hover>a,ul#css3menu1 li a.pressed{
	background-color:#73264e;
	border-style:none;
	color:#efefef;
	background-image:url("mainbk.png");
	background-position:0 100px;
	text-decoration:none;}
ul#css3menu1 li.topfirst>a{
	border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	text-shadow:#d8d8d8 0px 1px 1px;
	}
ul#css3menu1 li.topfirst:hover>a,ul#css3menu1 li.topfirst a.pressed{
	text-shadow:#3d3d3d 0px -1px 1px;
	}
ul#css3menu1 li.topmenu>a{
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	text-shadow:#d8d8d8 0px 1px 1px;
	}
ul#css3menu1 li.topmenu:hover>a,ul#css3menu1 li.topmenu a.pressed{
	text-shadow:#3d3d3d 0px -1px 1px;
	}
ul#css3menu1 li.toplast>a{
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	text-shadow:#d8d8d8 0px 1px 1px;
	}
ul#css3menu1 li.toplast:hover>a,ul#css3menu1 li.toplast a.pressed{
	text-shadow:#3d3d3d 0px -1px 1px;
	}
#nav {
	display: block;
	height: 768px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#rightlogo {
	float: right;
	height: 20px;
	width: 200px;
	text-align: right;
	font-weight: bold;
	font-size: medium;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 13px;
	color: #1E2A5B;
}
#rightmail {
	display: block;
	float: right;
	height: 20px;
	width: 260px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear: right;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #73264E;
	padding-top: 5px;
}

#abbr_links {
	display: block;
	height: auto;
	width: 768px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#linkbox1 {
	display: block;
	float: left;
	height: 200px;
	width: 230px;
	border: 5px solid #73264E;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: normal;
	line-height: 16px;
	position: relative;
}
#linkbox2 {
	display: block;
	float: left;
	height: 200px;
	width: 230px;
	border: 5px solid #73264E;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	margin-left: 21px;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: normal;
	line-height: 16px;
	position: relative;

}
#linkbox3 {
	display: block;
	float: left;
	height: 200px;
	width: 230px;
	border: 5px solid #73264E;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	margin-left: 21px;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: normal;
	line-height: 16px;
	position: relative;

}
#logo {
	display: block;
	float: none;
	height: 84px;
	width: 227px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
.marquee_code {
	margin-top: 20px;
	height: 200px;
	width: 768px;
	background-color: FAFAFA;
	font-family: Helvetica;
	font-size: 18pt;
	color: FF9061;
	border-width: 2px;
	border-style: none;
	border-color: DEB8DD;
	margin-right: auto;
	margin-left: auto;
}
#abbr_links #linkbox1 h5 {
	display: block;
	position: absolute;
	height: 68px;
	width: 224px;
	top: 116px;
	left: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	z-index: 999;
}
#abbr_links #linkbox2 h5 {
	display: block;
	position: absolute;
	height: 68px;
	width: 217px;
	top: 116px;
	left: 9px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
#abbr_links #linkbox3 h5 {
	display: block;
	position: absolute;
	height: 68px;
	width: 223px;
	top: 116px;
	left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
#nav #css3menu1 .topmenu {
	background-color: #73264E;
}
#marquee_div {
	display: block;
	width: 768px;
	clip: rect(auto,auto,auto,auto);
}
#Contact_info {
	display: block;
	height: 300px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 10px;
}
#Contact_info strong {
	font-family: Verdana, Geneva, sans-serif;
}
#Contact_info p {
	margin-top: 20px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#webform {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #CCC;
	text-align: left;
	height: 300px;
	width: 450px;
}

/* navigation bar code end */


/*#navold {
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 40px;
	width: 768px;
	position: relative;
	z-index: 1;
	overflow: visible;
	padding-top: 0px;
	padding-bottom: 5px;
}*/
#header {
	float: none;
	height: 233px;
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	/* [disabled]padding-top: 20px; */
}
#menu {
	height: 40px;
	width: 768px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}
body table tr td {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	border: thin solid #002aa6;
}
th {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
body table {
	text-align: center;
}
