body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
img, .title, .nav, .content_text { behavior: url("../iepngfix/iepngfix.htc") }
.content_text{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-align:left
}
.menuTxt{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 6px;
	color: #ffffff;
	font-weight: normal;
	text-align:left; 
}
.title {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 18px;
	color: #FC8730;
	font-weight: bold;
	line-height: 100%;
	padding-left:40px;
}
.bigText {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	line-height: 100%;
}
.input{
	border: 1px solid #adadad;
	width: 175px;
	height: 16px;
	padding: 2px 0 0 2px;
	color:#000;
	font-size: 11px;
}

a{
	color: #FFFF66;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FC8730;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.sample{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.sample:hover {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.nav{
	color: #FFFFFF;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a.footer{
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
}
a.footer:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.sub{
	color: #0000FF;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
}
a.sub:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}

a.map{
	color: #FF0000;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
}
a.map:hover {
	color: #000000;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

a.location{
	color: #FF0000;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
}
a.location:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

a.more2web {
	color:#blue;
	text-decoration:none;
} 
a.more2web:visited {
	color:#blue;
	text-decoration:none;
} 
a.more2web:hover {
	text-decoration:none;
	color:#red;
}
.designed{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


div.scrollable {
	overflow:auto;
}