#colCenter {
	top: 120px;
	left: 210px;
	width: 400px;
	position: absolute;
}

#colLeft {
	top: 120px;
	left: 20px;
	width: 170px;
	padding-right: 8px;
	border-right: 1px solid #999999;
	position: absolute;
}

#colLeftHome {
	top: 120px;
	left: 0px;
	width: 640px;
	position: absolute;
}

#colRight {
	top: 120px;
	left: 660px;
	width: 150px;
	position: absolute;
}

#logo {
	width: 180px;
	height: 24px;
}

#navTop {
	width: 100%;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 4px 8px 2px 8px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666; 
	clear: both;
}

#search {
	margin: -10px 20px 20px 0px;
	float: right;
}


a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.anylinkcss {
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #CCCCCC;
	width: 205px;
}

.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}

.anylinkcss a:hover { /*hover background color*/
	background-color: #666666;
	color: white;
}

body {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 10px;
	line-height: 13px;
	margin: 20px;
}	

.border1px {
	border: 1px solid #000000;
}

formButton {
	background-color: #CCCCCC;
	border: 1px solid #666666;
}

h1 {
	font-size: 14px;
	text-transform: uppercase;
}

h2 {
	font-size: 13px;
	color: #333333;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	margin-top: 8px;
	margin-bottom: -6px;
}

input {
	border: 1px solid #666666;
}

.navItemMargin {
	margin-right: 20px;
}


/* DIRECTORY STYLES */
table.directory {
}

span.name {
	font-weight: bold;
}

.directoryBorder {
	border: 1px solid #CCCCCC;
	margin: 0.5em;
}

div.entry {
	width: 150px;
	padding: 4px;
	margin: 0.5em;
	float: left;
	list-style: none;
    text-align: center;
}