body {
	font-family: verdana, arial, "ms sans serif", sans-serif;
	background: url(pictures/150square.jpg) #ffffcc repeat-y;
	font-size: 10pt;
	margin: 0px;
}

table {
	font-family: verdana, arial, "ms sans serif", sans-serif;
	font-size: 10pt;
	border: 0px;
	}

img {
	border: 0px;
	
}

#top {
	width: 960px;
}

#container {
	width: 965px;
}

#left {
	float: left;
	width: 150px;
}

#main {
	background: #ffffcc;
	padding: 10px;
	margin-left: 154px;
	width: 800px;
}

#main a {
	color: #0000aa;
}

#main a:hover {
	color: #0000ff;
	text-decoration: none;
}

#footer {
	clear: left;
	margin: 0px;
	padding-left: 10px;
	margin-left: 154px;
	width: 780px;
	font-size: 8pt;
	background: #ffffcc;
	text-align: center;
}

#nav {
	width: 780px;
	line-height: 48px;
	background: #3399cc;
	text-align: center;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(pictures/gftarget.gif) no-repeat;
	background-position: 0 50%;
	font-weight: bold;
	display: inline;
}

#nav ul li a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	margin-right: 10px;
	color: #ffffcc;
}

#nav ul li a:hover {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ff9933;
	background: url(pictures/gftarget_over.gif) no-repeat;
	background-position: 0 50%;
	text-decoration: none;
}
#dbTable {
	border: 1px solid #cc9933;
	padding: 1px;
	background: #cc9933;
}
#dbTable td {
	border: 1px solid #cc9933;
	padding: 1px;
	background: #ffcc33
}

html>body #nav ul li a:active { /* Apply mousedown effect only to NON IE browsers */
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ff9933;
	background: url(pictures/gftarget_down.gif) no-repeat;
	background-position: 0 50%;
	text-decoration: none;
}

.navact a {
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(pictures/gftarget_down.gif) no-repeat;
	background-position: 0 50%;
}

#desktoplink a {
	font-size: 10pt;
}

/* hide from mac IE \*/
* html #left {
	margin-right: 7px;
}
* html #main {
	margin-left: 154;
}
/* end hide */