/* CSS Document */

body {
	background-color: #01463D;
}

/*body, td, th, h3, h6 {
	color: #330000;
}

h1, h2, h4, h5 {
  color: #660000;
}

a {
	color: #01436D;
}*/


#menu{
	display: block;
	float: none;
	width:199px;
	padding-top:7px;
	padding-bottom:7px;
	background-color: ##CCDAD8;
	border-bottom: 1px solid #ffffff;
	font: small Verdana,sans-serif;
	color:#000000;
	text-align:center;	
}

#menuLinks{
	display: block;
	float: none;
	top:0px;
	width:199px;
	background-color: ##CCDAD8;
	border-bottom: 1px solid #ffffff;
	font: small Verdana,sans-serif;
	color:#000000;
}

#menuLinks02{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#menuLinks a:link, #menuLinks a:visited {
	display: block;
	width:199px;
	top:0px;
	font-weight: bold;
	padding-top:7px;
	padding-bottom:7px;
	color: #000000;
	text-align:center;
	text-decoration:none;
}

#menuLinks a:hover{
	display: block;
	background-color: #01463D;
	padding-top:7px;
	padding-bottom:7px;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
}

.subhead{
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #BA8F1F;
	font-weight: bold;
	font-size:12px;
}

.packages{
	font-family: Arial, Helvetica, sans-serif;
	color: #01463D;
	font-weight: normal;
	font-size:16px;
}
	
.bullet{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	list-style:square;
	line-height:22px;
}
	
#email a:hover{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:000000;
	}
	
#email a:link{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:01436D;
	}
	
	
/* inside pages */

.background01{
	background-image: url(../_images/01_bg.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	}
	
.background02{
	background-image:url(../_images/02_bg.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	}
	
.background03{
	background-image:url(../_images/03_bg.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	}
	
.background04{
	background-image:url(../_images/04_bg.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	}
	
.background05{
	background-image:url(../_images/05_bg.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	}
	
.background06{
	background-image:url(../_images/06_bg.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	}
	
.background07{
	background-image:url(../_images/07_bg.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	}
	
.background08{
	background-image:url(../_images/08_bg.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	}
	
.background09{
	background-image:url(../_images/09_bg.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	}
	
.background10{
	background-image:url(../_images/10_bg.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	}
	
.background11{
	background-image:url(../_images/11_bg.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	}
	
.background12{
	background-image:url(../_images/12_bg.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	}

.mainText{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size:12px;
	line-height:22px;
}

.mainSub{
	font-family: Arial, Helvetica, sans-serif;
	color: #BA8F1F;
	font-weight: bold;
	font-size:16px;
	line-height:22px;
}

.italicText{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-style:italic;
	font-weight: bold;
	font-size:11px;
	line-height:13px;
	padding-top:10px;
	padding-bottom:10px;
}