body {
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;

}

#slideshow {
	position: relative;
	width: 685px;
	height: 268px;
	overflow: hidden;
}
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	width: 685px;
	height: 268px;
}

#slideshow2 {
	position: relative;
	width: 685px;
	height: 456px;
	overflow: hidden;
}
#slideshow2 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 685px;
	height: 456px;
}

.body_text {
	font-family: tahoma;
	font-size: 12px;
	color: #fff;
	margin:10px;
}

input.btnbox {
	background-color:#fff;
	border:1px solid #000;
	color:#000;
}

.footer_text {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	padding:15px;
	background-color:#000;
}

.imgGallery {
	margin:1px;
	padding:1px;
	border:1px dashed #fff;
	width:128px;
	height:100px;
	
}

.imgReg {
	margin-left:15px;
	padding:1px;
	border:1px dashed #fff;
	width:159px;
	height:117px;
	
}

h3 {
	font-family: tahoma;
	font-size: 16px;
	color: #ffffff;
}

.page_heading {
	font-family: tahoma;
	font-size: 34px;
	font-weight: bold;
	color: #558dff;
	padding-left:5px;
	}

.nav_text_layout { 
	background-color: #000076; 
	border: solid 1px #fff; 
	padding:10px; 
	margin-bottom:0px;
	background-image:url(img/nav-bg.jpg);
	background-repeat:repeat-x;
}

/** Links Begin **/


a.nav_link:link, a.nav_link:visited {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
a.nav_link:hover {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #ffcc00;
	text-decoration: none;
}






a.footer_link:link, a.footer_link:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}
a.footer_link:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #558dff;
	text-decoration:underline;
}






a.text_link:link, a.text_link:visited {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.text_link:hover {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #558dff;
	text-decoration: underline;
}

/** Links End **/

