/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}

.topbg{
	background-image:url(images/topbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#70c4ff;
	height:503px;
}

.midbg{
	background-image:url(images/mid-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#b0e34b;
}

.clouds{
	background-image:url(images/clouds.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.menubg{
	background-image:url(images/menubg.jpg);
	background-repeat:no-repeat;
	height:42px;
	font-family:"Trebuchet MS", Arial, verdana;
	font-size:12px;
	color:#001e69;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

.menu{
	font-family:"Trebuchet MS", Arial, verdana;
	font-size:12px;
	color:#001e69;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	padding-left:46px;
	cursor:pointer;
}

.menu1{
	font-family:"Trebuchet MS", Arial, verdana;
	font-size:12px;
	color:#001e69;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;	
	padding-left:46px;
}


.menu2{
	background-color:#1eb6ff;
	font-family:"Trebuchet MS", Arial, verdana;
	font-size:12px;
	color:#001e69;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;	
	padding-left:46px;
}

div.menuNormal {
	display: none;
	position:absolute;
	background-color:#1eb6ff;
}

div.menuHover {
	display:block;
	position:absolute;
	background-color:#1eb6ff;
}

.dropdown{
	font-family:"Trebuchet MS", Arial, verdana;
	font-size:12px;
	color:#001e69;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
}

.dropdown:hover{
	color:#ffffff;
	text-decoration:none;
}

.girl{
	background-image:url(images/girl.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:304px;
}

.heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

.heading1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FFFFFF;
	text-decoration:none;
}

.heading2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
}

.bodytext{
	font-family:"Trebuchet MS", Arial, verdana;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:16px;
}

.greenbg{
	background-image:url(images/greenbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.whttxt{
	font:23px Arial;
	color:#FFFFFF;
	text-decoration:none;
}

.whttxt1{
	font:22px Arial;
	color:#FFFFFF;
	text-decoration:none;
}

.whttxt2{
	font:26px Arial;
	color:#FFFFFF;
	text-decoration:none;
}

.whttxt3{
	font:13px Arial;
	color:#FFFFFF;
	text-decoration:none;
}

.whttxt4{
	font:20px Arial;
	color:#FFFFFF;
	text-decoration:none;
}

.whttxt5{
	font:11px Arial;
	color:#FFFFFF;
	text-decoration:none;
}

.footer{
	font-family:"Trebuchet MS", Arial, verdana;
	font-size:11px;
	line-height:16px;
	color:#6b6b6b;
	text-decoration:none;
}

.footer a:link{
	color:#6b6b6b;
	text-decoration:none;
}

.footer a:visited{
	color:#6b6b6b;
	text-decoration:none;
}

.footer a:hover{
	color:#6b6b6b;
	text-decoration:underline;
}