body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/bg.html);
}

.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 5px;
	padding: 5px;
	line-height: 30px;
	font-weight: normal;
}
.btnmenu{

	text-decoration: blink;
		color: #FFFFFF;
	outline: 1px dashed #CCCCCC;
	outline-offset: 10px;
}

.font11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C9C9C9;
	line-height: 35px;
	font-weight: bold;
	
}
.font12 {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	line-height: 40px;
	font-weight: bold;
	}
.heading {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #042A99;
	margin: 5px;
	padding: 5px;
	line-height: 30px;

}
.heading2{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #EE0552;
	margin: 5px;
	padding: 5px;

}
a {
	text-decoration: none;
  color: #1C00AD
}

a:hover {
	color: #FF0000;
}

a:visited {
	text-decoration: none;
}.paragraph {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	text-align: justify;
	margin: 6px;
	padding: 8px;
			

}.paragraph2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #FFFFFF;
	text-align: justify;
	margin: 6px;
	padding: 8px;
	
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px;
	line-height: 40px;



}
.subheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	margin: 6px;
	padding: 6px;
}

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 100px;
	display: none;
	text-indent: -9999px;
	background-image: url(images/icon_top.png);
	background-repeat: no-repeat;
}
.clearfix {
	clear: both;
}

.wrap {
	width: 600px;
	height:30px;
}

nav {
	
	padding: 0 10px;
	position: relative;
}

.menu li {
	float: left;
	position: relative;
}

.menu li a {
	color: #444;
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding: 6px 3px;
	margin: 5px 5px;
	vertical-align: middle;
	text-decoration: none;
}

.menu li a:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#fff));
	background-image: linear-gradient(#ededed, #fff);
	border-radius: 12px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #222;
}

/* Dropdown styles */

.menu ul {
	position: absolute;
	left: -9999px;
	list-style: none;
	opacity: 0;
	transition: opacity 1s ease;
}

.menu ul li {
	float: none;
}

.menu ul a {
	white-space: nowrap;
}

/* Displays the dropdown on hover and moves back into position */
.menu li:hover ul {
	background: rgba(255,255,255,0.7);
	border-radius: 0 0 6px 6px;
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
	left: 5px;
	opacity: 1;
	z-index:220;
}

/* Persistant Hover State */
.menu li:hover a {
	background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#ededed));
	background-image: linear-gradient(#ccc, #ededed);
	border-radius: 5px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #222;
}

.menu li:hover ul a {
	background: none;
	border-radius: 0;
	box-shadow: none;
}

.menu li:hover ul li a:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
	background-image: linear-gradient(#ededed, #fff);
	border-radius: 5px;
	box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.3);
}

