body {
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
	padding: 0px;
	background-color: #f6f6f6;
	color: #000000;
}
body, div, td, p, ul, ol, li, th	{
	/* redundant selectors to help NS4 remember */
	font-family: Verdana, 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 {
	border: 1px solid #999999;
	background-color: #ffffff;
	color: #000000;
	/*/*/line-height: 1em;/* */
}
/* commented backslash hack v2 \*/
#maintable {
	line-height: 1.5em;
}
/* end hack */
#maintable td {
	padding: 10px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	vertical-align: top;
}
#logo {
	background-color: #cccccc;
}
#header {
	background-color: #cccccc;
	color: #999999;
	font-size: 120%;
	font-weight: bold;
	/*/*/line-height: normal;/* */
}
#sidebar {
	width: 166px;
	vertical-align: top;
}
#footer {
	background-color: #eeeeee;
	color: #000000;
	text-align: center;
}
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%;
}
.quote {
	padding: 0 15px;
	background-color: #eeeeee;
	color: #000000;
}
.footnote	{
	font-size: 80%;
}
#maincontent img {
	/*/*/float: right;
	margin: 0 0 15px 20px;
	padding: 2px;
	border: 1px solid #cccccc;
	clear: right;/* */
}
#maincontent hr {
	clear: both;
}
#maincontent h3 {
	clear: right;
}
#sidebar ul {
	/*/*/margin: 0 0 15px 0;
	padding-top: 3em; /*To bring sidebar content down to level with body copy*/
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom: 1px solid #cccccc;
	list-style-type: none;/* */
}
#sidebar li{
	/*/*/margin: 0px;
	padding: 4px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 0;
	border-left: 1px solid #cccccc;/* */
}
#sidebar li a {
	/*/*/display: block;
	width: 146px;
	padding: 3px;
	border-left: 4px solid #ffffff;
	text-decoration: none;
	line-height: 1em;/* */
}
#sidebar li a:link, #sidebar li a:visited {
	color: #0000cc;
}
#sidebar li a:hover, #sidebar li a:active {
	color: #ff9933;
	/*/*/border-left: 4px solid #ff9933;/* */
}
#sidebar a img {
	border: 0;
	margin: 0;
	padding: 0;
}
#sidebar hr {
	display: none;
}
#sidebar p {
	margin: 5px 0 5px 0;
	border: 0;
	padding: 0;
}
.submenu {
	/*/*/float: right;
	width: 150px;
	margin: 0 0 15px 20px;
	border: 1px solid #cccccc;
	padding: 2px;
	background-color: #f6f6f6;
	color: #999999;/* */
}
.submenu h3 {
	margin: 0;
	padding: 0 2px 0 2px;
}
.submenu ul {
	/*/*/margin: 0;
	padding: 0 0 5px 0;
	line-height: 1em;
	list-style-type: none;/* */
}
/* commented backslash hack v2 \*/
.submenu ul	{
	line-height:1.2em;
}
/* end hack */
.submenu li {
	/*/*/margin: 0px;
	padding: 8px 2px 0 2px;/* */
}
.submenu li a	{
	/*/*/display: block;
	padding: 0 1px 0 1px;
	width: 144px;/* */
}
.submenu li a:link	{
	color: #0000cc;
}
.submenu li a:visited	{
	color: #0000cc;
}
.submenu li a:hover, .submenu li a:active {
	color: #ff9933;
}
#footer p	{
	/*/*/margin:0;
	padding: 0;/* */
}
body#homepage li#home a, body#aboutuspage li#aboutus a, body#webpage li#web a, body#ecommpage li#ecomm a, body#cmspage li#cms a, body#vtourpage li#vtour a, body#hostingpage li#hosting a, body#namespage li#names a, body#ourworkpage li#ourwork a, body#contactpage li#contact a, body#accessibilitypage li#accessibility a {
	color: #666666 !important;
	/*/*/border-left: 4px solid #999999;/* */
}
body#webdetailpage li#webdetail a, body#webprocesspage li#webprocess a, body#webaccesspage li#webaccess a, body#webmarketpage li#webmarket a, body#webmistakepage li#webmistake a, body#webupgradepage li#webupgrade a, body#webpricepage li#webprice a, body#websearchpage li#websearch a, body#webfilesizepage li#webfilesize a, body#webcumbriapage li#webcumbria a	{
	color: #ffffff !important;
	background-color: #999999 !important;
	text-decoration: none !important;
}
div.list {
	clear: both;
}
#maincontent div img	{
	/*/*/float: left;
	margin: 0 20px 15px 0;
	padding: 2px;
	border: 0;/* */
}
a:link {
	color: #0000cc;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #ff9933;
}
