body {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
body, div, td, p, ul, ol, li, th	{
	/* redundant selectors to help NS4 remember */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
/* Following rule is more specific to override above rule.
1.false value for WinIE4/5
2.trick WinIE4/5 into thinking rule is over
3.recover from trick
4.intended value for better browsers.
Next but one rule: be nice to Opera */
/*/*/a{}
body, body div, body td, body p, body ul, body ol, body li, body th	{
    font-size:    x-small;      
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size:    small;
}
html>body, html>body div, html>body td, html>body p, html>body ul, html>body ol, html>body li, html>body th	{
    font-size:    small;
}
/* */
.hide {
	display: none;
}
#maintable {
	width: 100%;
	background-color: #ffffff;
	color: #000000;
	/*/*/line-height: 1em;/* */
}
/* commented backslash hack v2 \*/
#maintable {
	line-height: 1.5em;
}
/* end hack */
#maincontent {
	width: 320px;
	margin: 0;
	padding: 40px;
	vertical-align: top;
}
#maincontent h2 {
	margin: 2em 0 0 0;
}
#maincontent ul {
	margin: .5em 0 0 3em;
	padding: 0;
}
#maincontent p {
	margin: .5em 0 0 0;
}
#indexmaincontent {
	width: 260px;
	margin: 0;
	padding: 40px;
	vertical-align: top;
}
#indexmaincontent p.important {
	margin: 50px 0;
}
#leftbar {
	width: 40px;
	padding: 0;
}
#rightbar {
	width: 240px;
	margin: 0;
	padding: 55px 20px 20px 20px;
	vertical-align: top;
	text-align: center;
	/*/*/background-color: #29166f;
	line-height: 2.5em;/* */
}
#rightbar p {
	font-size: 200%;
}
#rightbar img {
	margin: 0 0 30px 0;
	border: 0;
}
#indexrightbar {
	width: 300px;
	margin: 0;
	padding: 55px 20px 20px 20px;
	vertical-align: top;
	color: #ffffff;
	background-color: #29166f;
}
#indexrightbar p{
	margin: 1em 0 0 0;
}
#indexrightbar ul {
	/*/*/list-style-type: none;
	padding: 0;
	margin: 0 0 0 1em;/* */
}
#indexrightbar li {
	/*/*/background-image: url('img/orange_bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-left: 1.5em;/* */
}
#farrightbar {
	/*/*/background-color: #e7d5ec;/* */
}
#footer {
	height: 25px;
	padding: 0 20px;
	/*/*/background-image: url('img/footer.jpg');
	background-position: top;
	background-repeat: repeat-x;/* */
	color: #000000;
	text-align: right;
	font-weight: bold;
}
h1:first-child {margin-top: 0;}/*starts first h1 in td flush top*/
h2:first-child {margin-top: 0;}/*starts first h2 in td flush top*/
h3:first-child {margin-top: 0;}/*starts first h3 in td flush top*/
h1 {
	font-size: 170%;
	/*/*/margin-bottom: 0.8em;/* */
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
.footnote	{
	font-size: 80%;
}
#footer p	{
	/*/*/margin:0;
	padding: 0;/* */
}
#topnav {
	padding: 0;
	height: 25px;
	/*/*/background-image: url('img/topnav.jpg');
	background-position: bottom;
	background-repeat: repeat-x;/* */
}
#navcontainer {
	margin: 0 0 0 40px;
	padding: 0;
	text-align: left;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer ul li {
	display: inline;
	/*/*/margin: 0;
	padding: 3px 9px 3px 8px;
	border-right: 1px solid #29166f;/* */
}
#navcontainer ul li.first {
	border-left: 1px solid #29166f;
}
#navcontainer ul li a {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
#navcontainer ul li a:link, #navcontainer ul li a:visited {
	color: #29166f;
}
#navcontainer ul li a:hover {
	color: #e77919;
}
body#homepage li#home a, body#servicespage li#services a,  body#maintenancepage li#maintenance a, body#makeoverpage li#makeover a, body#aboutuspage li#aboutus a, body#pricingpage li#pricing a, body#linkspage li#links a, body#contactpage li#contact a {
	color: #ba86ca !important;
}
body#homepage td#leftbar {
	background-color: #e77919;
}
body#servicespage td#leftbar {
	background-color: #f8c400;
}
body#servicespage td#rightbar p {
	color: #f8c400;
}
body#maintenancepage td#leftbar {
	background-color: #aaba0a;
}
body#maintenancepage td#rightbar p {
	color: #aaba0a;
}
body#aboutuspage td#leftbar {
	background-color: #ba86ca;
}
body#aboutuspage td#rightbar p {
	color: #ba86ca;
}
body#pricingpage td#leftbar {
	background-color: #0093dd;
}
body#pricingpage td#rightbar p {
	color: #0093dd;
}
body#linkspage td#leftbar, body#makeoverpage td#leftbar {
	background-color: #00af93;
}
body#linkspage td#rightbar p, body#makeoverpage td#rightbar p {
	color: #00af93;
}
body#contactpage td#leftbar {
	background-color: #f93f26;
}
body#contactpage td#rightbar p {
	color: #f93f26;
}
div.list {
	clear: both;
}
a:link {
	color: #29166f;
}
a:visited {
	color: #ba86ca;
}
a:hover {
	color: #e77919;
}
