body {

	font-family: verdana;
	color: #000000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background: #cff url('images/background.gif') repeat-x bottom left;

}

img {
	border: 0px;
}

a { 
	font-size: 12px;
	color: #000;
}

h1 {
	color: #000000;
	font-size: 20px;	
}

h2 {
	color: #000000;
	font-size: 18px;	
}

h3 {
	color: #000000;
	font-size: 16px;
	text-indent: 10px;
	padding: 10px 0px 2px 0px;
	margin: 10px 0px 6px 0px;

	border-top: 1px solid #588;

}

p {
	font-family: verdana;
	color: #000000;
	font-size: 12px;
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 8px 0px;
}


ul {
	font-size: 12px;
}

li {
	padding: 0px;
	margin: 5px;
}

li.listHead {
	font-weight: bold;
}

table.main {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;

}

table.main #td {
	border: 0px;
}

tr.header {
	background: #069 url('images/headBack.gif') repeat-x top left;
	height: 100px;
}

tr.footer {
	background: #069 url('images/footBack.gif') repeat-x top left;
	height: 30px;	
}


table.content {
	height: 100%;
	width: 760px;
}

td#textArea {
	width: 540px;
	padding: 0px;
	margin: 0px;
}

td#menuArea {
	width: 220px;
	padding: 0px;
	margin: 0px;
}

div.text {
	width: 498px;
	height: 100%;
	margin: 0px 10px 0px 30px;
	padding: 0px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	background: #9cc; 

}

div.menu {
	width: 198px;
	height: 100%;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	background: #9cc;
}

div.plainContent {
	margin: 0px;
	padding: 2px 6px;
}

span.downloads {
	float:left;
	margin: 35px 20px 35px 100px;
	height: 30px;
}

img.download {

	margin: 0px 10px;
	vertical-align: middle;

}

img.portfolio {
	margin: 4px;
}

span.menuHead {

	display: block;
	width: 198px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 14px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	background: #7aa;
	border-top: 3px double #588;
	border-bottom: 1px solid #588;
}

a.menuLink  {
	display: block;
	width: 198px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 40px;
	vertical-align: middle;
	text-indent: 10px;
}

a.menuLink:link
 a.menuLink:visited
 {
	color: #000;
	background: #9cc;
}

a.menuLink:hover {
	color: #000;
	background: #8bb;	
}


a.menuLinkSelected  {
	display: block;
	width: 198px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 40px;
	vertical-align: middle;
	text-indent: 10px;
	color: #000;
	background: #8bb;
}


img.menuImage {
	border: 0px;
	float: left;
}

html>body img.menuImage {
	border: 0px;
	margin: 0px 10px 0px -20px;
	float: left;
}