html,body{
	margin:0;
	padding:0;
	scrollbar-face-color:#0576B0;
	scrollbar-highlight-color:#050996;
	scrollbar-3dlight-color:#E2E2E2;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#E2E2E2;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#DC6E31;
	background-image: url(../images/bg.jpg);
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}	
#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-variant: normal;
	color: #0576B0;
	font-style: normal;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-variant: normal;
	color: #0576B0;
	font-style: normal;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0576B0;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	font-size: 100%;
}
.body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: normal;
}
.body a:link {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0576B0;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0576B0;
	background-color: #F3F3F3;
}
.body a:visited {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0000;
}
.body a:hover {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000066;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000066;
}
div#header {
	height:125px;
	padding: 0px;
	background-color: #0576B0;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0576B0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0576B0;
}
div#footer {
	margin:0;
	background-color: #0576B0;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 25px;
	text-decoration: none;
}
div#body{
	width:71%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	float: right;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 5px;
	height: 100%;
}
div#navigation{
	float:left;
	width:24%;
	text-align: left;
	color: #FFFFFF;
	margin-top: 0px;
	background-color: #0576B0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	clear: both;
}
div#navbttm{
	clear:both;
	width:745px;
	background-color: #DC6E31;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 4px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 125%;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 5px;
}
#skipNavigation {
	left: -9999em; widtg: 1px; position: absolute; top: -9999em
}
#navcontainer
{
	height: 29px;
	width: 100%;
	background-color: #0576B0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0px;
	border: 1px solid #0576B0;
}
#navcontainer ul
{
	border: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
}

#navcontainer ul li
{
	display: block;
	text-align: center;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
}

#navcontainer ul li a
{
	width: 72px;
	height: 23px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #0576B0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 0px;
}

#navcontainer ul li a:hover
{
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DC6E31;
}

#navcontainer a:active
{
	color: #fff;
	background-color: #0576B0;
}
#navcontainer li#active a
{
	border: 1px solid #c60;
	color: #fff;
	background-color: #0576B0;
}
#content {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.65em;
	color: #0576B0;
	font-style: normal;
	font-weight: normal;
	padding-top: 4px;
	background-color: #FFFFFF;
	font-variant: normal;
	line-height: 125%;
	width: 510px;
	border: 1px dotted #0576B0;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	padding-bottom: 4px;
}
.breadcrumbs a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	color: #0576B0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	line-height: 125%;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0576B0;
}
.breadcrumbs a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	color: #FF0000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	line-height: 125%;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0000;
}
.breadcrumbs a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	color: #000066;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	line-height: 125%;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000066;
}
.navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	line-height: 125%;
	background-color: #DC6E31;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	width: 100%;
	border: 0px none #FFFFFF;
}
.navlinks a:link {
	padding-top: 5px:
	padding-bottom: 5px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	font-weight: bold;
}
.navlinks a:visited {
	padding-top: 5px:
	padding-bottom: 5px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
.navlinks a:hover {
	padding-top: 5px
	padding-bottom: 5px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	line-height: 125%;
	background-color: #0576B0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	width: 99%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #0576B0;
}
.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 125%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding: 0px;
}
.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFF00;
	line-height: 125%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF00;
	padding: 0px;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #CCCCCC;
	line-height: 125%;
	background-color: #0576B0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0px;
}
.navleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	background-color: #0576B0;
}
.navleft a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	background-color: #0576B0;
}
.navleft a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	color: #FFFF00;
	text-decoration: none;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFF00;
}
.navleft a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 125%;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

.bulletscircle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	color: #0576B0;
	text-decoration: none;
	list-style-type: circle;
}
.bulletssquare {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	color: #0576B0;
	list-style-type: square;
}
.bulletscircleList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	list-style-type: circle;
}
.bulletssquareList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	list-style-type: square;
}
#BottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: none;
	color: #666666;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 125%;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	background-color: #FFFFFF;
	margin-bottom: 3px;
	width: 560px;
}
#BottomLinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: none;
	color: #666666;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 125%;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-color: #FFFFFF;
}
#BottomLinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	font-weight: normal;
	text-transform: none;
	color: #999999;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 125%;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#BottomLinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 125%;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	background-color: #DC6E31;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.SectionBolds {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #0576B0;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.bodyTitle {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0576B0;
	background-color: #FFFFFF;
	font-weight: bold;
	line-height: 130%;
	font-style: normal;
	font-variant: normal;
}
.bodyTitle a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0576B0;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0576B0;
	background-color: #E9E9E9;
	line-height: 130%;
}
.bodyTitle a:visited {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0000;
	background-color: #FFFFCC;
}
.bodyTitle a:hover {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000066;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000066;
}
#PackageBar {
	background-color: #FFFFFF;
	width: 500px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 230px;
}
#PackageBox {
	width: 403px;
	border: 1.5px solid #0576B0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 130%;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}
#PackageBox #PackageContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	width: 393px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	list-style-type: disc;
	margin-top: 30px;
}
.ServicesSectionTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 125%;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0576B0;
	border: 1px none #0576B0;
	width: 525px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.ServicesSectionTitles a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-bottom-style: none;
	background-color: #0576B0;
	line-height: 125%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.ServicesSectionTitles a:visited {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	border-bottom-style: none;
	background-color: #0576B0;
	font-style: normal;
	line-height: 125%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.ServicesSectionTitles a:hover {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #DFDFDF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-bottom-style: none;
	line-height: 125%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.TelNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: 150%;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.5em;
	background-color: #0576B0;
	border: thin solid #000000;
	padding-top: 4px;
	padding-bottom: 4px;
}
#login {
	color: #0576B0;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ClientsSay {
	color: #0576B0;
	font-style: italic;
	font-weight: bold;
}	
