body {
	margin: none 0;
	padding: none 0;
    font-family: arial,  helvetica, sans-serif;
	font-size: 10pt;
	/* background-image: url(../images/review.gif);
	background-attachment: fixed; */
}

/*  Content text-footer  links  */
a:link.txt {color: #0000ff; text-decoration: none; font-weight: normal;}
a:active.txt {color: #0000ff; text-decoration: none; font-weight: normal;}
a:visited.txt {color: #0000ff; text-decoration: none; font-weight: normal;}
a:hover.txt {color: #0000ff; text-decoration: none; font-weight: normal; background-color: #b9c8e8;}

/*  Return to TOP link  */
a:link.top_lnk  {color: #0000ff; text-decoration: none; font-size: 7.5pt; font-weight: bold;}
a:active.top_lnk {color: #0000ff; text-decoration: none; font-size: 7.5pt; font-weight: bold;}
a:visited.top_lnk {color: #0000ff; text-decoration: none; font-size: 7.5pt; font-weight: bold;}
a:hover.top_lnk {padding: .5em; color: #ffffff; text-decoration: none; font-size: 7.5pt; font-weight: bold; background-color: #6d03d9;}

.wrapper {
	margin: 0 auto 0 auto;
	display: table;
}
* html .wrapper {
	display: block;
	text-align: center;
}


/*  banner styles -- Total banner width = 766px ??? */
#banner_box {
	width: 767px;
	padding: none 0;
}


/*NAVIGATION BAR 
	Total width = 767px */
#navig {
	position: relative;
	top: -28;
	width: 700px;
	margin: 0 0 0 67;
	padding: 5 0 5 0;
	line-height: 14pt;
    font-family: arial, helvetica, sans-serif;
	text-align: center;
	background-color: #6d03d9;
	background-image: url(../images/gradient.gif);
}
#navig  a {
	padding: 0 3 0 3;
	text-decoration: none;
	color: #ffffff;
	font-size: 7.5pt;
	font-weight: normal;
	background-color: #6d03d9;
	border: 1px solid #e8d7f9;
	border-left: 5px solid #e8d7f9;
}
#navig  a:hover {
	padding: 0 3 0 3;
	color: #6d03d9;
	text-decoration: none;
	font-size: 7.5pt;
	background-color: #e8d7f9;
	border-left: 5px solid #e8d7f9;
}

#banner_bottom {
	text-align: center;
}
#banner_bottom img {
	padding: none 0;
	margin: none 0;
	border: none;
}


/*  content styles: general  */
.content_box {
	text-align: left;
	width: 767px;
}
.ttl {
	font-weight: bold;
}
.list_txt {
	font-size: 9pt;
	list--style-position: outside;
	list-style-type: circle;
}


/*  content styles: Home-Index Page  */
.home_page {
	float: left; 
	margin: 14em 0 0 5em; 
	border: 1px double #710bdb;
}
.home_txt {
	margin: 3em 0 0 0;
	width: 400px; 
	margin-left: 30%; 
	text-align: center;
}
.home_txt  p {
	font-size: 9pt;
}
.home_list {
	font-size: 9pt;
	line-height: 18pt;
	text-align: left;
}


/*  content styles: Services  */
.serv_txt {
	background-color: #b9c8e8;
	padding: 0 .5em 0 .5em;
	margin: .5em 0 2em 0;
	border-top: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
}
.serv_txt a:hover.txt {
	color: #0000ff; 
	text-decoration: none; 
	font-weight: normal; 
	background-color: #dcdcdc;
}


/*  content styles: Contact  */
img.contact {
	float: left; 
	margin: 2.3em 0 0 5em; 
	border-style: double; 
	border-color: #710bdb;
}
.contact_txt {
	width: 400px; 
	margin-left: 30%; 
	text-align: center;
}


/*  footer styles  */
.footer_box {
	width: 767px;
	padding: 3em 0 1em 0;
	font-size: 7.5pt;
	text-align: center;
}


/*  miscellaneous styles  */
pre {
    font-family: arial,  helvetica, sans-serif;
	font-size: 10pt;
}
form {
	float: left;
	padding-right: 1em;
}


/* IE5.0/Win \*/
* html .wrapper {
	height: 1px;
	}
/* */