html {
	margin: 0px;
	padding: 0px;
	background-color: #000066;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000066;
	height: 100%;
}

h1 {
	font-family: Trebuchet MS;
	color: #000066;
	font-size: 18pt;
}

h2 {
	font-family: Arial;
	color: #000066;
	font-size: 14pt;
	font-weight: normal;
}

ul.doubleSpace li{
	margin-bottom:1em;
}

div#homepage {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	min-height: 100%;
	height: auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url('images/page_bg.gif');
	font-family: Arial;
	font-size: 11pt;
}

div#subpage {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 800px;
	min-height: 100%;
	height: auto;
	padding: 0px;
	margin-left: -400px;
	background-color: #FFFFFF;
	background-image: url('images/subpage_bg.gif');
	font-family: Arial;
	font-size: 11pt;
}

div#content {
	margin-left: 235px;
	margin-right: 25px;
	font-size: 10pt;
	line-height: 1.2em;
}

#logoRow td {
	background-color: white;
	height: 75px;
}

#menuRow td {
	height: 33px;
}

#pageBottom {
	position: absolute;
	bottom: -1px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#viawestLogo {
	position: absolute;
	bottom: 25px;
	right: 30px;
	font-size:8pt;
	margin-top: 25px;
}

#dezynworksLogo {
	position: absolute;
	bottom: 35px;
	left: 30px;
	font-size:8pt;
	margin-top: 25px;
}

#subpage #dezynworksLogo {
	color:white;
}

#sidenav {
	width: 200px;
	float: left;
}

.menuItem {
	text-align: left;
	font-family: Trebuchet MS;
	font-size: 8pt;
	border-bottom: 1px solid #000033;
	border-top: 1px solid #8888FF;
	padding: 4px 0px 4px 12px;
	height: 23px;
}

.menuItem a {
	color: white;
	text-decoration: none;
}

.menuItem a:hover {
	font-size: 11pt;
	font-weight: bold;
}

.menuItemMain {
	text-align: left;
	font-family: Trebuchet MS;
	font-size: 10pt;
	border-bottom: 1px solid #000033;
	border-top: 1px solid #8888FF;
	padding: 4px 0px 4px 4px;
	height: 23px;
}
.menuItemMain a {
	color: white;
	text-decoration: none;
}
.menuItemMain a:hover {
	font-size: 14pt;
	font-weight: bold;
}


#footer {
	height: 65px;
}